-
I believe this is a compiler issue so a pull request may/may not be possible.
_When this issue is fixed, workaround code in opal/corelib/regexp.rb in #union needs to be removed_
It appears to work p…
-
In f1a777b5ac I'm skipping Rubyspec files that no longer parse with #381 merged. I'm not sure what's going on, but it appears to be related to `def ... finally ... end` in combination with something e…
-
GzipReader doesn't seem to implement readbyte, throwing NoMethodError when called.
-
Hello. JRuby does not seem to respect encoding marking at the top of source files when deciding the encoding of symbol literals. In a file marked as UTF-8, all symbols get marked as US-ASCII even if…
-
jruby 9.0.0.0-SNAPSHOT (2.2.2) 2015-06-15 0af53f6 Java HotSpot(TM) 64-Bit Server VM 25.45-b02 on 1.8.0_45-b14 +jit [darwin-x86_64]
```
# test.rb
#!/usr/bin/env ruby
puts "hello"
warn "whut?"
raise "o…
-
jruby 9.0.0.0.rc1 (2.2.2) 2015-06-10 a0bf3b3 Java HotSpot(TM) 64-Bit Server VM 25.45-b02 on 1.8.0_45-b14 +jit [darwin-x86_64]
Yosemite
java version "1.8.0_45"
Java(TM) SE Runtime Environment (build 1.…
-
This is an odd case. The spec https://github.com/rspec/rspec-support/blob/master/spec/rspec/support/encoded_string_spec.rb#L98 seems to pass on MRI and fail on Rubinius, but it makes little sense as t…
-
In MRI 1.9.3-p545:
``` irb
1.9.3-p545 :001 > Regexp.new(123)
TypeError: can't convert Fixnum into String
```
In Rubinius 2.2.5:
``` irb
rbx-2.2.5 :001 > Regexp.new(123)
PrimitiveFailure: Regexp.com…
-
Quick issue:
```
class Blue
end
Blue.instance_methods.should_not == []
```
Thanks
-
@hsbt Is the migration to ruby/rubyspec complete?
It looks good to me!