[GHC] #14024: typechecker tests T13594 T13822 tc269 failing in devel2 flavour
GHC
ghc-devs at haskell.org
Sat Jul 29 13:04:57 UTC 2017
#14024: typechecker tests T13594 T13822 tc269 failing in devel2 flavour
-------------------------------------+-------------------------------------
Reporter: duog | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Test Suite | Version: 8.3
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: Compile-time | Unknown/Multiple
crash or panic | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by goldfire):
I looked at T13594, which is another assertion failure. It has code like
{{{#!hs
blah :: ...
!blah = ...
}}}
at the top level. The ticket (#13594) and test case suggest that the code
should be accepted. But I disagree -- so I think the fix for that ticket
is bogus. Other thoughts?
T13822 may be #12919 in disguise, but I'm not quite sure.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14024#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list