Boleyn Su
Boleyn Su
This commit fixes "AttributeError: 'HTMLParser' object has no attribute 'unescape'"
If we will remove new_sets, then we should deprecate it instead of sets.
Current implementation forces user to declare go_repository before gazelle_dependencies to avoid being overridden. With seperated macros, user can introduce the whatever go_deps they want at whatever place. This can be...
In GetDirectoryFilesHelp, readdir won't work if local files are on an sshfs. ent->d_type will be 0 while only 4 and 8 are accepted. It seems that it's not portable to...
# 🐞 bug report py_binary ### Is this a regression? Yes. 0.30.0 good 0.31.0 bad The commit causing the issue is https://github.com/bazelbuild/rules_python/commit/5cd32ad47b0383147f84578b5c8880fc26647540 ### Description py_binary fails to build when cross...
`@bazel_tools//tools/bash/runfiles` won't work properly if `BASH_SOURCE` contains `..` in the path. Maybe we should fix it instead too.
### What is the current behavior? _No response_ ### Describe the feature The current toolchain only provides the binary for use during the build but no binary for the build...
See #747
### What version of gazelle are you using? v0.28.0 ### What version of rules_go are you using? not relevant ### What version of Bazel are you using? not relevant ###...
See https://github.com/getsops/sops/pull/976