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] Could not represent expression Unknown #4522

Closed
AndreiDreyer opened this issue May 2, 2024 · 1 comment · Fixed by #4585
Closed

[ruby] Could not represent expression Unknown #4522

AndreiDreyer opened this issue May 2, 2024 · 1 comment · Fixed by #4585
Labels
bug Something isn't working ruby Relates to rubysrc2cpg

Comments

@AndreiDreyer
Copy link
Contributor

WARN: Could not represent expression /x#{x}b/ (Unknown)
x="abc"
y=/x#{x}b/
puts y
WARN: Could not represent expression /x#{x}b#{x+'z'}b{x+'y'+'z'}w/
x="abc"
y = /x#{x}b#{x+'z'}b{x+'y'+'z'}w/
puts y
@AndreiDreyer AndreiDreyer added bug Something isn't working ruby Relates to rubysrc2cpg labels May 2, 2024
@DavidBakerEffendi DavidBakerEffendi linked a pull request May 23, 2024 that will close this issue
@DavidBakerEffendi
Copy link
Collaborator

Closed by #4585

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ruby Relates to rubysrc2cpg
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants