-
rbx -v
```
rubinius 2.1.1 (2.1.0 be67ed17 2013-10-18 JI) [i386-openbsd]
```
Running the mspecs on OpenBSD i386 yields the following near the end
```
2156 files, 19039 examples, 148844 expectations,…
-
I've been writing my own client-side MVC for my amusement, and came across this problem.
Here is a controller. Note, this is not a Rails controller but inherits from a class called ApplicationContro…
-
https://gist.github.com/1301471
Adding a "return" to a Proc should produce a LocalJumpError. MRI catches this exception and prints it out. RBX just exits.
Example came from http://innig.net/software…
-
Most of the 3rd party providers listed here (https://github.com/mitchellh/vagrant/wiki/Available-Vagrant-Plugins) are not tested. Those that are usually only test the Vagrant config since that's the o…
-
Hello,
We just started trying to run [RubySpec](https://github.com/ruby/rubyspec) on Travis with OS X.
@BanzaiMan gave us the tip of using `osx_image: beta-xcode6.3` in the `.travis.yml`.
However, …
-
There's a newly-modified spec that tests `"abc".freeze.equal?("abc".freeze)` and it appears to be intermittently failing. It appears to fail consistently on Travis.
[The spec] looks like this:
`…
-
I already tweeted about it with @headius, and I already opened an [issue on MRI](https://bugs.ruby-lang.org/issues/9999) as well.
However I think jruby will benefit much more of type checks than MRI …
-
Edit:
The roadmap is now adjusted for 1.0.0. We need to decide what is required for that release, and what is required for 1.1.0.
- [x] source maps
- [x] make Parser easier to subclass for custom bui…
-
There seem to be a couple of differences in how Opal handles classes scoped by modules vs how native Ruby handles them.
The first one is when the class does not exist inside the module but is initial…
-
See
https://github.com/minad/rubyspec/blob/concurrency-test/core/file/flock_spec.rb
The following concurrency tests fail:
- blocks if trying to lock an exclusively locked file
- locks concurrent acc…
minad updated
5 years ago