[GHC] #15611: scope errors lie about what modules are imported
GHC
ghc-devs at haskell.org
Wed Nov 7 09:54:15 UTC 2018
#15611: scope errors lie about what modules are imported
-------------------------------------+-------------------------------------
Reporter: dmwit | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone: 8.8.1
Component: Compiler | Version: 8.4.2
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case: make test
| TEST="T15611a T15611b"
Blocked By: | Blocking:
Related Tickets: #14225 | Differential Rev(s): Phab:D5284
Wiki Page: |
-------------------------------------+-------------------------------------
Changes (by RolandSenn):
* owner: RolandSenn => (none)
* status: closed => new
* resolution: fixed =>
Comment:
While working on #14225 I discoverd that in patch Phab:D5284 I didn't
respect the local naming conventions of module
[https://github.com/ghc/ghc/blob/cad5d0b69bc039b635a6eb0e5c9ed47d7c5a38ed/compiler/rename/RnUnbound.hs]:
- Top level functions names are in ''camelCase''.
- Local function names in where clauses are ''hyphenated-names''.
I reopen the ticket to fix this!
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15611#comment:7>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list