asterite (Ary Borenszweig)
- Login: asterite
- Email: asterite@gmail.com
- Registered on: 11/17/2012
- Last sign in: 03/07/2018
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 7 | 7 |
Activity
12/29/2019
- 04:12 AM Ruby master Revision e5c441a4 (git): Optimize Array#rotate!(n) for n = 1 and n = -1
- For the most common cases of `rotate!` one place to the right or to the
left, instead of doing some reversals of the ...
10/15/2019
- 04:25 AM Ruby master Bug #16250 (Closed): IRB can't print recursive Arrays or Hashes
- Applied in changeset commit:git|96617ad1d57a13e9a282fb663ea73e4801519389.
----------
IRB colorize: take into account... - 04:25 AM Ruby master Revision 96617ad1 (git): IRB colorize: take into account recursive arrays and hashes (#2555)
- [Bug #16250]
03/08/2018
- 02:57 PM Ruby master Bug #14584: Squigly heredoc with interpolation that has a string literal withe spaces gets incorrect value
- Interestingly enough, it doesn't happen when you have:
~~~ruby
text1 = <<~FOO
one#{" two " * 1}
FOO
~~...
03/07/2018
- 08:07 PM Ruby master Bug #14584 (Closed): Squigly heredoc with interpolation that has a string literal withe spaces gets incorrect value
- Given this program:
~~~ruby
text1 = <<~FOO
one#{" two "}
FOO
text2 = <<~FOO
one#{" two "}
FOO
...
10/06/2017
- 10:51 AM Ruby master Feature #13979: Ruby doesn't give error on keyword arguments that you can't refer to
- Thank you nobu, I didn't know about Binding#local_variable_get
10/05/2017
- 09:48 PM Ruby master Feature #13979 (Rejected): Ruby doesn't give error on keyword arguments that you can't refer to
- You can't use keywords as names for normal arguments. For example all of these give a syntax error:
~~~ruby
def f...
09/25/2017
- 09:10 PM Ruby master Bug #13939: Ruby 2.4.2 has issue supporting Seattle.rb style for define_method
- I think this was introduced in https://github.com/ruby/ruby/commit/9987109
Basically, any call `foo arg { }` when ...
12/15/2016
- 06:46 PM Ruby master Bug #13037: Segmentation fault on "\n".lines(chomp: true)
- I believe a fix for this is:
~~~
Index: string.c
===============================================================... - 02:52 PM Ruby master Bug #13036: Date.parse mishandling spanish months "Abril y Agosto"
- I don't think this is a bug, Ruby only parses English month names, it can't possibly try to check all languages in th...
Also available in: Atom