-
I was wondering if it was possible to create an lsp command or something like that, that goes to the bazel rules a source file is being used in.
Essentially a way to do this:
```sh
bazel query …
zaucy updated
7 months ago
-
My company provides a lot of rules for Bazel. Each is a separate GitHub repo, and use "repository rules" to add them to a Bazel workspace. We also maintain the https://github.com/bazel-contrib/rules-t…
-
Is it possible to use [cargo-deb](https://github.com/mmstick/cargo-deb) with pyoxidizer? it would be very good if I can get deb package after build.
-
### Background & motivation
Currently upload files is limited to files. https://docs.kurtosis.com/api-reference/starlark-reference/plan/#upload_files
```python
artifact_name = plan.upload_files…
-
**Flag:** `--incompatible_disallow_resource_jars `
**Available since:** 2018-11-12
**Flipped in:** Bazel 5.0.0
**Will be removed:** after 5.0.0
# Migration
Disables the `resource_jars` attrib…
-
### Description of the problem / feature request:
It is unclear what operations the value returned by select supports.
Documentation:
https://docs.bazel.build/versions/3.0.0/skylark/lib/globals…
-
For flutter/flutter, the .ci.yaml file is currently 5561 lines long: https://github.com/flutter/flutter/blob/master/.ci.yaml#L5561.
These files are parsed by the script at https://github.com/flutte…
-
# Description
It would be useful to make a task depend on another task failing (as opposed to the status quo, where a task dependency can only depend on a task succeeding). Or, alternatively, make…
-
### Description of the bug:
cc_library rule has `includes` attribute to specify the list of include dirs to be added to the compile line. In this case specified folders are interpreted as relative t…
-
Currently we disable //tests/mappings:utf8_manifest_test on windows.
It is enabled for macOS, but fails for me when building on a case sensitive file system.
The problem for macOS is related to hand…