Re: [GHC] #1755: Template Haskell quoting bug

2007-10-12 Thread GHC
#1755: Template Haskell quoting bug
-+--
Reporter:  guest |Owner:  igloo   
Type:  merge |   Status:  closed  
Priority:  low   |Milestone:  
   Component:  Template Haskell  |  Version:  6.6.1   
Severity:  minor |   Resolution:  fixed   
Keywords:|   Difficulty:  Unknown 
  Os:  Unknown   | Testcase:  TH_qname
Architecture:  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] #1755: Template Haskell quoting bug

2007-10-10 Thread GHC
#1755: Template Haskell quoting bug
-+--
Reporter:  guest |Owner:  igloo   
Type:  merge |   Status:  new 
Priority:  low   |Milestone:  
   Component:  Template Haskell  |  Version:  6.6.1   
Severity:  minor |   Resolution:  
Keywords:|   Difficulty:  Unknown 
  Os:  Unknown   | Testcase:  TH_qname
Architecture:  Multiple  |  
-+--
Changes (by simonpj):

  * testcase:  => TH_qname
  * owner:  => igloo
  * type:  bug => merge

Comment:

 Excellent point, thank you Keigo.

 Fixed.  Ian, please merge this patch:
 {{{
 Wed Oct 10 16:02:50 GMT Daylight Time 2007  [EMAIL PROTECTED]
   * Fix Trac #1755; check for stage errors in TH quoted Names
 }}}

-- 
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] #1755: Template Haskell quoting bug

2007-10-04 Thread GHC
#1755: Template Haskell quoting bug
-+--
Reporter:  guest |Owner: 
Type:  bug   |   Status:  new
Priority:  low   |Milestone: 
   Component:  Template Haskell  |  Version:  6.6.1  
Severity:  minor |   Resolution: 
Keywords:|   Difficulty:  Unknown
  Os:  Unknown   | Testcase: 
Architecture:  Multiple  |  
-+--
Comment (by guest):

 below is what GHC says:
 {{{
 $ ghci ghc_th_bug.hs
___ ___ _
   / _ \ /\  /\/ __(_)
  / /_\// /_/ / /  | |  GHC Interactive, version 6.6, for Haskell 98.
 / /_\\/ __  / /___| |  http://www.haskell.org/ghc/
 \/\/ /_/\/|_|  Type :? for help.

 Loading package base ... linking ... done.
 [1 of 2] Compiling Foo  ( Foo.hs, interpreted )
 [2 of 2] Compiling Main ( ghc_th_bug.hs, interpreted )
 Loading package template-haskell ... linking ... done.
 ghc-6.6: panic! (the 'impossible' happened)
   (GHC version 6.6 for i386-apple-darwin):
 nameModule foo{v a16Q}

 Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug

 >
 }}}

 -- This post is from Keigo IMAI (keigo.imai _at_ gmail.com).

-- 
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