Brian Clapper

Results 33 comments of Brian Clapper

FYI, since I'm the grumpy developer who lodged the complaint about the documentation :-/, what worked perfectly for me was one of these: **With `HttpApp`** Override `waitForShutdownSignal()` like this: ```scala...

Wasn't aware that existed. (Clearly, I need to make a regular practice of reading the Scala API docs front to back.) Thanks, @viktorklang.

I've reopened it. But it has conflicts, first of all, because I didn't have time to evaluate it since you opened in three years ago. By "haven't had time", I...

I think this is a fairly quick fix. I'll try to get to it tonight.

Not off the top of my head. Might be an `autoconf` version mismatch. I'll have to look into it.

Yeah, pretty sure that's not the (version of the) toolchain I used when I originally developed this thing.

I'll get to it when I can. I have a day job. :-)

Note that there's a workaround to this issue: ``` make distclean rm -rf autom4te.cache configure autoconf make ```

I'm really not sure there's much I can do to fix this. It's a limitation of GNU autoconfig.

If your autoconf scripts aren't testing for `setpgrp`, then your assertion isn't supportable.