-
See https://github.com/rubyspec/rubyspec/pull/231 for a failing snippet.
minad updated
11 years ago
-
There seems to be a bug with alias_method. Aliasing a method does not preserve the return value of `UnboundMethod#parameters`.
Here is an example:
```
jruby-1.7.3 :001 > class Foo
jruby-1.7.3 :002?>…
-
Randomly happens during rake spec
https://gist.github.com/jnimety/6848946
-
Code to reproduce:
```
Alexs-MacBook-Pro-2:rubyspec alex_gaynor$ ruby-1.9.3-p125 -e "a = 1; puts (a += [] rescue 5)"
-e:1:in `+': Array can't be coerced into Fixnum (TypeError)
from -e:1:in `'
Al…
alex updated
11 years ago
-
I just filed this bug with MRI for allowing invalid UTF-8 to propagate through the parser and several String operations while failing on others. Rubinius appears to behave the same for most of these c…
-
The issue is best described by this gist: https://gist.github.com/7d698369c187f404b2f7
It seems that the parser is unable to recognize such constructs yet, too: https://gist.github.com/2e1ab3523b65736…
-
Enumerator should have the "step" method.
-
tags is a filename used by ctags, so due to name collision [gem-ctags](https://github.com/tpope/gem-ctags) fails when backports installed :((
ixti updated
11 years ago
-
Only support rubinius >= 2.0.0, dropping support for 2.0.0-rc1 and 1.2.4.
- Download from `http://releases.rubini.us/rubinius-X.Y.Z.tar.bz2`
- Install LLVM 3.1, 3.2 or 3.3
- Rubinius'es `configure` …
-
The `rjust` and `ljust` methods on `String` are reversed.