squarism (Chris Dillon)
- Login: squarism
- Email: milkfilk@gmail.com
- Registered on: 01/31/2011
- Last sign in: 01/31/2011
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/31/2011
-
07:32 AM Ruby Bug #4346: Sort_by! causes uniq! to crash on array of hashes
- =begin
Thank you. I tested with SVN revision stated above and the bug is gone.
=end
-
03:12 AM Ruby Bug #4346 (Closed): Sort_by! causes uniq! to crash on array of hashes
- =begin
Summary:
Sorting an array of hashes before doing a uniq! causes ruby to crash on uniq!.
Program to reproduce:
a = [
{ :color => "blue", :name => "water" },
{ :color => "red", :name => "fire" },
{ :color => "w...