Skip to content

Conversation

ahoppen
Copy link
Member

@ahoppen ahoppen commented Dec 10, 2022

The where clause in the generic argument list hasn’t been supported for quite a few Swift releaeses. Don’t support it in the new parser.

@DougGregor
Copy link
Member

IIRC, we still use this syntax in SIL

@ahoppen
Copy link
Member Author

ahoppen commented Dec 27, 2022

Since we don’t use SwiftSyntax to represent SIL, this shouldn’t be an issue though, right?

The where clause in the generic argument list hasn’t been supported for quite a few Swift releaeses. Don’t support it in the new parser.
@ahoppen
Copy link
Member Author

ahoppen commented Feb 12, 2023

swiftlang/swift#63602

@swift-ci Please test

@ahoppen ahoppen marked this pull request as ready for review February 12, 2023 08:08
@ahoppen
Copy link
Member Author

ahoppen commented Feb 13, 2023

Oh dear, we are still parsing all the tests in the Swift test suite with language mode 4 and language mode 4 still supports where clauses in generic argument lists. 🙄

@ahoppen
Copy link
Member Author

ahoppen commented Mar 17, 2023

I’m closing this because it’s unlikely we’ll be able to merge this anytime soon. Opened #1417 so we don’t forget about it.

@ahoppen ahoppen closed this Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants