-
`Dir.glob('{}')` in rubinius 2 throws the error below. In MRI ruby it returns an empty array.
I've made a [pull request](https://github.com/rubyspec/rubyspec/pull/242) to rubyspec to include this in …
-
When I run rubyspec/master (from the rubyspec project on github) using rubinius 2.0.0.rc1 in 1.9 mode, the tests "stall" part way through.
Here's what I see in the terminal:
```
» mspec .
rubinius 2…
-
I have no idea how this slipped out, but Enumerable and Enumerator were **completely** broken with multiple parameters passed to yield.
Right now something is still broken, especially with `Hash`.
`…
-
I think we don't have any use for escapes in the inline JavaScript, but you have to escape all escapes, and it's kind of weird especially when dealing with raw `RegExp`s.
-
When loading some test data which contains an ellipsis in my app, it crashed with this message:
```
A syntax error has occurred:
invalid multibyte char (US-ASCII): /Users/jamie/Code/rbx-encoding-…
-
Somehow the combination of method definition, begin/end and block results in a misplaced semicolon: `}, __b._s = this, __b), __c.$each()););`
I quickly tried to reduce it to a more general rule, but …
elia updated
11 years ago
-
I grabbed a 1.7.5-dev nightly today (Sept. 4, 2013) and Pathname#realpath in 1.9 mode is returning a String instead of a Pathname. In 1.7.4 it returned a Pathname and it looks like it should, accordi…
-
JRuby has documentation describing how it is different from MRI, located at https://github.com/jruby/jruby/wiki/DifferencesBetweenMriAndJruby . Rubinius does not appear to have such documentation.
As…
-
Hi,
After merge RubyGems 2.0.6 to ruby 2.0.0 branch, TestGemExtBuilder#test_class_make fails on x64-mswin64.
See http://ruby-mswin.cloudapp.net/vc10-x64/ruby-2.0.0/log/20130728T094002Z.log.html.gz#r…
-
The code:
``` ruby
tg = ThreadGroup.new
tg.enclose
t = Thread.new { sleep }
tg.add(t)
```
should raise `ThreadError: can't move to the enclosed thread group`.
There is no such guard presently.