[GitHub] commons-io pull request #29: [IO-528] fix Tailer.run race condition runaway ...

2017-01-31 Thread davidmoten
GitHub user davidmoten opened a pull request: https://github.com/apache/commons-io/pull/29 [IO-528] fix Tailer.run race condition runaway logging `Tailer.run` has a race condition that can have serious effects. The `run()` method has two while loops. The first waits till th

Re: [Numbers] Parsing and formatting classes

2017-01-31 Thread Raymond DeCampo
On Tue, Jan 31, 2017 at 11:27 AM, Gilles wrote: > On Sun, 29 Jan 2017 17:02:05 -0500, Raymond DeCampo wrote: > >> On Sun, Jan 29, 2017 at 11:15 AM, Gilles >> wrote: >> >> On Sun, 29 Jan 2017 10:36:07 -0500, Raymond DeCampo wrote: >>> Well the first use-case that comes to my mind is acc

Re: [Numbers] Scope?

2017-01-31 Thread Raymond DeCampo
On Mon, Jan 30, 2017 at 8:58 AM, Gilles wrote: > > A very important issue here: what JDK version do we target? > > I'd go for Java8, in the hope to revive interest in Commons from an > audience that might be put off by the "no fun" of older and soon > unsupported JVM. I am inclined to go with J

Re: [Numbers] Parsing and formatting classes

2017-01-31 Thread Gilles
On Sun, 29 Jan 2017 17:02:05 -0500, Raymond DeCampo wrote: On Sun, Jan 29, 2017 at 11:15 AM, Gilles wrote: On Sun, 29 Jan 2017 10:36:07 -0500, Raymond DeCampo wrote: On Sat, Jan 28, 2017 at 7:00 PM, Gilles wrote: Hi. On Sat, 28 Jan 2017 14:38:21 -0500, Raymond DeCampo wrote: [...]