Re: [GHC] #1673: Template Haskell support for type families

2009-01-04 Thread GHC
#1673: Template Haskell support for type families
---+
Reporter:  g9ks1...@acme.softbase.org  |Owner:  
Type:  feature request |   Status:  new 
Priority:  high|Milestone:  6.12 branch 
   Component:  Template Haskell|  Version:  6.7 
Severity:  normal  |   Resolution:  
Keywords:  |   Difficulty:  Unknown 
Testcase:  |   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple|  
---+
Changes (by igloo):

  * priority:  low => high
  * os:  Linux => Unknown/Multiple
  * architecture:  x86 => Unknown/Multiple
  * milestone:  6.10 branch => 6.12 branch

Comment:

 Lots of interest, so I've raised the priority.

-- 
Ticket URL: 
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] #2769: Export mapAccumR from Data.Map, Data.IntMap

2009-01-04 Thread GHC
#2769: Export mapAccumR from Data.Map, Data.IntMap
--+-
Reporter:  Deewiant   |Owner:  
Type:  proposal   |   Status:  closed  
Priority:  normal |Milestone:  Not GHC 
   Component:  libraries (other)  |  Version:  6.11
Severity:  normal |   Resolution:  fixed   
Keywords:  containers |   Difficulty:  Unknown 
Testcase: |   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple   |  
--+-
Changes (by igloo):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 `export-mapAccumRWithKey.patch` applied, thanks!

-- 
Ticket URL: 
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] #2865: Add more tab completions in GHCi for :set and :show

2009-01-04 Thread GHC
#2865: Add more tab completions in GHCi for :set and :show
-+--
Reporter:  salty-horse   |Owner:  
Type:  feature request   |   Status:  closed  
Priority:  normal|Milestone:  
   Component:  GHCi  |  Version:  6.11
Severity:  trivial   |   Resolution:  fixed   
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * status:  new => closed
  * difficulty:  => Unknown
  * resolution:  => fixed

Comment:

 Applied, thanks!

-- 
Ticket URL: 
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] #2890: Library docs are missing source links

2009-01-04 Thread GHC
#2890: Library docs are missing source links
-+--
Reporter:  simonmar  |Owner:  
Type:  bug   |   Status:  new 
Priority:  high  |Milestone:  6.10.2  
   Component:  Documentation |  Version:  6.10.1  
Severity:  normal|   Resolution:  
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Comment (by igloo):

 I've just pushed a patch that will cause the build to fail unless either
 !HsColour is found, or it's been explicitly disabled. This should
 highlight which builders don't have it installed, which I suspect is the
 reason the !HsColoured docs disappeared.

-- 
Ticket URL: 
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] #2877: crash when printig a list (IO ())

2009-01-04 Thread GHC
#2877: crash when printig a list (IO ())
---+
Reporter:  guest   |Owner: 
Type:  bug |   Status:  new
Priority:  normal  |Milestone: 
   Component:  GHCi|  Version:  6.10.1 
Severity:  normal  |   Resolution: 
Keywords:  |   Difficulty:  Unknown
Testcase:  |   Os:  Windows
Architecture:  x86_64 (amd64)  |  
---+
Comment (by igloo):

 Works for me on x86_64/Linux and x386/Windows, but I don't have
 x86_64/Windows. (nor was I using ghci from within emacs).

 Do you have a `.o` or `.hi` file for the module? If so, can you reproduce
 it after removing them?

-- 
Ticket URL: 
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] #2759: Data.Generics.ConstrRep isn't general enough

2009-01-04 Thread GHC
#2759: Data.Generics.ConstrRep isn't general enough
--+-
Reporter:  guest  |Owner:  dreixel 
Type:  bug|   Status:  assigned
Priority:  normal |Milestone:  6.12 branch 
   Component:  libraries (other)  |  Version:  6.10.1  
Severity:  minor  |   Resolution:  
Keywords: |   Difficulty:  Unknown 
Testcase: |   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple   |  
--+-
Comment (by igloo):

 Hmm, it seems inconsistent to have these two:
 {{{
 mkIntConstr :: DataType -> Integer -> Constr
 mkFloatConstr :: (Real a) => DataType -> a -> Constr
 }}}
 Shouldn't it either be
 {{{
 mkIntConstr :: DataType -> Integer -> Constr
 mkFloatConstr :: DataType -> Rational -> Constr
 }}}
 or
 {{{
 mkIntConstr :: (Integral a) => DataType -> a -> Constr
 mkFloatConstr :: (Real a) => DataType -> a -> Constr
 }}}
 ?

 The `*Float*` names are also confusing, but presumably the plan is to
 transition away from them?

-- 
Ticket URL: 
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] #2908: typo "reqwest" in documentation

