General

Profile

agrimm (Andrew Grimm)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 25 25

Projects

Project Roles Registered on
Ruby Contributor 01/28/2013

Activity

05/06/2014

11:01 PM Ruby master Bug #5828: Non anonymous classes can't be frozen, cloned and then inspected
I'm happy for this bug to be closed, as I don't have a need to freeze and clone a class. agrimm (Andrew Grimm)

01/02/2014

09:11 AM Ruby master Bug #9340 (Closed): Document order related behavior in Array#uniq
The behavior of Array#uniq without a block in Ruby 2.1.0 is inconsistent with the behavior of Array#uniq in Ruby 2.0.... agrimm (Andrew Grimm)

10/03/2013

11:08 AM Ruby master Bug #8975: Confusing code sample for assert_send
To be honest, it's not so much a "legacy app" issue as a "legacy programmer" issue.
I started programming back in ...
agrimm (Andrew Grimm)

10/02/2013

07:48 AM Ruby master Bug #8975 (Closed): Confusing code sample for assert_send
Test::Unit::Assertsions#assert_send has the code sample
assert_send([[1, 2], :member?, 1]) # -> pass
asse...
agrimm (Andrew Grimm)

09/18/2013

07:37 AM Ruby master Feature #8691: Add warning for variable that is re-assigned but not re-used
Yes, close the ticket. If someone else wants the functionality, or has implemented the functionality and wants to sub... agrimm (Andrew Grimm)

09/10/2013

08:26 AM Ruby master Feature #8691: Add warning for variable that is re-assigned but not re-used
A third party tool that I use, called Rubocop, has implemented such functionality. https://github.com/bbatsov/rubocop... agrimm (Andrew Grimm)

07/26/2013

08:52 AM Ruby master Feature #8691 (Closed): Add warning for variable that is re-assigned but not re-used
The following code
def reassigned_unused
a = 42
b = a.to_s
a = 56
b
end
Does not currently generat...
agrimm (Andrew Grimm)

05/01/2013

04:54 PM Ruby master Bug #8351 (Closed): Error message is not grammatical
Enumerable#chunk has the error message "symbol begins with an underscore is reserved".
This is not grammatical. As...
agrimm (Andrew Grimm)

02/23/2013

10:29 PM Ruby master Bug #7920 (Closed): Version of RubyGems in NEWS incorrect
NEWS claims that RubyGems 2.0.0.preview2 is used, but according to ChangeLog, 2.0.0 (non-preview) is used.
If ther...
agrimm (Andrew Grimm)

01/23/2013

03:51 PM Ruby master Feature #7730 (Closed): Top level variables aren't checked for assigned but unused behavior
In the following code, variable a in the method gets a warning, but variable b in top level code doesn't get any warn... agrimm (Andrew Grimm)

Also available in: Atom