Re: [GHC] #1101: Parallel/smp Runtime

2007-01-16 Thread GHC
#1101: Parallel/smp Runtime
---+
 Reporter:  humasect   |  Owner:  igloo  
 Type:  merge  | Status:  new
 Priority:  normal |  Milestone:  6.6.1  
Component:  GHCi   |Version:  6.6
 Severity:  normal | Resolution: 
 Keywords:  smp parallel runtime threaded  | Difficulty:  Unknown
 Testcase: |   Architecture:  Unknown
   Os:  Multiple   |  
---+
Changes (by simonmar):

  * owner:  = igloo
  * type:  bug = merge
  * os:  MacOS X = Multiple

Comment:

 Fixed, you can now say 'ghci -threaded'.  The `-threaded` option doesn't
 actually do anything, because as you say, what matters is what RTS GHCi
 itself is linked against, and by default it is linked against the threaded
 RTS.

 To merge:

 {{{
 Tue Jan 16 12:04:09 GMT 2007  Simon Marlow [EMAIL PROTECTED]
   * allow 'ghci -threaded' (fixes #1101)
 }}}

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1101
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: Bug interactive: internal error: interpretBCO: unknown or unimplemented opcodes

2007-01-16 Thread Simon Marlow

Matthew Sackman wrote:


interactive: internal error: interpretBCO: unknown or unimplemented opcode 
20196
(GHC version 6.6 for i386_unknown_linux)
Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug
Aborted


Thanks for the report - this bug has already been fixed, see

  http://hackage.haskell.org/trac/ghc/ticket/1013

Cheers,
Simon
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #1102: Lambda unicode character lex

2007-01-16 Thread GHC
#1102: Lambda unicode character lex
+---
 Reporter:  humasect|  Owner: 
 Type:  bug | Status:  closed 
 Priority:  normal  |  Milestone:  6.6.1  
Component:  Compiler (Parser)   |Version:  6.6
 Severity:  major   | Resolution:  wontfix
 Keywords:  lambda unicode lexical parse ?  | Difficulty:  Easy (1 hr)
 Testcase:  |   Architecture:  Unknown
   Os:  MacOS X |  
+---
Changes (by simonmar):

  * resolution:  = wontfix
  * priority:  high = normal
  * status:  new = closed

Comment:

 I removed the claim on the Haskell-prime wiki, and also removed the failed
 attempt to support unicode lambda from GHC.

 Further discussion is needed here: since λ is a lower-case letter, λx is
 an identifier.  If we want to treat this as meaning `\x`, that means λ
 would need to be treated as a special character (like parentheses for
 example).  No other alphanumeric character has this property, currently.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1102
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] #1103: Japanese Unicode

2007-01-16 Thread GHC
#1103: Japanese Unicode
-+--
 Reporter:  humasect |  Owner: 
 Type:  bug  | Status:  new
 Priority:  normal   |  Milestone:  6.6.1  
Component:  Compiler (Parser)|Version:  6.6
 Severity:  major| Resolution: 
 Keywords:  japanese unicode lexical -fglasgow-exts  | Difficulty:  Unknown
 Testcase:   |   Architecture:  Unknown
   Os:  MacOS X  |  
-+--
Changes (by simonmar):

  * difficulty:  Easy (1 hr) = Unknown
  * priority:  high = normal

Comment:

 Please attach some example code illustrating the bug.

 BTW, the priority field of the ticket is mainly for the GHC developers
 so we can prioritise tickets; please use severity to indicate how badly
 the bug affects you.  Someday I'll figure out how to put a link to some
 docs next to these fields on the ticket page.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1103
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] #1106: During install, network's Typeable.h clobber's base's copy

2007-01-16 Thread GHC
#1106: During install, network's Typeable.h clobber's base's copy
-+--
Reporter:  bos   |   Owner: 
Type:  bug   |  Status:  new
Priority:  normal|   Milestone: 
   Component:  Compiler  | Version:  6.6
Severity:  normal|Keywords: 
  Difficulty:  Unknown   |Testcase: 