2009-01-04 Thread GHC
#2908: typo "reqwest" in documentation
-+--
Reporter:  bancroft  |Owner:  igloo   
Type:  bug   |   Status:  closed  
Priority:  normal|Milestone:  
   Component:  Documentation |  Version:  
Severity:  trivial   |   Resolution:  fixed   
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 Fixed in HEAD and STABLE.

-- 
Ticket URL: 
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] #2857: sync-all ignores --complete

2009-01-04 Thread GHC
#2857: sync-all ignores --complete
-+--
Reporter:  megacz|Owner:  
Type:  bug   |   Status:  closed  
Priority:  normal|Milestone:  
   Component:  Build System  |  Version:  6.10.1  
Severity:  major |   Resolution:  fixed   
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * status:  new => closed
  * difficulty:  => Unknown
  * resolution:  => fixed

Comment:

 Applied, thanks!

-- 
Ticket URL: 
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] #2699: broken pipe errors are too noisy

2009-01-04 Thread GHC
#2699: broken pipe errors are too noisy
-+--
Reporter:  int-e |Owner:  
Type:  bug   |   Status:  new 
Priority:  normal|Milestone:  6.12 branch 
   Component:  Runtime System|  Version:  6.10.1  
Severity:  normal|   Resolution:  
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Comment (by igloo):

 Looks good, thanks! I've applied all of the bits related to adding `errno`
 to the `IOError` type.

 That leaves this bit:
 {{{
 hunk ./GHC/TopHandler.lhs 171
 -   _ -> do reportError se
 -   exit 1
 +   _ -> case cast exn of
 +Just IOError{ ioe_type = ResourceVanished, ioe_errno =
 Just ioe }
 +   | Errno ioe == ePIPE -> exit 0
 +_ -> do reportError se
 +exit 1
 }}}

 Do we have consensus that silently exiting successfully is the right thing
 to do if we get a SIGPIPE?

-- 
Ticket URL: 
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] #2887: Segfault while configuring Cabal 1.6.0.1 on OS X 10.5

2009-01-04 Thread GHC
#2887: Segfault while configuring Cabal 1.6.0.1 on OS X 10.5
-+--
Reporter:  ozy   |Owner: 
Type:  bug   |   Status:  closed 
Priority:  normal|Milestone: 
   Component:  Compiler  |  Version:  6.10.1 
Severity:  normal|   Resolution:  fixed  
Keywords:|   Difficulty:  Unknown
Testcase:|   Os:  MacOS X
Architecture:  powerpc   |  
-+--
Changes (by igloo):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 I've updated the download page to say that Xcode 3.1 is required, and
 updated Building/MacOSX.

 I haven't merged the Building wiki pages, but that's orthogonal to this
 ticket, so I'm closing it.

-- 
Ticket URL: 
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] #2467: orphan instance warnings are badly behaved

2009-01-04 Thread GHC
#2467: orphan instance warnings are badly behaved
-+--
Reporter:  duncan|Owner:  
Type:  bug   |   Status:  new 
Priority:  normal|Milestone:  6.12 branch 
   Component:  Compiler  |  Version:  6.8.2   
Severity:  normal|   Resolution:  
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Comment (by igloo):

 Replying to [comment:8 simonpj]:
 > Indeed, your code is legitimate, and that's why warnings are just
 warnings!
 >
 > More concretely, what would you like?  A special kind of warning that
 (uniquely) does not make -Werror abort the compilation?  That seems a bit
 irregular...  But perhaps you have something in mind.

 Perhaps we should have separate control for two different classes of
 orphan warnings:
  * those where the class and all the types are in other packages (and thus
 you may not be able to easily avoid the instance, e.g. if everything is in
 the base package).
  * the rest

-- 
Ticket URL: 
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] #2908: typo "reqwest" in documentation

2009-01-04 Thread GHC
#2908: typo "reqwest" in documentation
-+--
Reporter:  bancroft  |Owner:  igloo   
Type:  bug   |   Status:  new 
Priority:  normal|Milestone:  
   Component:  Documentation |  Version:  
Severity:  trivial   |   Resolution:  
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * owner:  => igloo
  * difficulty:  => Unknown

Comment:

 Thanks for the report; I'll fix it.

-- 
Ticket URL: 
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] #2808: createDirectoryIfMissing should be atomic

2009-01-04 Thread GHC
#2808: createDirectoryIfMissing should be atomic
+---
Reporter:  EricKow  |Owner:  igloo   
Type:  bug  |   Status:  reopened
Priority:  normal   |Milestone:  6.10.2  
   Component:  libraries/directory  |  Version:  6.10.1  
Severity:  normal   |   Resolution:  
Keywords:   |   Difficulty:  Unknown 
Testcase:   |   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple |  
+---
Changes (by igloo):

  * type:  merge => bug

-- 
Ticket URL: 
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] #2898: crash when interpreting

2009-01-04 Thread GHC
#2898: crash when interpreting
-+--
Reporter:  nolrai|Owner:  igloo  
Type:  merge |   Status:  closed 
Priority:  normal|Milestone: 
   Component:  Compiler  |  Version:  6.10.1 
Severity:  normal|   Resolution:  fixed  
Keywords:|   Difficulty:  Unknown
Testcase:|   Os:  Linux  
Architecture:  x86   |  
-+--
Changes (by igloo):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 Merged

-- 
Ticket URL: 
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] #2856: GeneralizedNewtypeDeriving doesn't work with data families

2009-01-04 Thread GHC
#2856: GeneralizedNewtypeDeriving doesn't work with data families
--+-
Reporter:  guest  |Owner:  igloo   
Type:  merge  |   Status:  closed  
Priority:  normal |Milestone:  
   Component:  Compiler   |  Version:  6.10.1  
Severity:  normal |   Resolution:  fixed   
Keywords: |   Difficulty:  Unknown 
Testcase:  deriving/should_compile/T2856  |   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple   |  
--+-
Changes (by igloo):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 Merged

-- 
Ticket URL: 
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] #2851: Improve error message for failed deriving

2009-01-04 Thread GHC
#2851: Improve error message for failed deriving
---+
Reporter:  guest   |Owner:  igloo   
Type:  merge   |   Status:  closed  
Priority:  normal  |Milestone:  
   Component:  Compiler (Type checker) |  Version:  6.10.1  
Severity:  minor   |   Resolution:  fixed   
Keywords:  |   Difficulty:  Unknown 
Testcase:  deriving/should_fail/T2851  |   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple|  
---+
Changes (by igloo):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 Both merged

-- 
Ticket URL: 
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] #2721: Newtype deriving doesn't work with type families

2009-01-04 Thread GHC
#2721: Newtype deriving doesn't work with type families
---+
Reporter:  rl  |Owner:  igloo   
Type:  feature request |   Status:  new 
Priority:  normal  |Milestone:  6.12 branch 
   Component:  Compiler|  Version:  6.10.1  
Severity:  normal  |   Resolution:  
Keywords:  |   Difficulty:  Unknown 
Testcase:  deriving/should_fail/T2721  |   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple|  
---+
Changes (by igloo):

  * type:  merge => feature request
  * milestone:  6.10.2 => 6.12 branch

Comment:

 Merged.

-- 
Ticket URL: 
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] #2756: state hack causes unneeded value to be evaluated

2009-01-04 Thread GHC
#2756: state hack causes unneeded value to be evaluated
---+
Reporter:  int-e   |Owner:  igloo   
Type:  merge   |   Status:  closed  
Priority:  normal  |Milestone:  6.10.2  
   Component:  Compiler|  Version:  6.10.1  
Severity:  normal  |   Resolution:  fixed   
Keywords:  |   Difficulty:  Unknown 
Testcase:  simplCore/should_run/T2756  |   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple|  
---+
Changes (by igloo):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 Merged

-- 
Ticket URL: 
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] #2888: Source file that compiled fine no longer compiles after touching it.

2009-01-04 Thread GHC
#2888: Source file that compiled fine no longer compiles after touching it.
+---
Reporter:  Eelis-   |Owner:  igloo  
 
Type:  merge|   Status:  closed 
 
Priority:  normal   |Milestone: 
 
   Component:  Compiler |  Version:  6.10.1 
 
Severity:  normal   |   Resolution:  fixed  
 
Keywords:   |   Difficulty:  Unknown
 
Testcase:  indexed-types/should_fail/T2888  |   Os:  
Unknown/Multiple
Architecture:  Unknown/Multiple |  
+---
Changes (by igloo):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 Merged

-- 
Ticket URL: 
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] #2901: GHC crashes with "impossible happened ... RnEnv.lookupImportedName" if using DisambiguateRecordFields and qualifiers

2009-01-04 Thread GHC
#2901: GHC crashes with "impossible happened ... RnEnv.lookupImportedName" if
using DisambiguateRecordFields and qualifiers
-+--
Reporter:  spookylukey   |Owner:  igloo  
Type:  merge |   Status:  closed 
Priority:  normal|Milestone: 
   Component:  Compiler  |  Version:  6.8.2  
Severity:  normal|   Resolution:  fixed  
Keywords:|   Difficulty:  Unknown
Testcase:  rename/should_fail/T2901  |   Os:  Linux  
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 Merged.

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs