Gábor Szeder
Gábor Szeder
Please have a look at issue #601 and PR #604, as I think this is the same issue.
~~This used to work and bisect points the finger at abbd020 (Preserve source extension for object files., 2015-07-09) where it broke.~~ Oops, sorry, forget it, I messed up the bisection...
Could you please point me to the commit in the current firmware fixing this issue?
> > Do you mean how the whole "two consecutive integers are interpreted as value + formatting" approach is extremely odd and hard to maintain? > > No, that is...
I just run into this issue yesterday and spent some time narrowing down the cause because of the extra complexity resulting from nested `try-catch-finally` blocks and what not. It appers...
I'd like to revisit that code snippet with the nested `try-finally` blocks from my previous post to demonstrate that the inner `finally` block is only partially executed, but despite this...