Skip to content

Swift: Support new Swift 6.1 AST elements #19420

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 5 commits into from
May 2, 2025
Merged

Conversation

jketema
Copy link
Contributor

@jketema jketema commented Apr 30, 2025

No description provided.

@github-actions github-actions bot added the Swift label Apr 30, 2025
@jketema jketema force-pushed the jketema/swift-6.1-contructs branch from 5dc41fe to 8ffe78c Compare May 2, 2025 11:39
@jketema jketema force-pushed the jketema/swift-6.1-contructs branch 2 times, most recently from ebaebd1 to b8e7f5d Compare May 2, 2025 13:55
@jketema jketema force-pushed the jketema/swift-6.1-contructs branch from b8e7f5d to 95ac458 Compare May 2, 2025 14:05
Comment on lines +1 to +2
| type_value_exprs.swift:4:13:4:13 | TypeValueExpr | hasType: | yes | getTypeRepr: | type_value_exprs.swift:4:13:4:13 | (no string representation) |
| type_value_exprs.swift:5:13:5:13 | TypeValueExpr | hasType: | yes | getTypeRepr: | type_value_exprs.swift:5:13:5:13 | (no string representation) |
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure why I'm seeing (no string representation) here

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, that is odd, I thought there was a default implementation in place (using the primary class). We can look at it in a follow up I think

@jketema jketema marked this pull request as ready for review May 2, 2025 14:26
@jketema jketema requested a review from a team as a code owner May 2, 2025 14:26
@jketema jketema requested a review from redsun82 May 2, 2025 14:26
Copy link
Contributor

@redsun82 redsun82 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice!

I think the "no string representation" might be worth a bit of investigation, but I don't think it's blocking for this PR 👍

@jketema
Copy link
Contributor Author

jketema commented May 2, 2025

I think the "no string representation" might be worth a bit of investigation, but I don't think it's blocking for this PR 👍

Great. In that case I merge this PR once DCA looks ok, and I'll create a follow-up issue for the "no string representation".

@jketema jketema merged commit aa80b83 into main May 2, 2025
21 checks passed
@jketema jketema deleted the jketema/swift-6.1-contructs branch May 2, 2025 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants