-
Notifications
You must be signed in to change notification settings - Fork 480
Implement wildcard selector, add proxy example
#1020
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
Merged
Merged
Changes from 8 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
64901a9
Implement wildcard selector, add `proxy` example
cmichi 2eaf655
Minor code and text improvements
cmichi bd7eea1
Remove code
cmichi 7b7c43b
Fix function name
cmichi 4677a59
Add unit tests for lang parsing
cmichi fbe82d2
Clarify where state resides
cmichi 2e633e3
Apply suggestions from code review
23e2baf
Implement comments
cmichi 75886af
Apply suggestions from code review
0299f4d
Pre-process `_` to `"_"`
cmichi 1d102b0
Update String error message
cmichi 7f1a7ea
Merge branch 'master' into cmichi-implement-wildcard-selector
cmichi 7dba798
Rename `is_wildcard_selector` to `has_wildcard_selector`
cmichi 66a3455
Move `_` to `"_"` transformation to lower layer
cmichi f643a30
Update test fixtures
cmichi 1b0c396
Update error message
cmichi 5cb1f3c
Update test fixtures
cmichi ee3d140
Migrate to enum `SelectorOrWildcard`
cmichi 3ed386c
Allow wildcard selectors for constructors
cmichi 724ff9f
Fix tests
cmichi f4a2765
Include clippy suggestion
cmichi dc2a9fd
Fix error output matching
cmichi 17067e7
Apply suggestions from code review
a7e624a
Fix suggestions
cmichi f1429cf
Implement reviewer suggestions
cmichi 0b7cf6e
Merge branch 'master' into cmichi-implement-wildcard-selector
cmichi cc078ea
Improve matching
cmichi c2a2697
Include clippy suggestion
cmichi 99a4ff8
Update test fixture
cmichi a2ba30a
Detect multiple wildcard selectors in constructors
cmichi 9f58738
Apply suggestions from code review
1a7b33c
Rename enum variant `Selector` to `UserProvided`
cmichi 00f360d
Return `Result:Err` instead of asserting
cmichi 1bc3bb6
Implement suggestions
cmichi 98da359
Revert "Return `Result:Err` instead of asserting"
cmichi b498308
Apply `cargo fmt`
cmichi 36a374c
Disable overflow checks for `proxy` example
cmichi d55c84b
Return `Result:Err` instead of asserting
cmichi fbc6097
Fix import path
cmichi 7698ad5
Fix import path
cmichi c297f50
Fix import path
cmichi 21bb558
Revert "Return `Result:Err` instead of asserting"
cmichi 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.