-
可以正常*build*出来二进制文件,但不论是直接`go run`或是运行二进制文件都会提示
`Failed: No file found in GOPATH`
项目并没有克隆到`/Users/joshua/go`里面
```shell
$ export GOPATH=/Users/joshua/go
$ export PATH=$GOPATH/bin:$PATH
$ ./…
-
I propose adding a zero-argument form of `dir()`, matching that of Python 3: https://docs.python.org/3/library/functions.html#dir
There are two use cases, which are currently not very easy to work …
-
I am really enjoying using this. I've been trying to get parsing of nested maps to work, but somehow the inner dicts loose their "mapness" and as a result can't be index.
Think input like:
x = {…
-
Following the example of Python. Motivation: https://github.com/bazelbuild/bazel-skylib/issues/282
-
### Description of the feature request:
Today, bazel assumes that all attributes of a rule are used by the rule's implementation, and eagerly evaluates them at analysis time. This in particular can…
-
Great library, thanks so much for your work! I really appreciate e.g. how you've translated exceptions in a way that lets you easily access the line and column number of a Starlark error 👌.
Does Star…
-
### Description of the feature request:
Apparently, `Target` object [doesn't expose](https://bazel.build/rules/lib/builtins/Target) information about the rule that created it. That information might…
-
### What version of rules_go are you using?
0.40.1
### What version of gazelle are you using?
0.28.0
### What version of Bazel are you using?
7.2.1
### Does this issue reproduce with…
-
Hi there - we use [bazel](https://bazel.build) within our multi-product repos. It would be great to have dependabot understand and integrate with that?
Broadly, bazel is a cross-platform and cross-…
-
Hi, I have a `.bzl` file that I need to keep compatible with both Starlark and Bash
The original contents of the file:
```
# buildifier: leave-alone
MY_VAR="value"
```
However after runnin…