-
Notifications
You must be signed in to change notification settings - Fork 11
Improve robustness for handling Python-authored regexes #24
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 all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
c31b9a5
added fix for #23
nico-martin 1210ddf
Potential fix for pull request finding
nico-martin dfbc952
added warning for \W inside a character class
nico-martin 512c940
fixed the main escaped bracket cases
nico-martin a40ac51
prettier fix
nico-martin 15d3c2b
Apply suggestions from code review
xenova a7e0f2a
added regex test cases
nico-martin 653cd96
added check for py regex split
nico-martin 664db61
added section in readme
nico-martin 82d9cfe
fixed copilot suggestions
nico-martin 2bf49e2
removed PROBLEMATIC_REGEX_MAP and replaced it with general normalizers
nico-martin 5ea8e7f
Merge branch 'main' into nico/regex-discrepancies-with-python-23
nico-martin ab6893a
merged main
nico-martin 1574b32
improved fetchConfigById
nico-martin 02c34db
improved fetchConfigById
nico-martin 527134b
improved fetchConfigById
nico-martin 4ecaf84
improved fetchConfigById
nico-martin d1fb055
improved fetchConfigById
nico-martin bf82645
Merge branch 'main' into nico/regex-discrepancies-with-python-23
xenova fb66bcd
Update pnpm-workspace.yaml
xenova 607c2d6
Update tsconfig.json
xenova f187508
no need to use jest/globals
xenova 8738c57
Update edgeCases.test.ts
xenova c9679fb
consolidate
xenova 9e5ed6a
compile pattern once
xenova d7b0f6a
Update splitRegexOracle.json
xenova bd8e724
Update splitRegexPatterns.json
xenova b761789
Update generate_split_regex_oracle.py
xenova 7640409
Update edgeCases.test.ts
xenova 4036d5c
Delete splitRegexCases.ts
xenova 0b95841
Improve PY -> JS regex handling
xenova 4057f1f
increase fetch timeout
xenova db7600e
Update splitRegexOracle.test.ts
xenova f693244
Update README.md
xenova 0319095
cleanup
xenova 3d4b1da
Update README.md
xenova 0c8f8f2
compress oracle
xenova 6b1a81e
formatting
xenova 4ee2f73
reduce size
xenova ae07e54
increase default test timeout
xenova d24f000
cleanup
xenova 83e6bad
Merge branch 'main' into nico/regex-discrepancies-with-python-23
xenova 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| *.gz binary |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| tests/py/*.py | ||
| *.gz |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,5 @@ | ||
| allowBuilds: | ||
| esbuild: true | ||
| unrs-resolver: true | ||
|
|
||
| minimumReleaseAge: 1440 |
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.
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.