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: golang/mod
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.0
Choose a base ref
...
head repository: golang/mod
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.0
Choose a head ref
  • 3 commits
  • 8 files changed
  • 3 contributors

Commits on Jan 16, 2023

  1. sumdb/dirhash: fix a panic when argument is not a directory

    This patch fixes a case where a path to a non directory can cause DirHash func to panic.
    
    Fixes golang/go#57269
    
    Change-Id: I743970dcafdf3bfee94baf4b714429a404decda9
    GitHub-Last-Rev: a17ca1a
    GitHub-Pull-Request: #16
    Reviewed-on: https://go-review.googlesource.com/c/mod/+/457075
    Run-TryBot: Bryan Mills <bcmills@google.com>
    Auto-Submit: Bryan Mills <bcmills@google.com>
    Reviewed-by: Benny Siegert <bsiegert@gmail.com>
    Reviewed-by: Bryan Mills <bcmills@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    simar7 authored and gopherbot committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    77d797e View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. all: replace io/ioutil with io and os package

    This PR replaces the deprecated in Go 1.17 `io/ioutil` package with `io` and `os` packages.
    
    Changes are the same as in [CL 430799](https://go.dev/cl/430799) but with test fixes.
    
    Change-Id: I69095e5d62b10879fd273305876fd7498803705d
    GitHub-Last-Rev: 28cdff9
    GitHub-Pull-Request: #17
    Reviewed-on: https://go-review.googlesource.com/c/mod/+/462278
    Reviewed-by: Ian Lance Taylor <iant@google.com>
    Auto-Submit: Bryan Mills <bcmills@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Bryan Mills <bcmills@google.com>
    Run-TryBot: Bryan Mills <bcmills@google.com>
    alexandear authored and gopherbot committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    a42224d View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. sumdb/dirhash: correct documentation of hash

    The "equivalent Unix command" was missing a layer of sha256sum.
    
    Fixes golang/go#48498.
    
    Change-Id: I1051bfa5fcbbf1625623d11cf21686b33da19b88
    Reviewed-on: https://go-review.googlesource.com/c/mod/+/464295
    Auto-Submit: Russ Cox <rsc@golang.org>
    Reviewed-by: Bryan Mills <bcmills@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Run-TryBot: Russ Cox <rsc@golang.org>
    rsc authored and gopherbot committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    b710602 View commit details
    Browse the repository at this point in the history
Loading