You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eval is nasty and requires (at minimum) a monkeypatch to Kernel. This should be ported to Ripper so that I can parse the code without actually running it.
This will also let me catch more errors, like declaring methods, classes, variables at top scope or requiring extra libraries.
The text was updated successfully, but these errors were encountered:
eval
is nasty and requires (at minimum) a monkeypatch toKernel
. This should be ported to Ripper so that I can parse the code without actually running it.This will also let me catch more errors, like declaring methods, classes, variables at top scope or requiring extra libraries.
The text was updated successfully, but these errors were encountered: