-
Notifications
You must be signed in to change notification settings - Fork 71
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
Propagate Step being matched by multiple Regexes as AmbiguousMatchError #143
Merged
Merged
Changes from 23 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
3fd40d3
Add before and after hooks without propagating errors
ilslv 72ae552
Implement hook events
ilslv b740341
Mention hooks in Features book chapter
ilslv c49280b
Corrections
ilslv 192bace
CHANGELOG
ilslv 3582127
WIP [skip ci]
ilslv eff31e5
Corrections
ilslv 7b797bb
CHANGELOG, Docs and Book
ilslv e0075a8
Fix Windows tests
ilslv b484f8c
Fix Windows tests
ilslv 2d16c86
Corrections
tyranron 609c29d
Fix clap at beta.5 to prevent updating it with breaking changes
ilslv 54b714e
Fix `clap` to `3.0.0-beta.5` version
tyranron 558a9a4
Restore bad merge
tyranron 0199ab6
Merge branch 'main' into return-before-and-after-hooks
tyranron 23de704
Merge branch 'return-before-and-after-hooks' into ambiguous-error
ilslv c8919bd
Corrections
ilslv c6bf724
Merge branch 'main' into ambiguous-error
ilslv e88e14e
Corrections
ilslv 2381dca
Merge branch 'main' into ambiguous-error
ilslv c8833f7
Corrections
ilslv 5b7ecc2
Fmt
ilslv 8ea254f
Merge branch 'main' into ambiguous-error
ilslv 97d7b25
Some corrections [skip ci]
tyranron aee3645
Correction
ilslv a8b9a9e
Refactor Step::AmbiguousMatch into Step::Failed and StepError
ilslv 3ff9036
Corrections
ilslv e54fa5b
Corrections
ilslv 96db994
Corrections
ilslv 837758e
Corrections
tyranron File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given that we always provide
cucumber::step::Location
in the generated code, I think we may stripOption
out of many places in of codegen machinery.