#7092: Spurious shadowing warnings for names generated with newName
-----------------------------------------------+----------------------------
 Reporter:  a.ulrich                           |          Owner:                
  
     Type:  bug                                |         Status:  new           
  
 Priority:  normal                             |      Component:  Template 
Haskell
  Version:  7.4.2                              |       Keywords:                
  
       Os:  Linux                              |   Architecture:  x86           
  
  Failure:  Incorrect warning at compile-time  |       Testcase:                
  
Blockedby:                                     |       Blocking:                
  
  Related:                                     |  
-----------------------------------------------+----------------------------

Comment(by simonpj@…):

 commit b2e8bed817483e80d721cc69720d3d547edab4f5
 {{{
 Author: Simon Peyton Jones <simo...@microsoft.com>
 Date:   Tue Aug 28 13:32:55 2012 +0100

     Fix Trac #7092, involving Template Hsakell and name shadowing

     All the mechanism was there, but it wasn't being use for the
     name-shadowing test.

  compiler/rename/RnEnv.lhs |   16 ++++++++++------
  1 files changed, 10 insertions(+), 6 deletions(-)
 }}}

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

_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to