This change adds a verbose flag (defaulting to false) that returns all of the results and waivers associated with the subject of a decision (including the extraneous ones which are not referenced by any policies).
verbose
Fixes #124.
You forgot the comma ","
boo! :-1:
rebased onto e323da739eeaba72a5dccf860f507d155db26d64
also here a comma "," is missing
Rebased to address your comments @gnaponie. Can you give it another look?
rebased onto d95ff9e1a9abe034840fca0af758c91f39ed8efa
You could just remove this commented out line.
+1
Looks good to me
Pull-Request has been merged by gnaponie
This change adds a
verboseflag (defaulting to false) that returns all of theresults and waivers associated with the subject of a decision (including the
extraneous ones which are not referenced by any policies).
Fixes #124.