Closed dspies-leapyear closed 7 months ago
@sol The error message is certainly clear, but it's not useful for debugging if elements
is called in a lot of places. For debugging purposes, I'd like to know which call to elements
is causing the failure without having to put trace
calls everywhere or create my own elements
wrapper (which is what I'm doing currently).
When this fails due to an empty list there's no stack trace pointing to the bad "elements" call.