Fix template rendering and support npm semver ranges in devEngines#2
Merged
Conversation
…9062) ## Summary - Fix `{{usage.*}}` templates in `depends` not being rendered when the task is invoked without arguments - The `!task.args.is_empty()` guard in both `run.rs` and `deps.rs` prevented template rendering when no CLI args were passed, even though the usage spec may define defaults - Dependencies with unrendered `{{usage.*}}` templates were silently dropped, causing the task to run with no dependencies at all --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Fix "go install" flag for building a Go program with given build tags: --tags => -tags
Refs #8935 ## Summary - preserve package.json devEngines semver ranges instead of simplifying them to exact-looking versions - resolve npm-compatible ranges with nodejs-semver when filtering backend versions - cover lower-bound, compound, caret, wildcard, and package manager range behavior ## Tests - cargo test config::config_file::idiomatic_version::package_json - cargo test semver - ./e2e/run_test e2e/core/test_package_json --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
Hi! I'm the It looks like you correctly set up a CI job that uses the autofix.ci GitHub Action, but the autofix.ci GitHub App has not been installed for this repository. This means that autofix.ci unfortunately does not have the permissions to fix this pull request. If you are the repository owner, please install the app and then restart the CI workflow! 😃 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.