-
Notifications
You must be signed in to change notification settings - Fork 49
[swift/main] Update swift main #607
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
Conversation
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
- Compare with NS regular expression - Save comparison results - Save and compare estimated compile times
Rename builder parameter name
We didn't end up choosing these, remove their lexing code. `#|...|#` remains to test the experimental syntax.
A bad one because I have no idea how to use Swift Charts
…ertions (swiftlang#547) - Adds `matchBuiltin` and adjusts `assertBy` to use a switch in processor instead of taking a generic assertion fn - Adds a `CharacterClass` atom
Implements a specialized quantification instruction for repeated matching of a character, dot, character class, or custom character class
…ar-mode Fix matching of backreferences in scalar mode
[Optimization] Add instructions for consuming non-newlines and advancing in scalar view
Backreferences do not guarantee forward progress
Ideally this would be done in Package.swift instead of having to add a flag to swift build but alas it appears that it is not possible - https://forums.swift.org/t/swiftpm-and-conditional-compilation/36874 - https://forums.swift.org/t/compilation-conditions-and-swift-packages/34627/4
More benchmarker features - Loading results from a file - Measuring compile times (via a spi function in Regex) - Comparing compile times and against NSRegularExpression - Saving comparison results as csv - Charts (based on swiftlang#585) - Added the ability to set compiler options to the SPI interface - Added metrics and tracing enabled as options for the compiler - Added CLI options for turning on metrics/tracing for benchmarker regexes - Added parse time measurements to the benchmarker
Don't assume quoted literals are non-empty during bytecodegen
This was renamed to `init(verbatim:)`, but we never removed the old overload. Deprecate it, and suggest using `init(verbatim:)` instead. rdar://98737122
Update CMake file list
This should be targeting the |
@swift-ci please test |
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.
No description provided.