-
According to the docs (http://ruby-doc.org/core-2.2.0/Hash.html#class-Hash-label-Hash+Keys), in Ruby:
> Two objects refer to the same hash key when their hash value is identical and the two objects a…
-
I've noticed the JS payload for my Clearwater apps getting larger with each Opal upgrade, so I thought I'd have a look at the minified+gzipped size of each Opal release back to 0.7.2:
- 0.7.2: 37KB
- …
-
The `!=` method is not implemented on BasicObject. While the `!=` expression can be used in the normal way, it cannot be sent to an object using the `send` method.
Example:
```
$ opal-repl
>> s = ''…
-
we have needless branches without master. I will delete these branches after pass rubyci
-
Hello,
There seems to be a problem with the Julian day of a `DateTime` object when the latter has been initialized specifying a negative offset. With JRuby 1.7.13 and MRI 2.1.2:
``` ruby
>> require …
-
I am thinking to only keep one config file named ruby.mspec since they are currently all identical.
And then specify `--config ruby.mspec` to mspec.
What do you think?
-
```
$ bundle exec opal -v
Opal v0.8.0.rc1
$ bundle exec opal-repl
>> true.eql?(true)
=> false
>> false.eql?(false)
=> false
```
:stuck_out_tongue_winking_eye:
-
Now that Travis is green again https://github.com/ruby/rubyspec/issues/55#issuecomment-92818623,
I think we should enable notifications when the build is broken.
Of course there will be false negative…
-
I am thinking to have a separate branch for ruby 2.0.0 as it behaves quite differently from newer versions.
Getting the build stable is almost impossible as it fails with [EBADF](https://travis-ci.org…
-
I am doing `rackup`, then visit `http://localhost:9292/` in IE 8. I do not have access to IE 6, but I figured getting rubyspec to run on IE 8 is a good enough first step to verifying IE 6 compatibilit…