Tags: blico/bazel-gazelle
Tags
Upgrade io_bazel_rules_go dependency to 0.16.5 (bazel-contrib#405)
internal/repos: handle pseudo-versions in imported go.mod (bazel-cont… …rib#344) Fixes bazel-contrib#343
Experimental: read and write build files in alternate directories (ba… …zel-contrib#286) * The flags -experimental_{read,write}_build_files_dir may now be used to read and write build files to alternate directories, which may be outside of the repository root. * When a build file is read from an alternate directory, the build file in the source directory is ignored. * When a build file is written to an alternate directory, any existing build file in that directory is replaced. The build file in the source directory is not updated.
internal/language/go: fix load of gazelle macro (bazel-contrib#265) Remove loads of "gazelle" from "@io_bazel_rules_go//go:def.bzl". Load instead from "@bazel_gazelle//:def.bzl". Fixes bazel-contrib#239
Add all special cases for Go importing WKT proto packages (bazel-cont… …rib#193) When Go code generated from protos (via go_proto_library) import WKT packages, they implicitly depend on targets in @io_bazel_rules_go//proto/wkt. When static Go code imports the same packages, Gazelle can resolve the dependencies differently. This results in conflicting dependencies in many builds. With this change, Gazelle has special cases for every target in @io_bazel_rules_go//proto/wkt. Fixes bazel-contrib#159
Update setup boilerplate for rules_go 0.10.3 (bazel-contrib#176) [skip ci] [ci skip]
Evaluate symlinks in repo root (bazel-contrib#166) Gazelle usually ignores symlinks, but it may follow them if they point to directories outside of the repo root (after all symlinks are resolved). With this change, Gazelle evaluates symlinks in the repo root. Without this, Gazelle incorrectly decides to follow symlinks.
Update overlay repository and rules_go (bazel-contrib#139) * In overlay repository rules, resolve labels before downloading the repo. This is a backport of bazel-contrib/rules_go#1349. * Update io_bazel_rules_go to tip of master. * Fix //internal/wspace:go_default_test, which was broken on macOS.
Fix setup instructions in README.rst (bazel-contrib#96) Bazel complains when you try to override a native repository rule after a load statement. This shows how to load rules_go and Gazelle in a way that avoids that. Fixes bazel-contrib#95 [skip ci] [ci skip]