-
Notifications
You must be signed in to change notification settings - Fork 26
Comparing changes
Open a pull request
base repository: frankban/quicktest
base: v1.14.4
head repository: frankban/quicktest
compare: v1.14.5
- 12 commits
- 5 files changed
- 4 contributors
Commits on Nov 22, 2022
-
Allow Matches and ErrorMatches matches to use an already-compiled reg…
…exp.Regexp This allows users to have full control over the pattern used for matching, and all of its flags (multiline)
Configuration menu - View commit details
-
Copy full SHA for 9b528f4 - Browse repository at this point
Copy the full SHA 9b528f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 677534e - Browse repository at this point
Copy the full SHA 677534eView commit details -
Add ErrorMatches/PanicMatches tests for pre-compiled regexp
- qt.ErrorMatches single-line match `expectedNegateFailure` - qt.ErrorMatches multi-line match `expectedNegateFailure` - qt.ErrorMatches multi-line match `expectedCheckFailure` - qt.PanicMatches single-line match `expectedNegateFailure` - qt.PanicMatches multi-line match `expectedNegateFailure` - qt.PanicMatches multi-line match `expectedCheckFailure`
Configuration menu - View commit details
-
Copy full SHA for e144d26 - Browse repository at this point
Copy the full SHA e144d26View commit details -
Add pre-compiled regexp example for Matches, ErrorMatches, and PanicM…
…atches Documentation added both to the checker.go file and the README.md file
Configuration menu - View commit details
-
Copy full SHA for 08f7639 - Browse repository at this point
Copy the full SHA 08f7639View commit details
Commits on Mar 15, 2023
-
Bump actions/setup-go from 3 to 4
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for e0e9431 - Browse repository at this point
Copy the full SHA e0e9431View commit details
Commits on Apr 3, 2023
-
Turn a panicking cmp.Diff into a bad check
Using Not(DeepEquals) on a type with an unexported field currently succeeds without an error. This is because the unexported field is raised as a panic by go-cmp, which is turned into a plain error by the library. Not then interprets the error to mean "not equal" instead of forwarding it to the user. Fix this by turning any go-cmp panics into a bad check. Fixes #153
Configuration menu - View commit details
-
Copy full SHA for 636ce19 - Browse repository at this point
Copy the full SHA 636ce19View commit details
Commits on Apr 11, 2023
-
Merge pull request #137 from pajlada/feat/checker-accept-regexp
Allow Matches and ErrorMatches matches to use an already-compiled regexp.Regexp
Configuration menu - View commit details
-
Copy full SHA for 1af932f - Browse repository at this point
Copy the full SHA 1af932fView commit details -
Merge pull request #152 from frankban/dependabot/github_actions/actio…
…ns/setup-go-4 Bump actions/setup-go from 3 to 4
Configuration menu - View commit details
-
Copy full SHA for 6a0f8ad - Browse repository at this point
Copy the full SHA 6a0f8adView commit details -
Merge pull request #154 from lmb/cmp-equal-bad-checkf
Turn a panicking cmp.Diff into a bad check
Configuration menu - View commit details
-
Copy full SHA for 9a0c242 - Browse repository at this point
Copy the full SHA 9a0c242View commit details -
Configuration menu - View commit details
-
Copy full SHA for a225823 - Browse repository at this point
Copy the full SHA a225823View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68d1d64 - Browse repository at this point
Copy the full SHA 68d1d64View commit details -
Merge pull request #155 from frankban/satisfies-refernce
Only keep the refernce to the original satisfies code
Configuration menu - View commit details
-
Copy full SHA for abb14de - Browse repository at this point
Copy the full SHA abb14deView 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.14.4...v1.14.5