Skip to content
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

Swift: Make Callable a sub type of AstNode #17463

Merged
merged 2 commits into from
Sep 16, 2024

Conversation

hvitved
Copy link
Contributor

@hvitved hvitved commented Sep 13, 2024

The class Callable was manually made a sub class of AstNode in swift/ql/lib/codeql/swift/elements/Callable.qll. This PR adjusts schema.py to reflect that.

@github-actions github-actions bot added the Swift label Sep 13, 2024
@hvitved hvitved added the no-change-note-required This PR does not need a change note label Sep 16, 2024
@hvitved hvitved marked this pull request as ready for review September 16, 2024 07:07
@hvitved hvitved requested a review from a team as a code owner September 16, 2024 07:07
Copy link
Contributor

Choose a reason for hiding this comment

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

let's not worry about upgrade/downgrade scripts, we will start doing those only when we promise stability

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Note: This is Swift, not Rust.

Copy link
Contributor

Choose a reason for hiding this comment

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

aaaah I think I need a second coffee 😅

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.

looks good, but let's remove upgrade/downgrade scripts, we're not doing them yet (and they are not even checked by CI for that reason)

@redsun82 redsun82 merged commit 39ce3fb into github:main Sep 16, 2024
22 checks passed
@hvitved hvitved deleted the swift/callable-ast-node branch September 16, 2024 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-change-note-required This PR does not need a change note Swift
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants