[GHC] #10398: Support consecutive named Haddock comments
GHC
ghc-devs at haskell.org
Thu Feb 25 16:16:46 UTC 2016
#10398: Support consecutive named Haddock comments
-------------------------------------+-------------------------------------
Reporter: dmcclean | Owner:
Type: bug | Status: closed
Priority: normal | Milestone: 8.0.1
Component: Compiler | Version: 7.10.1
(Parser) |
Resolution: fixed | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: Other | Test Case:
| haddock/should_compile_flag_haddock/T10398
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s): Phab:D1025
-------------------------------------+-------------------------------------
Comment (by Ben Gamari <ben@…>):
In [changeset:"6350eb1126e29b93829de688623c91b772f6d9eb/ghc" 6350eb1/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="6350eb1126e29b93829de688623c91b772f6d9eb"
Handle multiline named haddock comments properly
Fixes #10398 in a different way, thereby also fixing #11579.
I inverted the logic of the Bool argument to "worker", to hopefully make
it more self-explanatory.
Reviewers: austin, hvr, bgamari
Reviewed By: bgamari
Differential Revision: https://phabricator.haskell.org/D1935
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10398#comment:7>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list