-
Notifications
You must be signed in to change notification settings - Fork 1.2k
NSRegularExpression: Make options: default to empty to match Darwin #1161
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
Conversation
This looks good to me.
https://developer.apple.com/documentation/foundation/nsregularexpression.matchingoptions |
Do you mean renaming Do we also completely drop the |
Yes that's right. The various APIs that use them will need updating too (including the ones you added default parameters too in this PR). |
@swift-ci please test |
Looks like CI bot isn't working - I'll try again in the morning. |
@swift-ci please test |
It looks like the Jenkins CI jobs for Foundation arent listed on the ci.swift.org servers anymore (In the pull request tab) |
@shahmishal the CI bot for Foundation doesn't seem to be working - can you advise? |
There was a mail sent to https://lists.swift.org/pipermail/swift-users/Week-of-Mon-20170731/006034.html (and others):
I suspect the Foundation jobs are part of this restoration process. |
@swift-ci please test |
@swift-ci please test and merge |
Looks like the builds that ended up testing on 8 threads all took too along and were aborted by timeout |
@swift-ci please test and merge |
Brings it into line with the signatures @ https://developer.apple.com/documentation/foundation/nsregularexpression