Re: Removing function names from errors (PR 9058)

2019-06-12 Thread Viktor Dukhovni
On Wed, Jun 12, 2019 at 10:02:25AM +0100, Matt Caswell wrote: > OTOH I do find them quite helpful from a debugging perspective, e.g. when > people > send in questions along the lines of "I got this error what does it mean/how > do > I fix it" - although what is actually useful is usually the

Re: Removing function names from errors (PR 9058)

2019-06-12 Thread Roumen Petrov
Richard Levitte wrote: Many of us, both past and present, have looked at the error reporting code and wante to change it somehow. There's currently a PR, 9058, which covers one aspect, the function name indicator. There is a lot of situation where application logs debug information. Adding

Re: Removing function names from errors (PR 9058)

2019-06-12 Thread Matt Caswell
On 12/06/2019 04:51, Richard Levitte wrote: > Many of us, both past and present, have looked at the error reporting > code and wante to change it somehow. There's currently a PR, 9058, > which covers one aspect, the function name indicator. > > A -1 was raised early on for the purpose of