-
-
Notifications
You must be signed in to change notification settings - Fork 925
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
[Truffle] Method constant_table needed for Gem commands #2900
Comments
I think fixed in 0b342f7, but I can't run your program as it looks like it's missing other code from what you were trying to run:
|
I think this is still an issue:
Expected
|
Fixed in c557db0 This was a different but related issue. The Rubinius marshal implementation directly calls some internal methods. Those try to access data structures which aren't there - so we need to replace these methods with our versions. |
Example
Expected (ruby,jruby)
Actual
The text was updated successfully, but these errors were encountered: