GNU bug report logs -
#61962
30.0.50; New trouble with symbols with positions
Previous Next
Full log
Message #52 received at 61962 <at> debbugs.gnu.org (full text, mbox):
Hello, Eli.
On Tue, Mar 07, 2023 at 15:13:40 +0200, Eli Zaretskii wrote:
> > Date: Tue, 7 Mar 2023 10:24:41 +0000
> > Cc: Mattias EngdegÄrd <mattiase <at> acm.org>,
> > Eli Zaretskii <eliz <at> gnu.org>, 61962-done <at> debbugs.gnu.org
> > From: Alan Mackenzie <acm <at> muc.de>
> > I've now written safe-copy-tree, and committed it together with the fix
> > in bytecomp.el to master.
> Next time when you post a patch and ask for comments, please allow
> some time for responses, including to those who might be in different
> time zones or have less free time on their hands. 13 hours you waited
> is definitely not enough.
Yes. For some reason I was in a bit of a hurry to close the bug.
> Btw, what are these "NEW STOUGH" markers you added to bytecomp.el:
> +;;;; NEW STOUGH, 2023-03-05
> + (byte-run-strip-symbol-positions
> +;;;; END OF NEW STOUGH
> (byte-compile-sexp
> (let ((form (read-positioning-symbols (current-buffer))))
> (push form byte-compile-form-stack)
> (eval-sexp-add-defvars
> form
> - start-read-position))))
> + start-read-position)))
> +;;;; NEW STOUGH, 2023-03-05
> + )
> +;;;; END OF NEW STOUGH
> + )
A change I didn't intend to commit, now tidied up and removed. I've
also tidied up the documentation, and now delete the hash table at the
end of the function, as you suggested in another post.
> Also, how about adding some tests, to make sure we don't regress in
> this area in the future?
Good idea! I'll see what I can manage.
--
Alan Mackenzie (Nuremberg, Germany).
This bug report was last modified 2 years and 120 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.