-
Notifications
You must be signed in to change notification settings - Fork 391
Comparing changes
Open a pull request
base repository: bazel-contrib/bazel-gazelle
base: v0.41.0
head repository: bazel-contrib/bazel-gazelle
compare: v0.42.0
- 8 commits
- 24 files changed
- 7 contributors
Commits on Jan 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3315c48 - Browse repository at this point
Copy the full SHA 3315c48View commit details
Commits on Jan 10, 2025
-
Add docs for
go_deps
extension (#2010)**What type of PR is this?** Documentation **What package or component does this PR mostly affect?** go_deps **What does this PR do? Why is it needed?** Document the `go_deps` extension. Also remove some ancient and unsupported repo rules from the docs. **Which issues(s) does this PR fix?** Fixes # **Other notes for review** --------- Co-authored-by: Jay Conrod <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3cebbd7 - Browse repository at this point
Copy the full SHA 3cebbd7View commit details -
Get
gazelle_test
andgenerationtest
to pass with Bzlmod (#2009)Also clean up `.bazelrc` and presubmit configs.
Configuration menu - View commit details
-
Copy full SHA for 7f7af3b - Browse repository at this point
Copy the full SHA 7f7af3bView commit details
Commits on Jan 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d172a22 - Browse repository at this point
Copy the full SHA d172a22View commit details
Commits on Jan 16, 2025
-
merger: handle ident load (#2014)
**What type of PR is this?** Bug fix **What package or component does this PR mostly affect?** merger **What does this PR do? Why is it needed?** I found that used idents in assignment expression rhs position have their load statements removed. This PR adds those idents to used symbols collection in `FixLoads` fn.
Configuration menu - View commit details
-
Copy full SHA for edfa984 - Browse repository at this point
Copy the full SHA edfa984View commit details
Commits on Jan 17, 2025
-
Fix version resolution with bazel_deps and improve warnings (#2015)
Drops a stray `continue` that could result in incorrect Go module versions being reported if they are declared by a module further down in the tree than one that declares a `bazel_dep`. Warnings now look like this: ``` Mismatch between versions requested for Go module github.com/cloudflare/circl: bazel_dep version (MODULE.bazel): 1.3.7 (as "circl") Go module version (go.mod): 1.3.8 Either ensure that you have bazel_dep(module_name = "circl", version = "1.3.8") in your MODULE.bazel file or downgrade the Go module version via bazel run @my_rules_go//go:go -- get github.com/cloudflare/[email protected] ... The following Go modules were required by the root module at the given versions, but were implicitly updated to higher versions due to transitive dependencies: github.com/stretchr/testify: v1.6.1 -> v1.8.0 github.com/bazelbuild/buildtools: v0.0.0-20230317132445-9c3c1fc0106e -> v0.0.0-20240918101019-be1c24cc9a44 github.com/bazelbuild/rules_go: v0.39.1 -> v0.50.1 golang.org/x/sys: v0.15.0 -> v0.25.0 Update the root module's dependencies to match the resolved versions via: bazel run @my_rules_go//go:go -- get github.com/stretchr/[email protected] github.com/bazelbuild/[email protected] github.com/bazelbuild/[email protected] golang.org/x/[email protected] ```
Configuration menu - View commit details
-
Copy full SHA for 1ad7ece - Browse repository at this point
Copy the full SHA 1ad7eceView commit details
Commits on Jan 22, 2025
-
fix(cmd/gazelle): small cleanups to fix-update (#2017)
There are some small changes to fix update: - remove some legacy code that we don't need anymore - error handling simplification - unnecessary loops
Configuration menu - View commit details
-
Copy full SHA for 1bbedea - Browse repository at this point
Copy the full SHA 1bbedeaView commit details
Commits on Jan 24, 2025
-
fix: Relaxing label parsing for Bazel 8 (#2021)
<!-- Thanks for sending a PR! Before submitting: 1. If this is your first PR, please read CONTRIBUTING.md and sign the CLA first. We cannot review code without a signed CLA. 2. Please file an issue *first*. All features and most bug fixes should have an associated issue with a design discussed and decided upon. Small bug fixes and documentation improvements don't need issues. 3. New features and bug fixes must have tests. Documentation may need to be updated. If you're unsure what to update, send the PR, and we'll discuss in review. --> **What type of PR is this?** > Uncomment one line below and remove others. > Bug fix **What package or component does this PR mostly affect?** > For example: > all **What does this PR do? Why is it needed?** The label format changed with Bazel 8 and needs to be adapted here **Which issues(s) does this PR fix?** Fixes #2019 **Other notes for review**
Configuration menu - View commit details
-
Copy full SHA for 6699394 - Browse repository at this point
Copy the full SHA 6699394View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.41.0...v0.42.0