-
Notifications
You must be signed in to change notification settings - Fork 297
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
[ruby] Move over dataflow tests #4514
Conversation
@@ -50,6 +50,7 @@ null | |||
slices.json | |||
**/.antlr | |||
/joern-cli/frontends/csharpsrc2cpg/bin | |||
/joern-cli/frontends/rubysrc2cpg/type_stubs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder for this rule and the one above, to instead just do
/joern-cli/frontends/*/bin
/joern-cli/frontends/*/type_stubs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll make a note to do this in the next PR, want to merge this one in so long so that I can start on fixing the DF tests.
sink.reachableByFlows(source).l.size shouldBe 3 | ||
} | ||
|
||
// Works in deprecated - unable to parse SplattingArgumentIndexingArgument |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the notes. I'll make some issues on the Ruby board for this
Moved all of the dataflow tests to the new Ruby frontend from the deprecated one. Ignored the ones that aren't working for now, the next step is to start working on fixing those tests.