General

Profile

regularfry (Alex Young)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 1 7 8

Activity

07/16/2013

05:29 AM Ruby Feature #8639: Add Queue#each
On Tue, 2013-07-16 at 00:44 +0900, avdi (Avdi Grimm) wrote:
> Issue #8639 has been reported by avdi (Avdi Grimm).

I thought this sounded familiar. It has come up before:
http://bugs.ruby-lang.org/issues/4589

--
Alex
regularfry (Alex Young)

04/24/2013

05:53 PM Ruby Feature #8237: Logical method chaining via inferred receiver
On 24/04/13 01:10, wardrop (Tom Wardrop) wrote:
>
> Issue #8237 has been updated by wardrop (Tom Wardrop).
>
>
> Law of Demeter is blurry in Ruby. In Ruby, almost everything is a
> method call. Technically, (({5 + 5 + 5})) i...
regularfry (Alex Young)

04/03/2013

05:29 PM Ruby Feature #8191: Short-hand syntax for duck-typing
On Wed, 2013-04-03 at 14:47 +0900, wardrop (Tom Wardrop) wrote:
> Issue #8191 has been updated by wardrop (Tom Wardrop).
>
>
> I don't mind that. In fact, it gives me an idea for something even more generic, and with more pote...
regularfry (Alex Young)

03/02/2013

12:53 AM Ruby Feature #7994: Make iterators pass an implicit named parameter `iteration` to the executed block
On 01/03/13 15:21, alexeymuranov (Alexey Muranov) wrote:
>
> Issue #7994 has been reported by alexeymuranov (Alexey Muranov).

What advantages does this have over:

items.drop(1).each do |item|

or

items[1..-1...
regularfry (Alex Young)

02/19/2013

07:53 PM Ruby Feature #7883: Add Regex#to_proc
On 19/02/2013 07:58, rklemme (Robert Klemme) wrote:
>
> ...
Lovely. Definite +1 from me (for whatever that's worth).
--
Alex
regularfry (Alex Young)

01/24/2013

07:53 PM Ruby Feature #7712: Add .txt extensions to all plain-text documentation files for Windows users
On 23/01/13 22:48, luislavena (Luis Lavena) wrote:
>
> Issue #7712 has been updated by luislavena (Luis Lavena).
>
>
> Hello,
>
> More than filename and extensions, there is a line-ending issue.
>
> All the source code...
regularfry (Alex Young)

12/03/2012

07:59 PM Ruby Bug #5357: Indentation of nested operators should nest
On 03/12/12 02:35, nobu (Nobuyoshi Nakada) wrote:
>
> ...

Indenting the last 3 lines highlights that the method chain is hanging
off hash. I do this myself.
--
Alex
regularfry (Alex Young)

11/19/2012

07:53 PM Ruby Feature #7378: Adding Pathname#write
On 17/11/12 12:46, Eregon (Benoit Daloze) wrote:
>
> Issue #7378 has been updated by Eregon (Benoit Daloze).
>
>
> Hello,
>
> Your feature requests sound very logical to me, and I actually made a path manipulation library ...
regularfry (Alex Young)

11/02/2012

12:53 AM Ruby Feature #6973: Add an #integral? method to Numeric to test for whole-number values
On 31/10/12 13:03, alexeymuranov (Alexey Muranov) wrote:
>
> Issue #6973 has been updated by alexeymuranov (Alexey Muranov).
>
>
> regularfry (Alex Young) wrote:
>
>>
>> So if I knowingly and correctly construct a calc...
regularfry (Alex Young)

10/30/2012

08:23 PM Ruby Feature #6973: Add an #integral? method to Numeric to test for whole-number values
On 29/10/12 22:12, alexeymuranov (Alexey Muranov) wrote:
>
> Issue #6973 has been updated by alexeymuranov (Alexey Muranov).
>
>
>> >> Floats are precise, just like Integers are. *Operations* on floats are
>> >> n...
regularfry (Alex Young)

Also available in: Atom