-
```
$ ./configure
Configuring LLVM...
Checking for existing LLVM tree: found!
Checking sizeof(long): 8 bytes
Checking platform endianness: little endian
Checking tr1/hash definition: found
Checkin…
-
I built RBX in the clone dir from git master and added rubinius/bin to my PATH, I built RBX myself without RVM or rbenv.
[diego@(none) ~]$ echo $PATH
/home/diego/rubinius/bin:/usr/local/bin:/usr/bin…
-
I couldn't figure out how to fix this error arising from standard configure && rake build -
1)
Ping.pingecho pings a host using the correct number of arguments FAILED
Expected false to be true
…
-
In Ruby 1.9 there exists `IO::WaitReadable` and `IO::WaitWritable` exceptions. Rubinius does not seem to have these.
```
rhuarc:~ rakaur$ rvm use 1.9.3
Using /Users/rakaur/.rvm/gems/ruby-1.9.3-rc1
rh…
-
Personally I found working with rvm to be good until you upgraded rvm itself. It seemed every release would have odd quirks with failures and unpredictable exit codes (ie 0 on error). Personally I fou…
-
``` bash
C:\>jruby -v
jruby 1.6.4 (ruby-1.9.2-p136) (2011-08-23 17ea768) (Java HotSpot(TM) Client VM 1.6.0_21) [Windows XP-x86-java]
C:\>pry
pry(main)> a = "a string"
=> "a string"
pry(main)> ls a -M
…
-
(This ticket is a continuation of #1178. It contains a first attempt at a patch to fix the problem, as well as an example that demonstrates the failure.)
Patch: https://gist.github.com/1261040
Comp…
-
I've spoken with Matz and apparently there will be support for both big and small endian 64bit int in Ruby 1.9.3. It means we won't need to do the craziness with shifting bytes as we do now in https:/…
-
Patch available here: https://gist.github.com/982230
Note that spec/ruby/core/symbol/comparison_spec:6 still fails in Ruby 1.9 mode because it attempts to create a Symbol via 0.chr.to_sym, which was …
-
As the new Codespeed site shows, the environment name is used for the permalink:
http://speed.rubyspec.org/changes/?tre=10&rev=268a0200d16b42f5201ba6c9faa2cd84447a6487&exe=2&env=EC2+(OpenJDK)
Clickin…