issues.guix.gnu.org considers a trailing period as part of a hyperlink

  • Open
  • quality assurance status badge
Details
One participant
  • Richard Sent
Owner
unassigned
Submitted by
Richard Sent
Severity
normal

Debbugs page

Richard Sent wrote 11 months ago
(address . bug-guix@gnu.org)
875xw7lrep.fsf@freakingpenguin.com
Hi Guix!

Not sure where to report this, but when issues.guix.gnu.org creates a
hyperlink, it will include trailing periods.

Like https://www.example.com.

Or as seen in https://issues.guix.gnu.org/70542.(If for whatever reason
the error refuses to reproduce here, that issue does actually have an
example.)

This behavior does not match the behavior of the mailing list archives
(See the issues.guix.info link at
or the Debbugs UI. (See

Thanks!

--
Take it easy,
Richard Sent
Making my computer weirder one commit at a time.
Richard Sent wrote 11 months ago
(address . 70543@debbugs.gnu.org)
871q6vlqxu.fsf@freakingpenguin.com
Correction to the issue I just discovered: apparently most symbols are
fair game to be included in the hyperlink.

--
Take it easy,
Richard Sent
Making my computer weirder one commit at a time.
Richard Sent wrote 10 months ago
Re: bug#70543: issues.guix.gnu.org considers a trailing period as part of a hyperlink
(address . 70543@debbugs.gnu.org)
87jzk3u1ha.fsf@freakingpenguin.com
Haven't had the chance to properly hack on this yet, but I believe the
code to update is located here:


Let's test how we handle links like https://example.com.

--
Take it easy,
Richard Sent
Making my computer weirder one commit at a time.
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 70543@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 70543
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help