turmanticant

Results 6 comments of turmanticant

Thanks for the threads to pull on, that is super helpful. I will take a look into point 2 to see what options for supporting this might look like.

I've used a dart ruleset that handled completions similar to this, by generating a special file that the dart tooling knew to look for. It would be _nice_ if `completion`...

@fmeum I just tried out that commit, and it resolved this error for me. Thanks! ```starlark archive_override( module_name = "rules_go", integrity = "sha256-MM08acUc2iw4L3zoGQwaf5+ACZ6EOdwioRy5TaWsaRE=", strip_prefix = "rules_go-66cd5f5ea009cfe349de526772a7e877cdd76d34", urls = ["https://github.com/bazel-contrib/rules_go/archive/66cd5f5ea009cfe349de526772a7e877cdd76d34.zip"], )...

It's missing. If I look in my bazel cache where those files are downloaded, I only see a build file and a source file. The build file still references `api.h`...

@fmeum I gave that a try. Gazelle fails to build when I set a local path. ```shell mkdir /tmp/gaz cd !$ git clone https://github.com/bazelbuild/bazel-gazelle.git . git checkout tags/v0.38.0 ``` Then...

`bazel` on my system is just an alias for `bazelisk`. This is the version of bazel that gets resolved from bazelisk. Bazelisk says its version is `development`, but it's `1.20.0`....