-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(snap)!: Re-integrate breaking changes #329
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cherry pick 86fa504 (assert-rs#275) Cherry pick 3ddd841 (assert-rs#290)
Rather than dealing with the special cases where this doesn't exist, let's just not do this. This also aligns with the general style within Cargo's tests. Fixes assert-rs#267 Cherry pick 20d65cd (assert-rs#271)
In using snapshots, I found the leading newline so good that I feel like we should have a trailing newline as well! Cherry pick 7fbcc9c (assert-rs#272)
Looks like ndjson was merged into jsonlines, so went with that. One difference at one point was allowing blank lines from what I've heard. I'm not seeing it mentioned in jsonlines but went with supporting it. Part of assert-rs#92 Cherry pick ae6bce4 (assert-rs#277) Cherry pick 62ddc26 (assert-rs#290)
Cherry pick e7ef941 (assert-rs#277)
There isn't a succinct way to describe this set of changes. Know changes: - You can now end a `...` with a line containing `[..]` - Variables are always substituted, rather than only when used in the pattern - We don't try as hard to recover from diverging input/pattern Cherry pick 06d6a0f (assert-rs#279)
Cherry pick b5220cd (assert-rs#281) Cherry pick 38c4fb8 (assert-rs#285)
Pull Request Test Coverage Report for Build 9214557670Details
💛 - Coveralls |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #311