aspect-build / aspect-build/rules_js
Use repository_ctx.patch(directory) instead of native 'patch' command
Open
- Dominant language
- Starlark
- Stars
- 378
- Forks
- 183
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 32
Description
... once https://github.com/bazelbuild/bazel/pull/30987 is on supported bazel versions
Contributor guide
Research direction
Locate the use of the native "patch" command in the repository and inspect the surrounding Starlark code and supported Bazel version constraints. Check the referenced Bazel PR before changing it to repository_ctx.patch; done means the repository uses the API without breaking supported Bazel versions.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 48/100