Brian Shirai
Brian Shirai
@dsisnero hello! I appreciate your kind words about ideas and code in Rubinius. I don't think I have anything to contribute to the discussion you linked. If you have time,...
We should pass `--llvm-config /usr/local/opt/llvm/bin/llvm-config` to configure. Let me know if you want a patch.
Uh, who is this @spastorino guy?
@swrobel yes, that's basically correct. Rubinius 2.3.0+ requires LLVM to be installed. On OS X, that is usually simplest from Homebrew. For some historical context, Rubinius pre-2.3.0 would either try...
Any volunteers to reanimate the GitHub Pages site?
Thank you @jc00ke! I'll look at it today
Hah, you rock. I'll get right on this. Exiting the REPL is as easy as ^D. To make it easier for typers, I'll add exit() and if you type quit(),...
RubySpec does support the MRI patchlevel, which has semantic meaning as MRI has changed behavior in a patchlevel. While I find that quite annoying, we should be able to support...
Anything prefixed with `RBX` (eg `RBXOPT`) could affect Rubinius. We can't give you a definitive set because we'll add them whenever we want. But we'll prefix any we depend on.
Hi @ndregs, that sounds like a great suggestion to me. What do you have in mind? Would you consider opening a pull-request with a change you'd like to see?