You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TL;DR: The update behaviour for .. can yield unexpected results for both jq and jaq (they're just more visible in jaq).
Instead of .. |= f, I recommend defining def recurse_up: (.[]? | recurse_up), .; and using recurse_up |= f instead.
The text was updated successfully, but these errors were encountered: