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

[ruby] add METHOD_REF and TYPE_REF nodes for methods and class/module decls #4547

Merged
merged 6 commits into from
May 9, 2024

Conversation

AndreiDreyer
Copy link
Contributor

This PR handles:

  • Added METHOD_REF nodes directly under :program for all methods defined in file
  • Added TYPE_REF nodes directly under :program for all class/modules defined in file

@AndreiDreyer AndreiDreyer added the ruby Relates to rubysrc2cpg label May 9, 2024
@AndreiDreyer AndreiDreyer self-assigned this May 9, 2024
@AndreiDreyer AndreiDreyer merged commit d0b9481 into master May 9, 2024
5 checks passed
@max-leuthaeuser max-leuthaeuser deleted the andrei/ruby/lift-method-refs branch May 9, 2024 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ruby Relates to rubysrc2cpg
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants