-
-
Notifications
You must be signed in to change notification settings - Fork 673
Comparing changes
Open a pull request
base repository: bazel-contrib/rules_go
base: v0.47.1
head repository: bazel-contrib/rules_go
compare: v0.48.0
- 8 commits
- 36 files changed
- 8 contributors
Commits on May 6, 2024
-
Update docs to cover new FilePath ReplaceDirective Support (#3931)
Update docs to cover new capabilities added by: bazel-contrib/bazel-gazelle#1776
Configuration menu - View commit details
-
Copy full SHA for 35b7f07 - Browse repository at this point
Copy the full SHA 35b7f07View commit details
Commits on May 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6a05f8d - Browse repository at this point
Copy the full SHA 6a05f8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3cc8a2 - Browse repository at this point
Copy the full SHA f3cc8a2View commit details
Commits on May 8, 2024
-
feat(mode): add
purego
tag whenpure
(#3901)The community has agreed[1] that "pure" builds of Go code should use the `purego` build tag. This change adds that de-facto tag. The minimum version of Gazelle is bumped to `0.36.0` which includes a patch[2] for ignoring the `purego` tag so that the source flies are passed to the compiler for conditional compilation decisions. [1]: golang/go#23172 [2]: bazel-contrib/bazel-gazelle#1767
Configuration menu - View commit details
-
Copy full SHA for fcd6390 - Browse repository at this point
Copy the full SHA fcd6390View commit details
Commits on May 10, 2024
-
generate_test_main: Move timeout handling back to bzltestutil (#3939)
This gives us a determinstic location to ignore for goleak, which we previously had, but was removed as part of #3920.
Configuration menu - View commit details
-
Copy full SHA for dd35e7d - Browse repository at this point
Copy the full SHA dd35e7dView commit details
Commits on May 13, 2024
-
Add support for
--incompatible_enable_proto_toolchain_resolution
(#……3919) * Add support for `--incompatible_enable_proto_toolchain_resolution` * Do not use dict union * Fix visibility * Fix buildifier finding * Add proto deps to tests * Attempt to fix integration tests * MOre fixes * Add test deps * Fix test sources * Remove unused load * Fix tests and update to rules_proto 6.0.0 * Add back WORKSPACE deps
Configuration menu - View commit details
-
Copy full SHA for a54fd56 - Browse repository at this point
Copy the full SHA a54fd56View commit details
Commits on May 15, 2024
-
Add exec_compatible_with to @go_sdk//:builder (#3943)
go_tool_binary() is completely oblivious of toolchains. The reason being that Go toolchains actually depend on their output. Adding a toolchain dependency would thus add a cyclic dependency. This is problematic, because it means that the actions with mnemonic GoToolchainBinaryBuild end up getting scheduled on arbitrary workers. Address this by adding exec_compatible_with to the locations where go_tool_binary() is instantiated, namely the auto-generated BUILD files that are part of Go SDKs. Fixes: #3942
Configuration menu - View commit details
-
Copy full SHA for e7ddb9e - Browse repository at this point
Copy the full SHA e7ddb9eView commit details
Commits on May 21, 2024
-
prepare v0.48.0 release (#3946)
This PR prepares a minor release to allow downstream users to begin integrating with #3919
Configuration menu - View commit details
-
Copy full SHA for 354a98f - Browse repository at this point
Copy the full SHA 354a98fView 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.47.1...v0.48.0