GNU bug report logs -
#49660
28.0.50; json-available-p should exist
Previous Next
Reported by: Lars Ingebrigtsen <larsi <at> gnus.org>
Date: Tue, 20 Jul 2021 12:54:01 UTC
Severity: normal
Found in version 28.0.50
Fixed in version 28.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #23 received at 49660 <at> debbugs.gnu.org (full text, mbox):
> From: Lars Ingebrigtsen <larsi <at> gnus.org>
> Cc: 49660 <at> debbugs.gnu.org
> Date: Tue, 20 Jul 2021 17:50:17 +0200
>
> Eli Zaretskii <eliz <at> gnu.org> writes:
>
> > If you are ready to define json-available-p somewhere other than
> > json.c, then you could simply do that in subr.el or somesuch. It
> > would be cleaner than defining stubs in loadup.el.
>
> The meats of json-available-p have to be in json.c, though?
No, it doesn't have to. You could have json-available-p that simply
tested one of json.c primitives to be fboundp, and if so, tried to
invoke one of them on a trivial input to see if it signals an error.
Alternatively, we could do this like decompress.c does: it would
require the test for availability to be slightly more complex:
(and (fboundp 'json-available-p)
(json-available-p))
Would that be good enough?
This bug report was last modified 3 years and 307 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.