-
Let's generalize the special case `Tuple` currently has:
``` cr
module MultiEnum(*T)
def each_with_object(object)
each do |{% T.map(&.class_name.downcase.id).argify %}|
yield {% T.map(&.c…
jhass updated
5 years ago
-
Hi! 👋
This is a general question rather then an actual problem. Is there a reason why we need to clone the `mspec` repo to run these tests? As a person coming to this project for the first time, t…
-
The following code:
`hash['val'] += 1`
Should unparse to
`hash['val'] += 1`
or
`hash.[]('val', hash.[]('val') + 1)`
instead of
`hash.[]("val") += 1`
which is `SyntaxError: unexp…
-
Running the tests locally in PDT I get this:
```
$ rake
/Users/donovan/.rvm/rubies/ruby-2.0.0-p195/bin/ruby -S rspec mri_spec/cli_spec.rb
Run options: include {:focus=>true}
All examples were filter…
-
There are many inconsistencies among what browsers can and cannot parse as dates, we should have an implementation supporting the same MRI heuristics for date parsing.
-
After looking at @pocke's findings for #3868 I ran the latest rubocop build on rubyspec. This file seems to have found an error with `FormatParameterMismatch`: https://github.com/ruby/spec/blob/cee957…
-
Hello again!
I'm using `Thread#backtrace_locations` and noticed several differences between MRI and JRuby.
I'll report them separately because they may have different fixes, but feel free to mar…
-
parser 2.5.0.0 was released: https://github.com/whitequark/parser/blob/master/CHANGELOG.md
Is there any reason we can't relax the requirements to allow for 2.5.0 as well?
-
It looks like the `Regexp#source` behaviour changed has in MRI. I couldn't immediately see how to fix this. It doesn't appear to be covered by RubySpec yet.
```
$ ~/.rbenv/versions/1.8.7-p375/bin/rub…
-
The JCodings `CR_Blank.bin` still has the `0x180e-0x180e` range in it, which needs to be removed to match Ruby 2.2 (https://github.com/ruby/ruby/blob/004bb16ccc01608849c8d200aed990b6d6e2b98e/enc/unico…