-
-
Notifications
You must be signed in to change notification settings - Fork 286
Comparing changes
Open a pull request
base repository: onsi/gomega
base: v1.34.2
head repository: onsi/gomega
compare: v1.36.1
- 17 commits
- 41 files changed
- 7 contributors
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e4c4265 - Browse repository at this point
Copy the full SHA e4c4265View commit details -
Configuration menu - View commit details
-
Copy full SHA for a05a416 - Browse repository at this point
Copy the full SHA a05a416View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b717d7 - Browse repository at this point
Copy the full SHA 1b717d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e35358d - Browse repository at this point
Copy the full SHA e35358dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bdbc4e - Browse repository at this point
Copy the full SHA 3bdbc4eView commit details -
Add Successfully() to StopTrying() to signal that Consistently can en…
…d early without failure fixes #786
Configuration menu - View commit details
-
Copy full SHA for eeca931 - Browse repository at this point
Copy the full SHA eeca931View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5deaf23 - Browse repository at this point
Copy the full SHA 5deaf23View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6331f9 - Browse repository at this point
Copy the full SHA d6331f9View commit details
Commits on Oct 31, 2024
-
Export EnforceDefaultTimeoutsWhenUsingContexts and DisableDefaultTime…
…outsWhenUsingContext fix: #790 Signed-off-by: Toshikuni Fukaya <toshikuni-fukaya@cybozu.co.jp>
Configuration menu - View commit details
-
Copy full SHA for ca36da1 - Browse repository at this point
Copy the full SHA ca36da1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f5a208 - Browse repository at this point
Copy the full SHA 9f5a208View commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8e924d7 - Browse repository at this point
Copy the full SHA 8e924d7View commit details
Commits on Nov 15, 2024
-
Replace min/max helpers with built-in min/max
We can use the built-in `min` and `max` functions since Go 1.21. Reference: https://go.dev/ref/spec#Min_and_max Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ece6872 - Browse repository at this point
Copy the full SHA ece6872View commit details
Commits on Nov 24, 2024
-
new: make collection-related matchers Go 1.23 iterator aware
- new internal helper package for dealing with Go 1.23 iterators via reflection; for Go versions before 1.23 this package provides the same helper functions as stubs instead, shielding both the matchers code base as well as their tests from any code that otherwise would not build on pre-iterator versions. This allows to keep new iterator-related matcher code and associated tests inline, hopefully ensuring good maintainability. - with the exception of ContainElements and ConsistOf, the other iterator-aware matchers do not need to go through producing all collection elements first in order to work on a slice of these elements. Instead, they directly work on the collection elements individually as their iterator produces them. - BeEmpty: iter.Seq, iter.Seq2 w/ tests - HaveLen: iter.Seq, iter.Seq2 w/ tests - HaveEach: iter.Seq, iter.Seq2 w/ tests - ContainElement: iter.Seq, iter.Seq2 w/ tests - HaveExactElements: iter.Seq, iter.Seq2 w/ tests - ContainElements: iter.Seq, iter.Seq2 w/ tests - ConsistOf: iter.Seq, iter.Seq2 w/ test - HaveKey: iter.Seq2 only w/ test - HaveKeyWithValue: iter.Seq2 only w/ test - updated documentation. Signed-off-by: thediveo <thediveo@gmx.eu>
Configuration menu - View commit details
-
Copy full SHA for 4c964c6 - Browse repository at this point
Copy the full SHA 4c964c6View commit details
Commits on Nov 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f1ff459 - Browse repository at this point
Copy the full SHA f1ff459View commit details
Commits on Dec 6, 2024
-
resolves #696: make HaveField great on pointer receivers given only a…
… non-addressable value Signed-off-by: thediveo <thediveo@gmx.eu>
Configuration menu - View commit details
-
Copy full SHA for 4feb9d7 - Browse repository at this point
Copy the full SHA 4feb9d7View commit details
Commits on Dec 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1c6c112 - Browse repository at this point
Copy the full SHA 1c6c112View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bc0a2a - Browse repository at this point
Copy the full SHA 8bc0a2aView 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 v1.34.2...v1.36.1