Re: apr-util error code

2017-01-19 Thread William A Rowe Jr
On Thu, Jan 19, 2017 at 11:40 AM, Branko Čibej wrote: > On 19.01.2017 18:30, Dirk-Willem van Gulik wrote: >> On 19 Jan 2017, at 17:46, William A Rowe Jr wrote: >> >>> In 2.0 I'd like to see include/apu_error.h simply a stub to #include >>> >>> and track it all in one place. Will try to hold onto

Re: apr-util error code

2017-01-19 Thread Dirk-Willem van Gulik
> On 19 Jan 2017, at 18:44, Dirk-Willem van Gulik wrote: > > On 19 Jan 2017, at 18:40, Branko Čibej > wrote: >> On 19.01.2017 18:30, Dirk-Willem van Gulik wrote: >>> On 19 Jan 2017, at 17:46, William A Rowe Jr >> > wrote: >>> In 2.0 I'd

Re: apr-util error code

2017-01-19 Thread Dirk-Willem van Gulik
On 19 Jan 2017, at 18:40, Branko Čibej wrote: > On 19.01.2017 18:30, Dirk-Willem van Gulik wrote: >> On 19 Jan 2017, at 17:46, William A Rowe Jr wrote: >> >>> In 2.0 I'd like to see include/apu_error.h simply a stub to #include >>> >>> and track it all in one place. Will try to hold onto that t

Re: apr-util error code

2017-01-19 Thread Branko Čibej
On 19.01.2017 18:30, Dirk-Willem van Gulik wrote: > On 19 Jan 2017, at 17:46, William A Rowe Jr wrote: > >> In 2.0 I'd like to see include/apu_error.h simply a stub to #include >> >> and track it all in one place. Will try to hold onto that though for >> my next round tuit. >> >> It makes the bac

Re: apr-util error code

2017-01-19 Thread Dirk-Willem van Gulik
On 19 Jan 2017, at 17:46, William A Rowe Jr wrote: > In 2.0 I'd like to see include/apu_error.h simply a stub to #include > > and track it all in one place. Will try to hold onto that though for > my next round tuit. > > It makes the back porting of new apu_errno.h constants a bit trickier but

Re: apr-util error code

2017-01-19 Thread William A Rowe Jr
In 2.0 I'd like to see include/apu_error.h simply a stub to #include and track it all in one place. Will try to hold onto that though for my next round tuit. It makes the back porting of new apu_errno.h constants a bit trickier but hardly impossible. ITMT, your proposal looks fine Dirk. On Thu

apr-util error code

2017-01-19 Thread Dirk-Willem van Gulik
It seems that various error codes of what used to be apr-util do not resolve in strings. Is there a larger master plan for this (where modules such as apr_crypto_FOO can ‘register’ strings) — or would something as brutal as below be the path for now ? or am I missing something. Dw. Index: mis