Re: [GHC] #1789: New warning: missing import lists

2010-06-20 Thread GHC
#1789: New warning: missing import lists
-+--
  Reporter:  simonmar|  Owner:  igloo   
  Type:  task| Status:  closed  
  Priority:  normal  |  Milestone:  _|_ 
 Component:  Compiler|Version:  6.6.1   
Resolution:  fixed   |   Keywords:  
Difficulty:  Moderate (less than a day)  | Os:  Unknown/Multiple
  Testcase:  |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown|  
-+--
Changes (by igloo):

  * status:  patch = closed
  * resolution:  = fixed


Comment:

 Patch applied, thanks

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1789#comment:8
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


Re: [GHC] #1789: New warning: missing import lists

2010-06-18 Thread GHC
#1789: New warning: missing import lists
-+--
Reporter:  simonmar  |Owner:  igloo 
Type:  task  |   Status:  new   
Priority:  normal|Milestone:  _|_   
   Component:  Compiler  |  Version:  6.6.1 
Keywords:|   Difficulty:  Moderate (less than a day)
  Os:  Unknown/Multiple  | Testcase:
Architecture:  Unknown/Multiple  |  Failure:  None/Unknown  
-+--
Changes (by SamAnklesaria):

  * owner:  SamAnklesaria = igloo


-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1789#comment:6
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


Re: [GHC] #1789: New warning: missing import lists

2010-06-17 Thread GHC
#1789: New warning: missing import lists
-+--
Reporter:  simonmar  |Owner:  SamAnklesaria 
Type:  task  |   Status:  new   
Priority:  normal|Milestone:  _|_   
   Component:  Compiler  |  Version:  6.6.1 
Keywords:|   Difficulty:  Moderate (less than a day)
  Os:  Unknown/Multiple  | Testcase:
Architecture:  Unknown/Multiple  |  Failure:  None/Unknown  
-+--
Changes (by SamAnklesaria):

  * owner:  = SamAnklesaria
  * failure:  = None/Unknown


-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1789#comment:5
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


Re: [GHC] #1789: New warning: missing import lists

2009-04-11 Thread GHC
#1789: New warning: missing import lists
-+--
Reporter:  simonmar  |Owner:  
Type:  task  |   Status:  new 
Priority:  normal|Milestone:  _|_ 
   Component:  Compiler  |  Version:  6.6.1   
Severity:  normal|   Resolution:  
Keywords:|   Difficulty:  Moderate (1 day)
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * milestone:  6.10 branch = _|_

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1789#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


[GHC] #1789: New warning: missing import lists

2007-10-19 Thread GHC
#1789: New warning: missing import lists
---+
  Reporter:  simonmar  |  Owner: 
  Type:  task  | Status:  new
  Priority:  normal|  Milestone:  6.10 branch
 Component:  Compiler  |Version:  6.6.1  
  Severity:  normal|   Keywords: 
Difficulty:  Moderate (1 day)  | Os:  Unknown
  Testcase:|   Architecture:  Unknown
---+
 Import lists are useful when importing from a package, because they
 insulates the client from possible name-clashes caused by additions to the
 package.  There are also some good reasons ''not'' to use import lists;
 see [wiki:Commentary/CodingStyle].

 For those that want to use import lists, we should have a warning that
 identifies imports with missing import lists, perhaps for package imports
 only.  Note that

 {{{
 import M (T(..))
 }}}

 Qualifies as an insufficiently specific import list; the sub-names of `T`
 should be specified.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1789
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