[GHC] #15611: scope errors lie about what modules are imported

GHC ghc-devs at haskell.org
Sun Nov 11 13:30:19 UTC 2018


#15611: scope errors lie about what modules are imported
-------------------------------------+-------------------------------------
        Reporter:  dmwit             |                Owner:  RolandSenn
            Type:  bug               |               Status:  patch
        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:                    |  Phab:D5308
-------------------------------------+-------------------------------------

Comment (by Krzysztof Gogolewski <krz.gogolewski@…>):

 In [changeset:"98f8e1c2454b8c99cbb225e4a8a544288eeb082a/ghc"
 98f8e1c2/ghc]:
 {{{
 #!CommitTicketReference repository="ghc"
 revision="98f8e1c2454b8c99cbb225e4a8a544288eeb082a"
 Respect naming conventions in module RnUnbound.hs in fix for #15611

 Summary:
 The patch https://phabricator.haskell.org/D5284
 didn't respect the local naming conventions in module
 compiler/rename/RnUnbound.hs:

   - Top level functions names are written in camelCase.
   -  Local function names in where clauses are written as
 names_with_underscores.

 This patch restores these conventions.

 Test Plan: make test TESTS="T15611a T15611b"

 Reviewers: DavidEichmann, monoidal, hvr, mpickering, bgamari

 Reviewed By: mpickering

 Subscribers: rwbarton, carter

 GHC Trac Issues: #15611

 Differential Revision: https://phabricator.haskell.org/D5308
 }}}

-- 
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15611#comment:10>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list