ana06 (Ana Maria Martinez Gomez)
Activity
06/13/2019
-
12:27 PM Ruby master Bug #15436: Tests failing in `make check`
- this can be closed
-
12:27 PM Ruby master Bug #15442: irb behaves strange in Ruby 2.6
- this can be closed
-
12:22 PM Ruby master Feature #15919: Offset parameter for `Integer#times`
- I like the idea. It could also be a Hash and appart from `offset`, we could have `step` as well:
```
5.times(offs...
12/21/2018
-
01:35 PM Ruby master Bug #15449: Range#=== is not using cover in Ruby 2.6
- If that the case, this should be clarified in NEWS, because it sounds as it was changed for all cases...
-
01:13 PM Ruby master Bug #15449 (Closed): Range#=== is not using cover in Ruby 2.6
- ```
irb(main):105:0> ('A'..'Z').cover? 'ANA'
=> true
irb(main):106:0> ('A'..'Z') === 'ANA'
=> false
```
Is ...
12/20/2018
-
03:01 PM Ruby master Bug #15443: Hash#slide with infinite range gives unexpective result
- It sound reasonable ;) this can be closed then
-
02:29 PM Ruby master Bug #15443 (Rejected): Hash#slide with infinite range gives unexpective result
- `{ 1 => :a, 2 => :b, 3 => :c }.slice(2..)` returns `{}`. I had expected that it retuns `{2=>:b, 3=>:c}` instead.
-
09:48 AM Ruby master Bug #15442: irb behaves strange in Ruby 2.6
- I think I didn't have current trunk version. It seems to work no. Sorry
-
09:47 AM Ruby master Bug #15441: undefined method `union' and `difference' in Ruby 2.6
- I have just downloaded trunk again and it seems to work now... Maybe there was some related changes or maybe I didn't...
-
09:44 AM Ruby master Bug #15436: Tests failing in `make check`
- @shevegen I had the package install.
I have just downloaded trunk again and it seems to work now... Maybe there wa...
Also available in: Atom