Architecture:  Unknown   |  Os:  Unknown
-+--
There are two copies of Typeable.h in a fully populated GHC tree.  The
 copy in libraries/network/include is a cut-down version of the copy from
 libraries/base/include.

 Unfortunately, the network copy overwrites the base copy when GHC is
 installed.  Since the network version defines INSTANCE_TYPEABLE0 but not
 [123], anything that rquires one of the other definitions is going to
 break.

 This affects hs-plugins, for example; I can't build it, because on my
 Fedora box, it's getting network's copy of Typeable.h.

 It seems that a correct approach would be to drop the less-capable
 duplicate from the network tree.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1106
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] #1106: During install, network's Typeable.h clobbers base's copy

2007-01-16 Thread GHC
#1106: During install, network's Typeable.h clobbers base's copy
--+-
 Reporter:  bos   |  Owner: 
 Type:  bug   | Status:  new
 Priority:  normal|  Milestone: 
Component:  Compiler  |Version:  6.6
 Severity:  normal| Resolution: 
 Keywords:| Difficulty:  Unknown
 Testcase:|   Architecture:  Unknown
   Os:  Unknown   |  
--+-
Changes (by bos):

  * summary:  During install, network's Typeable.h clobber's base's copy =
  During install, network's Typeable.h clobbers
  base's copy

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1106
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] #1101: Parallel/smp Runtime

2007-01-16 Thread GHC
#1101: Parallel/smp Runtime
---+
 Reporter:  humasect   |  Owner:  igloo  
 Type:  merge  | Status:  closed 
 Priority:  normal |  Milestone:  6.6.1  
Component:  GHCi   |Version:  6.6
 Severity:  normal | Resolution:  fixed  
 Keywords:  smp parallel runtime threaded  | Difficulty:  Unknown
 Testcase: |   Architecture:  Unknown
   Os:  Multiple   |  
---+
Changes (by igloo):

  * resolution:  = fixed
  * status:  new = closed

Comment:

 Merged to the 6.6 branch.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1101
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] #703: all binaries built by ghc have executable stacks

2007-01-16 Thread GHC
#703: all binaries built by ghc have executable stacks
+---
 Reporter:  duncan  |  Owner:  igloo   
 Type:  merge   | Status:  closed  
 Priority:  normal  |  Milestone:  6.6.1   
Component:  Compiler (NCG)  |Version:  6.4.1   
 Severity:  normal  | Resolution:  fixed   
 Keywords:  | Difficulty:  Moderate (1 day)
 Testcase:  N/A |   Architecture:  Multiple
   Os:  Linux   |  
+---
Changes (by igloo):

  * resolution:  = fixed
  * status:  new = closed

Comment:

 Merged to the 6.6 branch.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/703
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] #937: ghc-pkg should splice $topdir on Windows

2007-01-16 Thread GHC
#937: ghc-pkg should splice $topdir on Windows
--+-
 Reporter:  simonmar  |  Owner:  igloo  
 Type:  merge | Status:  closed 
 Priority:  normal|  Milestone:  6.6.1  
Component:  Compiler  |Version:  6.6
 Severity:  normal| Resolution:  fixed  
 Keywords:| Difficulty:  Easy (1 hr)
 Testcase:  N/A   |   Architecture:  Multiple   
   Os:  Windows   |  
--+-
Changes (by igloo):

  * resolution:  = fixed
  * status:  new = closed

Comment:

 Merged to the 6.6 branch.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/937
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] #952: gcc should be passed the -fwrapv flag

2007-01-16 Thread GHC
#952: gcc should be passed the -fwrapv flag
--+-
 Reporter:  simonmar  |  Owner:  igloo   
 Type:  merge | Status:  closed  
 Priority:  normal|  Milestone:  6.6.1   
Component:  Compiler  |Version:  6.6 
 Severity:  normal| Resolution:  fixed   
 Keywords:| Difficulty:  Unknown 
 Testcase:|   Architecture:  Multiple
   Os:  Multiple  |  
--+-
Changes (by igloo):

  * resolution:  = fixed
  * status:  new = closed

