catala icon indicating copy to clipboard operation
catala copied to clipboard

Make cumulative exceptions appear in the trace

Open AltGr opened this issue 3 years ago • 0 comments

At the moment, the compiler will chose arbitrarily which one applies when two active exceptions (or more) return the same result (see 9ef8625).

It might be an issue in some cases to not document all of the applying exceptions in the trace.

This might be implemented by just tweaking the log messages, but in any case it means that we need to add a check that exception B applies after A was found to apply.

AltGr avatar May 31 '22 15:05 AltGr