GNU bug report logs -
#58363
29.0.50; sqlite-select does not signal errors and errors should be improved
Previous Next
Reported by: Jonas Bernoulli <jonas <at> bernoul.li>
Date: Fri, 7 Oct 2022 18:54:01 UTC
Severity: normal
Found in version 29.0.50
Fixed in version 29.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #64 received at 58363 <at> debbugs.gnu.org (full text, mbox):
> From: Jonas Bernoulli <jonas <at> bernoul.li>
> Cc: 58363 <at> debbugs.gnu.org
> Date: Sat, 22 Oct 2022 12:45:02 +0200
>
> Eli Zaretskii <eliz <at> gnu.org> writes:
>
> >> - xsignal (Qerror, build_string ("Module name not on allowlist"));
> >> + xsignal1 (Qerror, build_string ("Module name not on allowlist"));
> >
> > Why Qerror here and not Qsqlite_error? And if the more general Qerror
> > is deliberate, then why not Qmodule_load_failed, for instance?
>
> This commit just fixes a bug.
> Qsqlite_error is introduced in the next commit.
This is one reason why I prefer a single patch to series of patches.
(I believe Lars prefers that as well.) It avoids the need to review
patches that are superseded by the following ones, especially when
network delays cause the different parts of the series to be delivered
out of sequence.
So, unless this totally disrupts your workflows, please post patches
as a single coherent changeset, bypassing intermediate steps that are
later superseded. TIA.
This bug report was last modified 2 years and 208 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.