From: Magnus Holm Date: 2013-07-16T19:49:38+09:00 Subject: [ruby-core:56043] Re: [CommonRuby - Feature #8635] attr_accessor with default block --089e0158b794990c7404e19ebbca Content-Type: text/plain; charset=UTF-8 On Mon, Jul 15, 2013 at 6:07 PM, rkh (Konstantin Haase) 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? What do you mean? Is it for thread-safety? In that case: I disagree. Concurrent classes needs to be specifically designed, and I don't want to add any overhead to attr_accessor. Or is it for detecting recursive calls in the same thread? --089e0158b794990c7404e19ebbca Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On Mon, Jul 15, 2013 at 6:07 PM, rkh (Konstantin Haase) <me@rkh.i= m> wrote:

Issue #8635 has been updated by rkh (Konstantin Haase).


If this should be added, could you consider adding it with a read-write-loc= k?

What do you mean?
=
Is it for thread-safety? In that case: I disagree. Con= current classes needs to be specifically designed, and I don't want to = add any overhead to attr_accessor.

Or is it for detecting recursive calls in t= he same thread?
--089e0158b794990c7404e19ebbca--