On Tue, 05 Sep 2017 11:02:59 -0700, allber...@gmail.com wrote:
> Or maybe it's not that tricky after all; seems the Failure is actually a
> useful one (X::Dynamic:NotFound), so introspection of the Failure would
> reveal the issue.
>
Indeed. I added code to check if the thing we were trying to temporize was a
Failure and just throw that instead of the more generic error, which improves
the error reporting and has no ill effects on the spectest. Also added a test
in S04-blocks-and-statements/temp.t to cover the improvement.