General

Profile

nerdrew (Andrew Lazarus)

  • Login: nerdrew
  • Email: nerdrew@gmail.com
  • Registered on: 08/08/2014
  • Last sign in: 03/02/2022

Issues

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

Activity

07/15/2021

06:04 PM Ruby Feature #3187: Allow dynamic Fiber stack size
Is this request still being considered? nerdrew (Andrew Lazarus)

10/12/2014

06:44 AM Ruby Feature #10371: Use Thread#handle_interrupt in MonitorMixin
There was an old bug that might have been related: https://bugs.ruby-lang.org/issues/4266 nerdrew (Andrew Lazarus)
06:41 AM Ruby Feature #10371 (Open): Use Thread#handle_interrupt in MonitorMixin
Now that ruby has Thread#handle_interrupt, MonitorMixin can always unlock the mutex even when a timeout exception is raised.
Currently, if a timeout exception is raised in MonitorMixin#mon_exit at just the wrong time, the @mon_owner i...
nerdrew (Andrew Lazarus)

08/08/2014

10:38 PM Ruby Feature #9453: Return symbols of defined methods for `attr` and friends
Chaining the two suggestions leads to a nice syntax (in my opinion):
`private attr_reader :name, :address, :etc`
`private` needs to accept an array and `attr_*` needs to return its list (as an array) of arguments.
nerdrew (Andrew Lazarus)

Also available in: Atom