-
Notifications
You must be signed in to change notification settings - Fork 124
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
RuntimeException
with pixies.fs, pixie.io
#517
Comments
@ruivieira I ran your script in both the That sounds like an character encoding/decoding error. What does running I'm gonna build dd754fe. I'll let you know how that goes. I doubt it's pixie version error though. |
@alekcz, thanks. Running
And
|
@ruivieira I rebuilt pixie. It's not a version issue. I did reproduce the error though. touch ñotascii
pixie-vm hello.pxi Output:
The error comes from trying to print a non-ASCII. e.g. |
That was fast! Thanks. |
OS: OS X 10.11.5
pixie-vm: 0.1 built from master (dd754fe)
With this simple script:
When running
(show-files ".")
, works as expected.When running
(show-files "../clojure")
VM throws:The text was updated successfully, but these errors were encountered: