-
One year ago the canonical RubySpec project was retired. It was suggested to @matz by me in a private email discussion that the name be changed from RubySpec to something else. I thought this was a go…
-
When a module defines the case compare operator, it also breaks usages of the case compare operator when that module is on the RHS of the operator.
``` ruby
module Foo
def self.===(*)
raise 'me…
-
Here's the living checklist of changes needed to support Ruby 2.3.
These changes will go on the 2.3 branch at https://github.com/jruby/jruby/tree/ruby-2.3 and then we will merge to master when we're …
-
{ | ; c | }
Does not work...
-
Such as
https://github.com/ruby/rubyspec/blob/master/language/method_spec.rb#L734
``` ruby
evaluate
-
Blocks Opal from being able to run `rubyspec/language/string_spec.rb`
```
$ bundle exec opal -e "p %=string="
/Users/vais/opal/lib/opal/parser.rb:82:in `on_error': An error occurred while compiling: …
-
I hit the same bug using racc and devise (which depends on orm_adapter) as described in this [blog post](http://brainspec.com/blog/2013/08/09/make-love-not-ruby-core-extensions/)
According to [rubysp…
-
From: [these test results](https://dd54e1458a0a2566fb673256ef3716e6acbdca51.googledrive.com/host/0B0NNQZ6fVYyiZHlPNTk1dDA5YVE/)
Getting a lot of segfaults when calling `mrb_debug_get_line`. I checked…
-
RubySpec never really died, it just split into two worlds: the ruby/rubyspec world, managed by ruby-core and JRuby committers; and the rubinius world. Both worlds have continued to add specs. Only the…
-
The number of errors+failures on Windows is now only 24! https://ci.appveyor.com/project/eregon/spec/build/140
However, these ones seem non-trivial to fix. Some of them might be just not applicable o…