bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#40693: 28.0.50; json-encode-alist changes alist


From: Dmitry Gutov
Subject: bug#40693: 28.0.50; json-encode-alist changes alist
Date: Wed, 29 Apr 2020 18:02:52 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0

On 29.04.2020 17:40, Eli Zaretskii wrote:
Cc: contovob@tcd.ie, darthandrus@gmail.com, 40693@debbugs.gnu.org
From: Dmitry Gutov <dgutov@yandex.ru>
Date: Wed, 29 Apr 2020 17:28:05 +0300

How about adding an optional argument instead, by default off, to
request this behavior?  then callers who care about the original alist
could request a non-destructive operation, and others won't suffer any
slowdown.

The current behavior is unsafe, that's the problem. Also,
json-encode-alist is called in a recursive fashion, so it'd have to be a
global variable instead.

Sounds like a somewhat hairy issue.  Then let's put this on master
first.  If this turns out to be a very popular change, and no one
complains, we could later back-port it to some 27.x version.

*shrug*, I'm certainly not going to insist, but we could push the "slightly slower" simple patch to emacs-27, and go with Basil's refactor (sounds exciting!) on master.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]