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
Would it be possible to upgrade the jq dependency from v1.5 to v1.6? Version 1.6 has the following features and bug fixes: https://github.com/stedolan/jq/releases/tag/jq-1.6. I made a quick attempt to perform the upgrade myself, but I'm running into compilation errors with pipenv install --dev.
I will note that jq manual at https://stedolan.github.io/jq/manual/ covers the current development branch and not v1.6. This is a little confusing since "if A then B end" described in the Conditionals and Comparisons section was added after v1.6.
The text was updated successfully, but these errors were encountered:
Would it be possible to upgrade the jq dependency from v1.5 to v1.6? Version 1.6 has the following features and bug fixes: https://github.com/stedolan/jq/releases/tag/jq-1.6. I made a quick attempt to perform the upgrade myself, but I'm running into compilation errors with pipenv install --dev.
I will note that jq manual at https://stedolan.github.io/jq/manual/ covers the current development branch and not v1.6. This is a little confusing since "if A then B end" described in the Conditionals and Comparisons section was added after v1.6.
The text was updated successfully, but these errors were encountered: