-
The result of `[0,1,2,3].sample(3).first` seems to be biased.
I checked the randomness of Array#sample by running this code
```ruby
p 10000.times.map{[0,1,2,3].sample(3)[0]}.group_by{|a|a}.map{|a…
-
Cannot get RBX 2.2.6 to build using `ruby-install`
Here is the full output: https://gist.github.com/schneems/a2d366e5747dc936d6fe
I'm on a mac:
![](https://www.dropbox.com/s/m1ognzhyv0e5ubs/Screens…
-
If user is using it on another implementation, there can be extra flags (e.g. -J-Xmx512m for some JVM flag JRuby), and existing might not match exactly (e.g. -U for unicode encoding in Rubinius, but -…
-
Log files for more information in [this gist.](https://gist.github.com/crashtech/04f217833346b97192b5).
I've tried to compile RBX using RVM but I always get the "clang: error: unknown argument: '-fst…
-
I ran the command `/home/user/rubinius/gems/bin/bundle install`
- What did you expect to happen?
I expected Bundler to to install the gem dependencies.
- What happened instead?
Inste…
-
```
error: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Werror,-Wundefined-bool-conversion]
assert(this && (!reference_p() || (type_…
-
Hello,
According to Travis, Rubinius has no available binaries. It seems Rubinius has no binary Rubies available for 2.*. We can remove it or build from source, this way the CI will not keep failin…
-
Thank you for taking the time to let us know that you're having an issue with Rubinius. We apologize for the inconvenience.
Please respond to the following questions to help us fix the issue. Pleas…
-
Attempting to install rbx-2.3.0 on OSX 10.9.5 it explodes with the following error
```
[bbianco@ip-10-100-0-210 ~] $ rvm install rbx-2.3.0
rbx-2.3.0 - #removing src/rbx-2.3.0..
Searching for binary r…
-
`rbx-2.5.2` requires LLVM 3.0-3.5 to install. The Arch Linux package for LLVM is at 3.6.2-2. A separate package for LLVM 3.5 was created, `llvm35` and `llvm35-libs`.
When running `rvm install rbx-2…