General

Profile

judofyr (Magnus Holm)

  • Login: judofyr
  • Email: judofyr@gmail.com
  • Registered on: 08/15/2009
  • Last sign in: 06/02/2019

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 2 7 9

Activity

08/31/2013

07:23 PM Ruby Feature #8840: Yielder#state
On Sat, Aug 31, 2013 at 12:52 AM, marcandre (Marc-Andre Lafortune) <
ruby-core@marc-andre.ca> wrote:

> Defining an Enumerator that require a state is currently troublesome. For
> example, it is not really possible to define an ...
judofyr (Magnus Holm)

07/16/2013

07:53 PM Ruby Feature #8635: attr_accessor with default block
On Mon, Jul 15, 2013 at 6:07 PM, rkh (Konstantin Haase) <me@rkh.im> wrote:

>
> Issue #8635 has been updated by rkh (Konstantin Haase).
>
>
> If this should be added, could you consider adding it with a
> read-write-lock?
...
judofyr (Magnus Holm)

07/14/2013

11:59 PM Ruby Feature #8635 (Open): attr_accessor with default block
=begin
It's quite common to define attributes (like attr_reader, attr_accessor) with default values. It would be useful if Ruby provided a helper method for this case. attr_accessor and attr_reader can support this nicely using a defa...
judofyr (Magnus Holm)

06/29/2013

11:23 PM Ruby Feature #8579: Frozen string syntax
+1.

What about interpolation? %F() would be useful although they can't be
deduplicated.


// Magnus Holm
judofyr (Magnus Holm)
06:18 AM Ruby Feature #5007: Proc#call_under: Unifying instance_eval and instance_exec
I concur with trans: I don't think this issue will solve #6298. However, please keep that discussion out of this issue.
Would it be possible to get a OK/NG for inclusion of this in 2.1?
Still not sure about the name. Maybe #call_wi...
judofyr (Magnus Holm)

06/27/2013

06:23 PM Ruby Bug #8538: c method not pushed into the callstack when called, but popped when returned
It seems like #initialize is never pushed to the stack:

class Foo
def initialize
puts caller
end
end

Foo.new

Result:

f.rb:8:in `new'
f.rb:8:in `<main>'



// Magnus Holm


On Thu, Jun 27, 2013...
judofyr (Magnus Holm)

05/14/2013

04:23 AM Ruby Feature #8377: Deprecate :: for method calls in 2.1
On Sat, May 11, 2013 at 7:11 PM, jeremyevans0 (Jeremy Evans) <
merch-redmine@jeremyevans.net> wrote:

>
> Issue #8377 has been updated by jeremyevans0 (Jeremy Evans).
>
>
> jballanc (Joshua Ballanco) wrote:
> > If we rem...
judofyr (Magnus Holm)

05/13/2013

07:17 PM Ruby Bug #8056: Random segmentation faults in Tempfile
I'm guessing this is a duplicate of #8100. judofyr (Magnus Holm)

05/10/2013

04:53 PM Ruby Feature #8321: Ripper: I would like coordinates for keywords
On Fri, May 10, 2013 at 9:13 AM, bozhidar (Bozhidar Batsov) <
bozhidar@batsov.com> wrote:

>
> Issue #8321 has been updated by bozhidar (Bozhidar Batsov).
>
>
> The example outlined in the proposal is exactly what I think ...
judofyr (Magnus Holm)

05/06/2013

01:23 AM Ruby Feature #8368: Socket.getifaddrs
Shouldn't this be moved to CommonRuby? judofyr (Magnus Holm)

Also available in: Atom