Grzegorz Lukasik
Grzegorz Lukasik
Bazelisk downloads platform specific version of bazel (windows,linux,etc) and then verifies SHA with value from BAZELISK_VERIFY_SHA256. It does not work if a given project is built on more than one...
### What version of rules_go are you using? 0.46.0 ### What version of gazelle are you using? 0.35.0 ### What version of Bazel are you using? 7.1.0 ### Does this...
Simple example: ``` def x(): y = 4 z = 2 ``` Result: 
### Description of the bug: The issue seems to be that if built normally, the `builder_reset\builder.exe` created in `rules_go` below through `ctx.actions.symlink` ([link](https://github.com/bazelbuild/rules_go/blob/aeb83e878033ef357642c87122e193df44da03fe/go/private/rules/transition.bzl#L287C9-L287C28)) is a regular file when run without...
It uses the same name as the feature itself.
Follows up WIP change in bazel that adds new bazel info command: https://github.com/bazelbuild/bazel/pull/24817 Some advantages: - Global symbols are file type specific, suggesting symbols and lint are more accurate. -...
Possibly that's issue with implementation in starlark-rust, but filling for now here before investigating further:  Example message in python checker: `local variable 'x' is assigned to but never used`