Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Restrict jq to jqlang pre v1.7 #97

Merged
merged 1 commit into from
Sep 17, 2023

Conversation

matthewfeickert
Copy link
Member

@matthewfeickert matthewfeickert commented Sep 17, 2023

In relation to Issue #96

Place an upper limit on jq of '<1.6.0' as jq (the Python library) v1.6.x+ are compatible with jq (the language) v1.7+ and packtivity is currently compatible with jq (the language) v1.6.

  • This should be viewed as a temporary stopgap measure to avoid large yadage ecosystem breakage and should be reverted as soon as a workaround is found.
* Place an upper limit on jq of '<1.6.0' as jq (the Python library)
  v1.6.x+ are compatible with jq (the language) v1.7+ and packtivity
  is currently compatible with jq (the language) v1.6.
   - This should be viewed as a temporary stopgap measure to avoid large
     yadage ecosystem breakage and should be reverted as soon as a
     workaround is found.
   - c.f. https://github.com/yadage/packtivity/issues/96

* Place an upper limit on jq of '<1.6.0' as jq (the Python library)
  v1.6.x+ are compatible with jq (the language) v1.7+ and packtivity
  is currently compatible with jq (the language) v1.6.
   - This should be viewed as a temporary stopgap measure to avoid large
     yadage ecosystem breakage and should be reverted as soon as a
     workaround is found.
@matthewfeickert matthewfeickert self-assigned this Sep 17, 2023
@matthewfeickert matthewfeickert merged commit afc7338 into main Sep 17, 2023
7 checks passed
@matthewfeickert matthewfeickert deleted the fix/set-upper-bound-on-jq branch September 17, 2023 04:50
matthewfeickert added a commit that referenced this pull request Sep 19, 2023
* The 'leaf_paths' filter has been deprecated for 9 years and was
  removed in jqlang v1.7 (jq v1.6) so use the 'paths(scalars)' filter.
   - c.f. jqlang/jq#2666
   - c.f. jqlang/jq#426
* Remove upper bound on jq version
   - Reverts #97
matthewfeickert added a commit that referenced this pull request Sep 19, 2023
* The 'leaf_paths' filter has been deprecated for 9 years and was
  removed in jqlang v1.7 (jq v1.6) so use the 'paths(scalars)' filter.
   - c.f. jqlang/jq#2666
   - c.f. jqlang/jq#426
* Remove upper bound on jq version
   - Reverts #97
matthewfeickert added a commit that referenced this pull request Sep 19, 2023
…ted (#101)

* Backport PR #99
* The 'leaf_paths' filter has been deprecated for 9 years and was removed in jqlang v1.7 (jq v1.6) so use the 'paths(scalars)' filter.
   - c.f. jqlang/jq#2666
   - c.f. jqlang/jq#426
* Remove upper bound on jq version
   - Reverts #97
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant