GNU bug report logs -
#67455
Record source position, etc., in doc strings, and use this in *Help* and backtraces.
Previous Next
Full log
Message #11 received at 67455 <at> debbugs.gnu.org (full text, mbox):
> I've committed the first stage of this implementation in the new git
> branch feature/positioned-lambdas.
Haven't had enough time to look closely, so just some quick early comment.
> It creates for compiled functions (but not yet for interpreted ones) doc
> strings starting with a specially formatted string containing the
> defining symbol, the source file name,
Why include the file name? Presumably we will rely on a `(FILE . POS)`
to find that docstring so including FILE in there is rather redundant
(and in addition to that, this file name can be wrong if it's absolute
since files often get moved between compilation and use).
> the position of the defining symbol in the file, and the position of
> the lambda (should we be in one) in the file.
Why two positions?
Why not use the same position info as used in `byte-compile-warn-x`?
> To instruct a defining macro to set a defining-symbol, it is only
> necessary to add a clause like (defining-symbol 1)
Sounds good.
[ Hopefully we can eventually use that info for `font-lock` so we can
get rid of ad-hoc rules for `defun` and friends. It would require an
additional piece of info (not only the position but also the kind of
definition, to distinguish `defun` from `defvar`). ]
> or (defining-symbol (if (consp struct) (car struct) struct))
[ Haven't seen that yet. ]
Stefan
This bug report was last modified 1 year and 12 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.