General

Profile

avdi (Avdi Grimm)

  • Login: avdi
  • Email: avdi@avdi.codes
  • Registered on: 10/11/2008
  • Last sign in: 06/10/2020

Issues

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

Activity

12/06/2015

08:48 PM Ruby Feature #11588: Implement structured warnings
#3 is a big deal IMHO. Having finer-grained control over which warnings are
shown is long overdue.

On Tue, Oct 13, 2015 at 11:25 AM <djberg96@gmail.com> wrote:

> Issue #11588 has been reported by Daniel Berger.
>
> ------------...
avdi (Avdi Grimm)

11/12/2014

02:38 PM Ruby Feature #10042: Deprecate postfix rescue syntax for removal in 3.0
On Mon, Nov 10, 2014 at 10:25 PM, <matz@ruby-lang.org> wrote:

> I haven't seen any "serious" problem caused by exceptions swallowed by
> postfix "rescue". So I don't worry too much about the issue.


I won't claim that writing a ...
avdi (Avdi Grimm)

07/21/2014

11:53 PM Ruby Bug #10075: URI#join needs documentation of its behavior
On Mon, Jul 21, 2014 at 10:40 AM, <jxf+ruby@jxf.me> wrote:

> Here's my thoughts on this: every other Ruby method I can think of named
> `#join` works by concatenating its arguments together with a separator
> (possibly with some ad...
avdi (Avdi Grimm)

03/12/2014

10:58 AM Ruby Feature #9625: Define `Pathname#/` to append to the path
Didn't this exist once and was later taken out? I have a dim (possibly
false) memory of this.

--
Avdi Grimm
http://avdi.org
On Mar 12, 2014 5:12 AM, <alexey.muranov@gmail.com> wrote:

> Issue #9625 has been reported by Alexey M...
avdi (Avdi Grimm)

02/04/2014

05:22 AM Ruby Feature #9453: Return symbols of defined methods for `attr` and friends
There are a number of reasons I use them, but the most obvious is that a
misspelled accessor method will raise NoMethod error, whereas a misspelled
@ivar reference will silently return nil.
--
Avdi Grimm
http://avdi.org
I only...
avdi (Avdi Grimm)

01/02/2014

06:23 AM Ruby Bug #9335: dynamic rescue regression in Ruby 2.1
I believe I can make a solid case for this as an accidental feature rather
than a bug. Should I open a new ticket to do so?


On Wed, Jan 1, 2014 at 1:28 AM, nobu (Nobuyoshi Nakada)
<nobu@ruby-lang.org>wrote:

>
> Issue ...
avdi (Avdi Grimm)

12/26/2013

05:23 AM Ruby Feature #8257: Exception#cause to carry originating exception along with new one
I've been digging into this feature now that 2.1 is released, and I'm a
little confused. In the final implementation, can #cause only be set from
$!? None of the other methods for setting the cause discussed in this
thread seem to...
avdi (Avdi Grimm)

11/14/2013

10:53 AM Ruby Feature #9098: Indent heredoc against the left margin by default when "indented closing identifier" is turned on.
On Sat, Nov 9, 2013 at 4:18 PM, sikachu (Prem Sichanugrist) <s@sikac.hu>
wrote:

I've been using here document (heredoc) for a while, and I've found out
> that it's very annoying that the content is always treated as flushed lef...
avdi (Avdi Grimm)

10/01/2013

07:23 AM Ruby Feature #8556: MutexedDelegator as a trivial way to make an object thread-safe
On Mon, Sep 30, 2013 at 5:13 PM, headius (Charles Nutter) <
headius@headius.com> wrote:

> and the code should use Monitor instead of Mutex so it can be reentrant.


I'm trying to think of a case in which this would matter. ...
avdi (Avdi Grimm)

09/30/2013

11:53 PM Ruby Feature #8556: MutexedDelegator as a trivial way to make an object thread-safe
On Fri, Sep 27, 2013 at 6:59 AM, headius (Charles Nutter) <
headius@headius.com> wrote:

> I propose adding MutexedDelegator as a simple way to wrap any object with
> a thread-safe wrapper, via existing delegation logic in deleg...
avdi (Avdi Grimm)

Also available in: Atom