Grzegorz Lukasik

Results 7 issues of 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...

type: feature request
help wanted
P2

### 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: ![image](https://github.com/withered-magic/starpls/assets/32371993/7c60701b-d2c7-4874-a10c-9d550b4908dc)

### 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...

type: bug
P2
area-Windows
team-Remote-Exec

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: ![image](https://github.com/cameron-martin/bazel-lsp/assets/32371993/3eaea1c7-533f-4811-89d7-1f45277b7daa) Example message in python checker: `local variable 'x' is assigned to but never used`