Comment:

 Merged to the 6.6 branch.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/952
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] #1092: initC: srt when compiling with profiling

2007-01-16 Thread GHC
#1092: initC: srt when compiling with profiling
---+
 Reporter:  [EMAIL PROTECTED]  |  Owner:  igloo  
 Type:  merge  | Status:  closed 
 Priority:  normal |  Milestone: 
Component:  Compiler   |Version:  6.7
 Severity:  major  | Resolution:  fixed  
 Keywords: | Difficulty:  Unknown
 Testcase:  rule1  |   Architecture:  Unknown
   Os:  Unknown|  
---+
Changes (by igloo):

  * resolution:  = fixed
  * status:  new = closed

Comment:

 Merged to the 6.6 branch.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1092
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] #1042: Floating point exception

2007-01-16 Thread GHC
#1042: Floating point exception
--+-
 Reporter:  dons  |  Owner:  igloo  
 Type:  merge | Status:  closed 
 Priority:  normal|  Milestone:  6.6.1  
Component:  Compiler  |Version:  6.6
 Severity:  normal| Resolution:  fixed  
 Keywords:| Difficulty:  Unknown
 Testcase:|   Architecture:  x86
   Os:  Unknown   |  
--+-
Changes (by igloo):

  * resolution:  = fixed
  * status:  new = closed

Comment:

 Merged to the 6.6 branch.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1042
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] #1102: Lambda unicode character lex

2007-01-16 Thread GHC
#1102: Lambda unicode character lex
+---
 Reporter:  humasect|  Owner: 
 Type:  bug | Status:  closed 
 Priority:  normal  |  Milestone:  6.6.1  
Component:  Compiler (Parser)   |Version:  6.6
 Severity:  major   | Resolution:  wontfix
 Keywords:  lambda unicode lexical parse ?  | Difficulty:  Easy (1 hr)
 Testcase:  |   Architecture:  Unknown
   Os:  Multiple|  
+---
Changes (by humasect):

  * os:  MacOS X = Multiple

Comment:

 This sounds like a simple enough strategy, to make it a special case. With
 or without an option to turn it on/off.
 There is another similar character, ⋋, which is left semidirect
 product of mathematical symbols. Or ⋀ for n-ary logical and. Sorry I
 don't have the unicode ID. So the error message from GHC is real and would
 have made sense if it were seen under a Unicode terminal. I wonder, some
 way to use lower case lambda letter as an identifier, aliased to actual
 lambda syntax? Thanks!

-- 
Ticket URL: http://cvs.haskell.org/trac/ghc/ticket/1102
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] #1101: Parallel/smp Runtime

2007-01-16 Thread GHC
#1101: Parallel/smp Runtime
---+
 Reporter:  humasect   |  Owner:  igloo  
 Type:  merge  | Status:  closed 
 Priority:  normal |  Milestone:  6.6.1  
Component:  GHCi   |Version:  6.6
 Severity:  normal | Resolution:  fixed  
 Keywords:  smp parallel runtime threaded  | Difficulty:  Unknown
 Testcase: |   Architecture:  Unknown
   Os:  Multiple   |  
---+
Comment (by humasect):

 Excellent, works great, thank you both!

-- 
Ticket URL: http://cvs.haskell.org/trac/ghc/ticket/1101
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] #1103: Japanese Unicode

2007-01-16 Thread GHC
#1103: Japanese Unicode
-+--
 Reporter:  humasect |  Owner: 
 Type:  bug  | Status:  new
 Priority:  normal   |  Milestone:  6.6.1  
Component:  Compiler (Parser)|Version:  6.6
 Severity:  major| Resolution: 
 Keywords:  japanese unicode lexical -fglasgow-exts  | Difficulty:  Unknown
 Testcase:   |   Architecture:  Unknown
   Os:  Multiple |  
-+--
Changes (by humasect):

  * os:  MacOS X = Multiple

Comment:

 My apologies. I've attached some test code. We could really use Japanese
 identifiers in house development. I don't know what to say about
 upper/lower case for identifiers and constructors. I could create some
 sort of example code for conventions that would work very well. Thanks
 again

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