-
Notifications
You must be signed in to change notification settings - Fork 51
Update swift main #674
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
Update swift main #674
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
0b38ca9
Atomically load the lowered program (#610)
natecook1000 335a0c2
Add tests for line start/end word boundary diffs (#616)
natecook1000 54ff516
Add tweaks for Android
finagolfin eb7f801
Fix documentation typo (#615)
ole c51e8f2
Fix abstract for Regex.dotMatchesNewlines(_:). (#614)
amartini51 45f752a
Remove `RegexConsumer` and fix its dependencies (#617)
natecook1000 ed95066
Improve StringProcessing and RegexBuilder documentation (#611)
natecook1000 c34cea5
Set availability for inverted character class test (#621)
natecook1000 3ca8b13
Merge pull request #618 from buttaface/droid
Azoy 3a3dc7a
Add type annotations in RegexBuilder tests
natecook1000 6c4f291
Workaround for fileprivate array issue
natecook1000 7e059b7
Merge pull request #628 from apple/result_builder_changes_workaround
natecook1000 6a4077f
Fix an issue where named character classes weren't getting converted …
DaveEwing 8184fc0
Merge pull request #629 from apple/dewing/CharacterClassDSLConversion
DaveEwing 2a78475
Stop at end of search string in TwoWaySearcher (#631)
natecook1000 d5a6cec
Correct misspelling in DSL renderer (#627)
natecook1000 7756942
Fix output type mismatch with RegexBuilder (#626)
natecook1000 070e0ec
Revert "Merge pull request #628 from apple/result_builder_changes_wor…
natecook1000 1358fc0
Use `some` syntax in variadics
natecook1000 083d32a
Type checker workaround: adjust test
milseman ca92db7
Further refactor to work around type checker regression
milseman 336f9c5
Merge pull request #643 from milseman/typechecker_workaround
milseman 852b890
Align availability macro with OS versions (#641)
milseman 236b47c
Speed up general character class matching (#642)
milseman 348e6c3
Test for \s matching CRLF when scalar matching (#648)
natecook1000 a7ba701
General ascii fast paths for character classes (#644)
milseman e01e43d
Remove the unsupported `anyScalar` case (#650)
natecook1000 e0352a2
Fix range-based quantification fast path (#653)
natecook1000 923cf5e
Add in ASCII fast-path for anyNonNewline (#654)
milseman 9ea9936
Avoid long expression type checks (#657)
natecook1000 58626cc
Processor cleanup (#655)
milseman 4418183
Fix `firstRange(of:)` search (#656)
natecook1000 57b343d
Bug fix and hot path for quantified `.` (#658)
milseman 6695027
Run scalar-semantic benchmark variants (#659)
milseman 8eafd55
Refactor operations to be on String (#664)
milseman 0354667
Provide unique generic method parameter names (#669)
natecook1000 98d5ddc
Enable quantification optimizations for scalar semantics (#671)
milseman 84bc9c8
Merge remote-tracking branch 'origin/main' into swift/main
milseman 59fce2f
Remove redundant test
milseman 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
Prev
Previous commit
Remove redundant test
- Loading branch information
commit 59fce2ff073e69c03f167b371892de9fe61792bd
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
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.
@natecook1000 It seems like this code isn't on
main
, does this look familiar?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.
(It was a duplicate)