-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Update regex parsing to latest .Net core parsing (and diagnostic messages). #76269
Merged
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
cc5c5f0
Update regex messages
CyrusNajmabadi 4e84ae1
in progress
CyrusNajmabadi c4ba8fb
REvert
CyrusNajmabadi 9c2337e
Fix loc string
CyrusNajmabadi 577b20f
Fix loc string
CyrusNajmabadi b9ffc66
Fix loc string
CyrusNajmabadi 4223c9a
Fix loc string
CyrusNajmabadi c3e1a6c
Fix loc string
CyrusNajmabadi efc8ff0
fix tests
CyrusNajmabadi 3ca0cc9
Fix loc string
CyrusNajmabadi f589008
Fix loc string
CyrusNajmabadi 9fc1412
Fix loc string
CyrusNajmabadi 32a1f55
Fix loc string
CyrusNajmabadi c5ef7e1
Fix loc string
CyrusNajmabadi 0f172df
in progress
CyrusNajmabadi ea674e9
Merge remote-tracking branch 'upstream/main' into regexMessages
CyrusNajmabadi 26ec545
Fixup parsing of options withing a grouping
CyrusNajmabadi 9ad64e0
Consistent error
CyrusNajmabadi 8153848
Change string
CyrusNajmabadi d2563f4
Fix
CyrusNajmabadi bd4b4ce
fix test
CyrusNajmabadi 0e95ac3
more fixes
CyrusNajmabadi 3860692
UPDATE TSTS
CyrusNajmabadi 972d5ee
remove exceptions
CyrusNajmabadi 09de88e
Remove posix code
CyrusNajmabadi 1fd543f
Unskip
CyrusNajmabadi 67600f5
Apply suggestions from code review
CyrusNajmabadi 1bda1f0
Apply suggestions from code review
CyrusNajmabadi 89e47ce
Simplify
CyrusNajmabadi 2d7ef9a
Merge branch 'regexMessages' of https://github.com/CyrusNajmabadi/ros…
CyrusNajmabadi 1e9a254
Remove
CyrusNajmabadi 75af96a
remove
CyrusNajmabadi 6a66b70
Simplify
CyrusNajmabadi 49c1a87
Simplify
CyrusNajmabadi c664db1
Remove
CyrusNajmabadi 169bd79
Merge remote-tracking branch 'upstream/main' into regexMessages
CyrusNajmabadi 0ebd4e3
Lint
CyrusNajmabadi 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
Oops, something went wrong.
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.
workarounds for when we found regex strings that would crash .net :) these have been fixed in .net core, so we don't need this.