General

Profile

seantheprogrammer (Sean Griffin)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 3 3

Activity

02/01/2016

03:11 AM Ruby master Feature #12039: Fixnum#infinite?/Bignum#infinite or Numeric#infinte, consistent with Float#infinite? and BigDecimal#infinite?
This is probably a useful method to be able to rely on universally, even if `Fixnum` and `Bignum` just return `false`. seantheprogrammer (Sean Griffin)

01/22/2016

12:33 AM Ruby master Misc #12004: Code of Conduct
Just to throw another voice in the ring, we've adopted a Contributor Covenant based Code of Conduct on Rails. I've al... seantheprogrammer (Sean Griffin)

10/06/2015

09:52 PM Ruby master Bug #11551: `[BUG] cfp consistency error` for unidentified reasons
Aha, I got it. It has to do with minitest. Reproduction script: https://gist.github.com/sgrif/720b7473c5ce9a51d6e2 seantheprogrammer (Sean Griffin)
09:42 PM Ruby master Bug #11551: `[BUG] cfp consistency error` for unidentified reasons
I've tried to create an isolated script to reproduce the problem, but haven't been able to thus far. I'll keep seeing... seantheprogrammer (Sean Griffin)

09/25/2015

01:45 PM Ruby master Bug #11551: `[BUG] cfp consistency error` for unidentified reasons
There is a typo in the `method_missing` definition which is the cause here. Changing `attribute_defintion` to `attrib... seantheprogrammer (Sean Griffin)
01:41 PM Ruby master Bug #11551 (Rejected): `[BUG] cfp consistency error` for unidentified reasons
The code changes https://github.com/sgrif/rails/commit/ddbed0040f5e99a751b130de8213f7cc7e0d155d cause a segfault when... seantheprogrammer (Sean Griffin)

09/22/2015

01:58 AM Ruby master Feature #9970: Add `Hash#map_keys` and `Hash#map_values`
Just to be clear, are you saying you would prefer that I edit the patch so that the methods are named #transform_keys... seantheprogrammer (Sean Griffin)

03/05/2015

03:31 PM Ruby master Bug #10856: Splat with empty keyword args gives unexpected results
It looks like this bug still exists in 2.2.1, and was only fixed when splatting a hash literal. The following code is... seantheprogrammer (Sean Griffin)

02/15/2015

08:47 PM Ruby master Bug #10856 (Closed): Splat with empty keyword args gives unexpected results
When keyword args are passed to a method with splat, and there are no keyword args, an empty hash is sent. I would ex... seantheprogrammer (Sean Griffin)

06/29/2014

01:07 AM Ruby master Feature #9970: Add `Hash#map_keys` and `Hash#map_values`
Ping seantheprogrammer (Sean Griffin)

Also available in: Atom