Previously, we did work to retrieve waivers from waiverdb that were stored in relation to the absence of a result.
However, the check method of our rule short-circuited itself if a result was missing and it never even consulted the correctly retrieved waivers.
check
This adjusts that logic to account for waivers-of-absences. It also adds a test, confirming that it works.
Pair-programmed by @gnaponie and @ralph. :)
rebased onto 09e8f40fcfc0a2f28a43ff7bcb7ad4280a25e3be
Pull-Request has been merged by gnaponie
Previously, we did work to retrieve waivers from waiverdb that were stored in
relation to the absence of a result.
However, the
checkmethod of our rule short-circuited itself if a result wasmissing and it never even consulted the correctly retrieved waivers.
This adjusts that logic to account for waivers-of-absences. It also adds a
test, confirming that it works.
Pair-programmed by @gnaponie and @ralph. :)