Ticket #569 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

strings with more than one URL in them mis-parsed

Reported by: EricKow Owned by:
Priority: normal Milestone:
Component: hackageDB website Version:
Severity: minor Keywords:
Cc: Difficulty: very easy (<1 hour)
GHC Version: Platform:

Description

It appears that strings with more than one URL in them are parsed incorrectly. For example,

See <http://www.mediawiki.org/wiki/API> and <http://haskell.forkio.com/>

gets treated as though there was only one URL. I get the impression that there's some kind of greedy matching going on, like a "<.*>" in regexp terms.

This manifests as funny looking output on hackage, eg.  http://hackage.haskell.org/package/mediawiki

Change History

Changed 4 years ago by EricKow

I've taken the liberty of cross-posting this to  http://trac.haskell.org/haddock/ticket/118 while I was at it.

Changed 4 years ago by duncan

  • difficulty changed from unknown to very easy (<1 hour)
  • version 1.6.0.1 deleted
  • component changed from Cabal library to hackageDB website
  • severity changed from normal to minor

Looks like a simple fix. See the haddock trac.

Changed 4 years ago by ross

  • status changed from new to closed
  • resolution set to fixed

fixed per Duncan's comment in the haddock trac.

Note: See TracTickets for help on using tickets.