is this a bug? tools.nrepl 0.2.13 in Alpine linux

2017-09-21 Thread Neil Okamoto
Copying this over from a discussion in the clojurians slack: The description in the ticket NREPL-83 suggests "start-server" will try “::” first and then fall back to “localhost”. However, running in Alpine Linux, the attempt to bind “::” throws an exception and the fallback to "localhost" nev

Re: When does .getThreadCpuTime return nil?

2017-09-22 Thread Neil Okamoto
Maybe it's because you attempted method invocation via reflection but the object is nil. So for example if (threads) returns a list containing nils, then calling (.getId t) or (.getName t) would probably throw a null pointer exception. I'm not sure it's possible for (ManagementFactory/getThrea

Re: When does .getThreadCpuTime return nil?

2017-09-24 Thread Neil Okamoto
x27;ve added error detection, we'll see if it happens again. > > > >> On Friday, September 22, 2017 at 7:34:49 PM UTC-4, Neil Okamoto wrote: >> >> Maybe it's because you attempted method invocation via reflection but the >> object is nil. So for example

Re: is this a bug? tools.nrepl 0.2.13 in Alpine linux

2017-10-14 Thread Neil Okamoto
I just opened NREPL-87 for this... On Thursday, September 21, 2017 at 4:07:17 PM UTC-7, Neil Okamoto wrote: > > > Copying this over from a discussion in the clojurians slack: > > The description in the ticket NREPL-83 suggests "start-server" will try > “::” first and