Skip to content

Ruby: Add tests illustrating missing flow#14859

Merged
hvitved merged 1 commit into
github:mainfrom
hvitved:ruby/missing-flow-tests
Nov 24, 2023
Merged

Ruby: Add tests illustrating missing flow#14859
hvitved merged 1 commit into
github:mainfrom
hvitved:ruby/missing-flow-tests

Conversation

@hvitved
Copy link
Copy Markdown
Contributor

@hvitved hvitved commented Nov 21, 2023

No description provided.

@github-actions github-actions Bot added the Ruby label Nov 21, 2023
@hvitved hvitved added the no-change-note-required This PR does not need a change note label Nov 21, 2023
@hvitved hvitved marked this pull request as ready for review November 21, 2023 18:33
@hvitved hvitved requested a review from a team as a code owner November 21, 2023 18:33
@hvitved hvitved requested a review from hmac November 24, 2023 08:20
sink(kwargs[:p1][0]) # $ MISSING: hasValueFlow=72

p1 = []
sink(kwargs[:p1][0])
Copy link
Copy Markdown
Contributor

@hmac hmac Nov 24, 2023

Choose a reason for hiding this comment

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

Suggested change
sink(kwargs[:p1][0])
sink(p1[0])

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Thank for spotting; the test was actually wrong. I have updated.

hmac
hmac previously approved these changes Nov 24, 2023
@hvitved hvitved force-pushed the ruby/missing-flow-tests branch from 1866288 to 8ccce58 Compare November 24, 2023 13:28
@hvitved hvitved merged commit 9eaebfc into github:main Nov 24, 2023
@hvitved hvitved deleted the ruby/missing-flow-tests branch November 24, 2023 13:57
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 Ruby

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants