-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
whitespace and typo #104
whitespace and typo #104
Conversation
/// | ||
///> Bbb. | ||
/// Bbb. |
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.
I belive these are test comments for the parser. Changes in this file should be reverted.
You're right, thanks. This broke a regression test too. I reverted that change in 6026b6d. -Chris |
Understood, are those changes causing a problem? |
Not that I've found. Just pointing them out in case they were test cases that now don't exist. |
Addressed ABI FIXME’s swiftlang#104 and swiftlang#105, making Sequence’s SubSequence conform to Sequence, with the same element type, and for which the SubSequence of a SubSequence is the same SubSequence.
Addressed ABI FIXME’s #4, swiftlang#5, swiftlang#104 and swiftlang#105, making Sequence’s SubSequence conform to Sequence, with the same element type, and for which the SubSequence of a SubSequence is the same SubSequence. Fixes SR-318 / rdar://problem/31418206.
Addressed ABI FIXME’s #4, swiftlang#5, swiftlang#104 and swiftlang#105, making Sequence’s SubSequence conform to Sequence, with the same element type, and for which the SubSequence of a SubSequence is the same SubSequence. Fixes SR-318 / rdar://problem/31418206.
Fix `newline` token length calculation
build-script: remove any swift files in the generated file dir before generating new ones
XFAIL JSQDataSourcesKit
No description provided.