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
I cloned unholy from the repository and followed the installation instructions. When I run bin/unholy test.rb (test.rb exists), I get the error
*** Are you sure you're running Ruby 1.9?
/path/to/unholy/lib/unholy/pyasm.rb:366:in `throw': uncaught throw #<NameError: uninitialized constant Pyasm::VM> (ArgumentError)
from /path/to/unholy/lib/unholy/pyasm.rb:366:in `rescue in eval'
from /path/to/unholy/lib/unholy/pyasm.rb:361:in `eval'
from /path/to/unholy/lib/unholy.rb:8:in `unholy'
from bin/unholy:5:in `<main>'
1
[:trace, 1]
[:putself]
*** Are you sure you are running Ruby 1.9?
/path/to/unholy/lib/unholy/pyasm.rb:379:in `throw': uncaught throw #<NoMethodError: undefined method `putself' for #<Pyasm:0x007f92098c37f8>> (ArgumentError)
from /path/to/unholy/lib/unholy/pyasm.rb:379:in `rescue in eval'
from /path/to/unholy/lib/unholy/pyasm.rb:374:in `eval'
from /path/to/unholy/lib/unholy.rb:8:in `unholy'
from bin/unholy:5:in `<main>'
This was an old project by the now defunct _why, and it was made back when Ruby 1.9 was still under development and a lot of things were different. I don't expect it to work anymore.
In any case, it was just a fun hack; wasn't ever production-ready.
I cloned unholy from the repository and followed the installation instructions. When I run
bin/unholy test.rb
(test.rb exists), I get the errorI am running Ruby 1.9.3 and Python 2.7.1.
The text was updated successfully, but these errors were encountered: