-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Ruby: Improve support for explicit proc-creation #13612
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
Conversation
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.
Nice, thanks for fixing this.
There's a large regression in |
c108f38
to
18762db
Compare
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.
👍
The latest evaluation shows some failures which will need investigation before we merge this. Edit: looks like the evaluation was performed without the RAM fix. Will need to run another evaluation with an updated DCA. |
Evaluation looks fine now |
Proc.new
as an explicit lambda creation, alongsideproc
andlambda
calls.Should fix the issue brought up here: https://github.com/github/codeql/pull/13483/files#diff-4eabe9f52cd51fcb0f830d178af3fb1a36df1e623ae2acbf4a2b25f968e9ee7fR25