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 extractor compilable with Swift 6 #17699

Draft
wants to merge 26 commits into
base: main
Choose a base branch
from
Draft

Conversation

redsun82
Copy link
Contributor

@redsun82 redsun82 commented Oct 8, 2024

WIP

@github-actions github-actions bot added the Swift label Oct 8, 2024
@PSchmiedmayer
Copy link

@redsun82 Thank you for working on this; greatly appreciated!

Copy link
Contributor

@geoffw0 geoffw0 left a comment

Choose a reason for hiding this comment

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

Initial thoughts on the library and query test changes. Obviously we need to look a bit deeper into these.

";Collection;true;suffix(from:);;;Argument[-1];ReturnValue;taint",
";Collection;true;suffix(_:);;;Argument[-1].CollectionElement;ReturnValue.CollectionElement;value",

Check warning

Code scanning / CodeQL

Redundant assignment. Warning

The variable row
has previously been assigned
the same value
.
";BidirectionalCollection;true;suffix(_:);;;Argument[-1];ReturnValue;taint",
";BidirectionalCollection;true;suffix(_:);;;Argument[-1].CollectionElement;ReturnValue.CollectionElement;value",
";BidirectionalCollection;true;suffix(from:);;;Argument[-1];ReturnValue;taint",
";BidirectionalCollection;true;suffix(_:);;;Argument[-1].CollectionElement;ReturnValue.CollectionElement;value",

Check warning

Code scanning / CodeQL

Redundant assignment. Warning

The variable row
has previously been assigned
the same value
.
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.

3 participants