ozra / onyx-lang

The Onyx Programming Language
Other
97 stars 5 forks source link

Script should work now ;) #83

Closed stugol closed 8 years ago

stugol commented 8 years ago

Lack of a realpath call in /opt/onyx/bin/onyx was causing a heisenbug if onyx was invoked with a relative path, e.g:

cd /opt/onyx
echo 'say' | bin/onyx eval

Crystal suffers from this same defect, incidentally.

ozra commented 8 years ago

Thanks!

ozra commented 8 years ago

Confirmed to work fine on my Ubuntu 15.10 too. Only issues:

stugol commented 8 years ago

That's very strange. What about the other messages? Do they say 64-bit? What is the output of uname -a on your system?

ozra commented 8 years ago

Linux GhostBook64 3.16.0-45-generic #60~14.04.1-Ubuntu SMP Fri Jul 24 21:16:23 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

Oddly enough reports a different version of Ubuntu than lsb_release -a

It was only the compile message that showed 32.

stugol commented 8 years ago

That's a lot of x86_64s you got there.