-
Tried to fix this in #1237 but was unable to
From a failing rubyspec in super_spec - "sees the included version of a module a method is alias from"
The Opal.find_super... functions are not working p…
-
Blocks Opal from being able to run `rubyspec/core/module/const_defined_spec.rb`
```
$ bundle exec rake mspec_rubyspec_nodejs PATTERN=spec/rubyspec/core/module/const_defined_spec
...
/Users/vais/opa…
-
Blocks Opal from being able to run `rubyspec/language/predefined_spec.rb`
```
$ bundle exec rake mspec_rubyspec_nodejs PATTERN=spec/rubyspec/language/predefined_spec.rb
...
/Users/vais/opal/lib/opa…
-
In MRI, if you call `Kernel#proc` without a block, but a block was passed to the enclosing method, it will use that block. For example:
``` ruby
def capture_block
proc
end
capture_block { "I'm a b…
-
Ruby 2.4.0 has been unified bignum/fixnum to Integer at https://github.com/ruby/ruby/commit/f9727c12cc8fbc5f752f5983be1f14bb976e5a13
spec is boken now. We need to solve it. ref https://travis-ci.org/…
-
Originally described in mruby/mruby#3118
May be related to:
mruby/mruby#3122
mruby/mruby/pull/3121
This may be an mruby bug. However, I can't reproduce the original issue exactly without compiling w…
-
Hi!
Currently `ruby/rubyspec` doesn't show up in github searches because it's a forked repo. Instead, `rubyspec/rubyspec` shows up so some people might get the idea that the project is actually dead …
-
The repos `github.com/rubyspec/mspec` and `github.com/rubyspec/rubyspec` no longer exist.
-
Basically, running jruby 9.1.0.0 from the command line in Windows works correctly. However, when using rake's `sh` method the same command line breaks with a frozen string error.
Because of this iss…
-
Hi!
I just saw this presentation which mentions the Ruby 2.1 trick to re-use immutable String objects for frozen String literals:
https://www.youtube.com/watch?feature=player_detailpage&v=d2QdITRRMH…