-
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: <inst pixie.stdlib.Keyword> Var assoc is undefined #535
Comments
@heyarne took me a while but I finally got to the bottom of it. The latest version on master is broken. To get it working use the previous merge:
After that everything should be peachy fab |
@heyLu @egregius313 I have no idea why or how but the Compiling stdlib.pxi fails and that brings everything crashing down. Perhaps we roll back till we can fix? |
@alekcz I'm not sure what the problem is. I'd suggest rolling it back until we can find the issue |
@egregius313 It's this bit of code:
It doesn't seem to be able to ignore |
I think the issue is that my definition is based on Clojure's definition of |
@thomasmulvaney any chance you could help with a roll back? |
To which revision should we rollback to, this one? And how long should compilation take? First compile took 16 minutes on my 15" Macbook Pro. |
Hi Theronic, yes, I used exactly the version you have mentioned in your last post: git checkout -b work 5eb0ccb Compilation takes a while. I do not remember the exact time but 16 minutes sounds reasonable. Have fund and Regards, Otto |
I just tried compiling pixie on a Macbook Pro, macOS 10.13.2, but couldn't run the resulting
pixie-vm
executable. It crashed with the following error message:Following the instructions to build the executable all I basically did was:
Here's some additional info about the installed versions:
Any idea what caused this?
The text was updated successfully, but these errors were encountered: