katz (katz bo)
- Login: katz
- Email: lolilolicon@gmail.com
- Registered on: 12/20/2009
- Last sign in: 12/20/2009
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 1 | 1 |
Activity
12/22/2009
- 01:02 AM Backport191 Bug #2422: splat operator fails on array of 1 element
- =begin
Thank you, Benoit Daloze.
I wrote:
> What does Ruby do with a = *[] ? Let me illustrate an IMO proper ...
12/21/2009
- 07:08 PM Backport191 Bug #2422: splat operator fails on array of 1 element
- =begin
Dave B wrote:
>Producing an empty array from a splatted empty array seems unproductive.
Agreed.
Tana... - 01:50 AM Backport191 Bug #2422: splat operator fails on array of 1 element
- =begin
I personally think *[1, 2, 3] should be always unpacked first.
a = *[1, 2, 3] #(unpack Array due to *) s...
12/20/2009
- 10:40 PM Backport191 Backport #2508 (Closed): The {n} repetition notation issue in Regexp
- =begin
There seems to be a bug in Ruby 1.9 regarding Regular Expression:
/(io){1}x/ =~ 'ioiox' # => 2 #fine
...
Also available in: Atom