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: onsi/gomega
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.31.0
Choose a base ref
...
head repository: onsi/gomega
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.31.1
Choose a head ref
  • 6 commits
  • 7 files changed
  • 3 contributors

Commits on Jan 18, 2024

  1. Inverted arguments order of FailureMessage of BeComparableToMatcher

    BeComparableTo behaved differently between Match and FailureMessage which made asymmetric go-cmp Options (e.g. https://pkg.go.dev/k8s.io/apimachinery/pkg/util/diff#IgnoreUnset) print a nonsensical error message.
    
    Fixed this issue by inverting order or comparison, and improved a bit messages.
    antonincms authored and onsi committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    e0dd999 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad1a367 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Show how to import the format sub package

    I find this useful for developers that are less familiar with Go and Gomega.
    luistm authored and onsi committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    24e958d View commit details
    Browse the repository at this point in the history
  2. bump dependencies

    onsi committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    bde8f7a View commit details
    Browse the repository at this point in the history
  3. tidy up go.sum

    onsi committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    26661b8 View commit details
    Browse the repository at this point in the history
  4. v1.31.1

    onsi committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    762b171 View commit details
    Browse the repository at this point in the history
Loading