GNU bug report logs -
#47408
Emacs etags support for Mercury [v0.2]
Previous Next
Reported by: fabrice nicol <fabrnicol <at> gmail.com>
Date: Fri, 26 Mar 2021 08:28:02 UTC
Severity: normal
Tags: patch
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #99 received at 47408 <at> debbugs.gnu.org (full text, mbox):
> Cc: 47408 <at> debbugs.gnu.org, pot <at> gnu.org
> From: fabrice nicol <fabrnicol <at> gmail.com>
> Date: Mon, 14 Jun 2021 19:10:53 +0200
>
> If you take a look at other languages that implement explicit tags (like
> Fortran) you will see that there are buffers coming in to avoid having
> 'name' and 'linestart' (1st and 4th arguments to 'make_tag') share a
> same string pointer (here 's').
>
> This is explained in the header comment to 'make_tag':
>
> " 2. LINESTART contains name as either a rightmost, or rightmost but
> * one character, substring;"
This is just a condition for generating "implicitly named" tags.
There's nothing wrong with having explicitly named tags, if there are
good reasons for that.
> When I applied you suggestion and tested, the TAGS base was as expected
> accordingly: wrong.
"Wrong" in what sense? Can you show an example of such a wrong tag?
And how does Mercury differ from Prolog in this sense? prolog_pr
doesn't allocate new strings before calling make_tag.
Thanks.
This bug report was last modified 3 years and 338 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.