Re: Abuse of warnings for unhandled errors and programming errors

2025-09-16 Thread Markus Armbruster
Daniel P. Berrangé writes: > On Wed, Sep 10, 2025 at 01:05:40PM +0200, Markus Armbruster wrote: >> Daniel P. Berrangé writes: >> > On Fri, Aug 08, 2025 at 11:30:32AM +0200, Markus Armbruster wrote: >> > >> > I don't see 'warnings' as something directly actionable for a user. >> > Rather they are

Re: Abuse of warnings for unhandled errors and programming errors

2025-09-15 Thread Daniel P . Berrangé
On Wed, Sep 10, 2025 at 01:05:40PM +0200, Markus Armbruster wrote: > Daniel P. Berrangé writes: > > On Fri, Aug 08, 2025 at 11:30:32AM +0200, Markus Armbruster wrote: > > > > I don't see 'warnings' as something directly actionable for a user. > > Rather they are messages that I would want to see i

Re: Abuse of warnings for unhandled errors and programming errors

2025-09-11 Thread Markus Armbruster
Daniel P. Berrangé writes: > On Fri, Aug 08, 2025 at 11:30:32AM +0200, Markus Armbruster wrote: >> In "[PATCH 00/12] Error reporting cleanup, a fix, and &error_warn >> removal", I challenged the use of warnings in a few places. I think the >> topic deserves a wider audience than the one a rather

Re: Abuse of warnings for unhandled errors and programming errors

2025-08-19 Thread Daniel P . Berrangé
On Fri, Aug 08, 2025 at 11:30:32AM +0200, Markus Armbruster wrote: > In "[PATCH 00/12] Error reporting cleanup, a fix, and &error_warn > removal", I challenged the use of warnings in a few places. I think the > topic deserves a wider audience than the one a rather pedestrian cleanup > series draws

Abuse of warnings for unhandled errors and programming errors

2025-08-08 Thread Markus Armbruster
In "[PATCH 00/12] Error reporting cleanup, a fix, and &error_warn removal", I challenged the use of warnings in a few places. I think the topic deserves a wider audience than the one a rather pedestrian cleanup series draws. To make my case, I need to start with errors. We distinguish between o