mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
This is to fix the problem where `break` is dynamic, not lexical. With this it should be possible to do this sort of thing: label $break | inputs | if ... then $break|error else . end This is a backwards-incompatible change for master, but the previous `break` hadn't shipped yet. Still needed: - testing
1.6 KiB
1.6 KiB