Re: [lang] org.apache.commons.lang3.concurrent.Locks.Lock

2020-07-07 Thread Gary Gregory
On Tue, Jul 7, 2020 at 7:14 PM Matt Sicker wrote: > JCIP seems to call this idea a monitor, but that’s also the general > implicit locking mechanism in Java. > Hi Matt, Right, and it is tempting to rename LockingVisitors.AbstractLockVisitor's 'object' ivar to 'monitor' but that is somewhat misl

Re: [lang] org.apache.commons.lang3.concurrent.Locks.Lock

2020-07-07 Thread Matt Sicker
JCIP seems to call this idea a monitor, but that’s also the general implicit locking mechanism in Java. On Tue, Jul 7, 2020 at 17:56 Gary Gregory wrote: > Typo: LockingVisitors. > > On Tue, Jul 7, 2020 at 6:56 PM Gary Gregory > wrote: > > > In the PR https://github.com/apache/commons-lang/pull

Re: [lang] org.apache.commons.lang3.concurrent.Locks.Lock

2020-07-07 Thread Gary Gregory
Typo: LockingVisitors. On Tue, Jul 7, 2020 at 6:56 PM Gary Gregory wrote: > In the PR https://github.com/apache/commons-lang/pull/559 I am going > with "LockingVistors". > > Gary > > On Tue, Jul 7, 2020 at 2:33 PM Rob Tompkins wrote: > >> I’m not all that familiar with that area of academia. L

Re: [lang] org.apache.commons.lang3.concurrent.Locks.Lock

2020-07-07 Thread Gary Gregory
In the PR https://github.com/apache/commons-lang/pull/559 I am going with "LockingVistors". Gary On Tue, Jul 7, 2020 at 2:33 PM Rob Tompkins wrote: > I’m not all that familiar with that area of academia. Let me see what I > can dig up > > -Rob > > > On Jul 7, 2020, at 2:19 PM, Matt Sicker wro

Re: [lang] org.apache.commons.lang3.concurrent.Locks.Lock

2020-07-07 Thread Rob Tompkins
I’m not all that familiar with that area of academia. Let me see what I can dig up -Rob > On Jul 7, 2020, at 2:19 PM, Matt Sicker wrote: > > Are there any academic references for this? Or even something from > Java Concurrency in Practice? Those are good sources for names around > concurrency.

Re: [lang] org.apache.commons.lang3.concurrent.Locks.Lock

2020-07-07 Thread Matt Sicker
Are there any academic references for this? Or even something from Java Concurrency in Practice? Those are good sources for names around concurrency. On Tue, 7 Jul 2020 at 12:42, Rob Tompkins wrote: > > Why not make the name “ThreadedLambdaSynchronizer” or something like > that….just something m

Re: [lang] org.apache.commons.lang3.concurrent.Locks.Lock

2020-07-07 Thread Rob Tompkins
Why not make the name “ThreadedLambdaSynchronizer” or something like that….just something more descriptive here that get’s closer to what the intended functionality is. That said, I’m not particularly tied to the name “ThreadedLambdaSynchronizer” just spitballing here for something more descrip

Re: [CANCEL] [VOTE] Release Apache Commons Geometry (full distribution) 1.0-beta1 based on RC2

2020-07-07 Thread Gilles Sadowski
Hi. Le mar. 7 juil. 2020 à 03:59, Matt Juntunen a écrit : > > This needs to be cancelled again, at the very least to revert a change that > Gilles was not in favor of. Sorry for that (kind of). The point was that a release vote thread is not meant to push further changes if they are not "blocke

Re: [commons-geometry] 11/11: change GeometryInternalError to GeometryInternalException to better reflect its actual type

2020-07-07 Thread Gilles Sadowski
Hello. Le mar. 7 juil. 2020 à 03:41, Matt Juntunen a écrit : > > Hi Gilles, > > I made the change because it seemed logical (to me) and sufficiently trivial > (internal class with 2 usages). I don't really care too much either way so > I'll go ahead and revert it. Commons Math has MathInternalE