Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bazel-contrib/rules_go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.47.0
Choose a base ref
...
head repository: bazel-contrib/rules_go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.47.1
Choose a head ref
  • 3 commits
  • 9 files changed
  • 3 contributors

Commits on Apr 30, 2024

  1. bzltestutil: restore timeout signal handler (#3929)

    In #3920, a new mechanism to
    handle test timeout was introduced. However this broke existing tests
    that use SIGTERM inside.
    
    Restore the original behavior.
    sluongng authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    54c4515 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. feat: support syso files in srcs. (#3763)

    * feat: support syso files in srcs.
    
    This change adds support for including .syso files in srcs, which
    enables embedding version and icon info into windows executables.
    
    Fixes #2757
    
    * go:generate doesnt work with empty go.mod
    
    * remove test, combine syso and o file addToArchive, update comments
    
    * update docs
    connyay authored May 3, 2024
    Configuration menu
    Copy the full SHA
    fd77fd0 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. prepare patch release 0.47.1 (#3933)

    Prepare a patch release to include: 54c4515
    tyler-french authored May 6, 2024
    Configuration menu
    Copy the full SHA
    ed2f625 View commit details
    Browse the repository at this point in the history
Loading