-
Notifications
You must be signed in to change notification settings - Fork 50
Reenable motivation tests #344
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
Reenable motivation tests #344
Conversation
@swift-ci Please test |
@swift-ci Please test |
import RegexBuilder | ||
|
||
#if os(macOS) |
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.
Wait, is this all that was needed this whole time? 😅
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.
Welp, I guess not. Works on my machine! 🙃
Apparently not:
Super annoying that it somehow still wants to link those symbols |
macOS CI is still broken on this one for some reason.
@swift-ci Please test |
#if os(macOS) | ||
// FIXME: macOS CI seems to be busted and Linux doesn't have FormatStyle | ||
// So, we disable this larger test for now. | ||
#if false |
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.
😩
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.
So it goes
This includes a test that matches the RegexDSL proposal's example.