-
Similar to rubyspec.
-
The best and most awesome way to use surrounded is with interfaces (ruby 2 only version). I believe rubinius 2.1 is actually ruby 2 compatible so shouldn't that feature be available for rubinius as we…
-
@mkdynamic since Ruby 1.8 has not specified hash order ([rubyspec](https://github.com/rubyspec/rubyspec/blob/master/core/hash/keys_spec.rb#L18)) sometimes test for 1.8 are failing due this.
[example]…
simi updated
10 years ago
-
Discovered when running self-tests of PHPunit 3.7
Test method Framework_AssertTest::testAssertArrayHasKeyAcceptsArrayAccessValue
``` php
/**
* @covers PHPUnit_Framework_Assert::assertArrayHasKey
…
-
Base 8 and base 2 literals are unsupported, they're needed to run some rubyspecs.
-
Hey guys,
Seems like the spec changed but wasn't updated for ruby 2.0. @saturnflyer created a pull request for this spec over on https://github.com/rubyspec/rubyspec/pull/258. Would love it if we cou…
-
```
$ uname -a
[redacted] 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386
```
My machine is snow leopard.
Near the end of the rake process f…
-
See: https://gist.github.com/mbj/8284308
-
Occurs in [Adamantium::ClassMethods#new](https://github.com/dkubb/adamantium/blob/master/lib/adamantium/class_methods.rb#L17)
Core dump: https://gist.github.com/lgierth/8411173
Getting this with both…
ghost updated
10 years ago
-
I think the time has come to target Ruby 2.0.0, since most of the corelib is based on 2.0.0 anyway.
I just changed the version locally and only few specs fail, which I already fixed in my local branc…