Re: [GHC] #1656: Bignum exponentiation yields wrong results

2007-09-03 Thread GHC
#1656: Bignum exponentiation yields wrong results --+- Reporter: [EMAIL PROTECTED] |Owner: Type: bug| Status: new Priority: normal |

Re: [GHC] #1190: base:System.Posix.Signals is empty on Windows

2007-09-03 Thread GHC
#1190: base:System.Posix.Signals is empty on Windows ---+ Reporter: igloo |Owner: Type: bug | Status: closed Priority: normal |Milestone: 6.8

Re: [GHC] #1038: selector thunks not working? space leak in standard example

2007-09-03 Thread GHC
#1038: selector thunks not working? space leak in standard example ---+ Reporter: [EMAIL PROTECTED] |Owner: simonmar Type: bug | Status: new Priority: normal

Re: [GHC] #1623: ghci: 20 wakeups per second

2007-09-03 Thread GHC
#1623: ghci: 20 wakeups per second ---+ Reporter: igloo |Owner: simonmar Type: bug | Status: new Priority: normal |Milestone: 6.8

Re: [GHC] #1657: throwTo + unsafeInterleaveIO oddness

2007-09-03 Thread GHC
#1657: throwTo + unsafeInterleaveIO oddness ---+ Reporter: guest |Owner: Type: bug | Status: new Priority: normal |Milestone:

Re: [GHC] #1648: ghci linker does not know about rts_getWord64

2007-09-03 Thread GHC
#1648: ghci linker does not know about rts_getWord64 ---+ Reporter: duncan |Owner: simonmar Type: bug | Status: new Priority: normal |Milestone:

[GHC] #1659: Cabal build problem with GHC = 6.4

2007-09-03 Thread GHC
#1659: Cabal build problem with GHC = 6.4 +--- Reporter: simonmar | Owner: Type: bug| Status: new Priority: high | Milestone: 6.8

Re: [GHC] #1659: Cabal build problem with GHC = 6.4

2007-09-03 Thread GHC
#1659: Cabal build problem with GHC = 6.4 --+- Reporter: simonmar |Owner: simonmar Type: bug| Status: new Priority: high |Milestone: 6.8

Re: [GHC] #1658: CSE changes semantics

2007-09-03 Thread GHC
#1658: CSE changes semantics -+-- Reporter: guest |Owner: Type: bug | Status: new Priority: normal|Milestone: Component: Compiler | Version:

Re: [GHC] #1648: ghci linker does not know about rts_getWord64

2007-09-03 Thread GHC
#1648: ghci linker does not know about rts_getWord64 ---+ Reporter: duncan |Owner: simonmar Type: bug | Status: closed Priority: normal |Milestone:

Re: [GHC] #1623: ghci: 20 wakeups per second

2007-09-03 Thread GHC
#1623: ghci: 20 wakeups per second ---+ Reporter: igloo |Owner: simonmar Type: bug | Status: closed Priority: normal |Milestone: 6.8

Re: [GHC] #806: hGetBufNonBlocking doesn't work on Windows

2007-09-03 Thread GHC
#806: hGetBufNonBlocking doesn't work on Windows ---+ Reporter: [EMAIL PROTECTED] |Owner: Type: bug | Status: new Priority: normal |

Re: [GHC] #1372: Recompilation checker should consider package versions (and other factors)

2007-09-03 Thread GHC
#1372: Recompilation checker should consider package versions (and other factors) -+-- Reporter: bringert |Owner: simonmar Type: bug | Status: new Priority: normal|

Request for inline control of warning level

2007-09-03 Thread Simon.Frankau
OPTIONS_GHC pragmas allow warnings to be enabled or disabled for a particular file, but there are some limitations: * It doesn't override command-line settings (being tacked on the start, rather than the end, of the options lists, I believe) * It doesn't work on sections of the code, but rather

[GHC] #1660: Can't make DLLs anymore

2007-09-03 Thread GHC
#1660: Can't make DLLs anymore --+- Reporter: guest| Owner: Type: bug | Status: new Priority: high | Milestone: Component: Driver |Version:

[GHC] #1661: Can't use FFI anymore.

2007-09-03 Thread GHC
#1661: Can't use FFI anymore. ---+ Reporter: guest | Owner: Type: bug | Status: new Priority: high | Milestone: Component: Build System |

Re: [GHC] #1660: Can't make DLLs anymore

2007-09-03 Thread GHC
#1660: Can't make DLLs anymore +--- Reporter: guest|Owner: Type: bug | Status: new Priority: high |Milestone: Component: Driver | Version:

Re: [GHC] #1601: ghc-6.6.1: internal error: evacuate: strange closure type 7600

2007-09-03 Thread GHC
#1601: ghc-6.6.1: internal error: evacuate: strange closure type 7600 -+-- Reporter: guest |Owner: Type: bug | Status: closed Priority: normal|Milestone: 6.8

RE: Request for inline control of warning level

2007-09-03 Thread Simon Peyton-Jones
| OPTIONS_GHC pragmas allow warnings to be enabled or disabled for a | particular file, but there are some limitations: | | * It doesn't override command-line settings (being tacked on the start, | rather than the end, of the options lists, I believe) I don't think this is right -- or if it is,

Re: [GHC] #1660: Can't make DLLs anymore

2007-09-03 Thread GHC
#1660: Can't make DLLs anymore +--- Reporter: guest|Owner: Type: bug | Status: new Priority: high |Milestone: 6.8 Component: Driver | Version:

Re: [GHC] #1660: Can't make DLLs anymore

2007-09-03 Thread GHC
#1660: Can't make DLLs anymore +--- Reporter: guest|Owner: Type: bug | Status: new Priority: high |Milestone: 6.8 Component: Driver | Version:

Re: Request for inline control of warning level

2007-09-03 Thread Simon Marlow
(I can't resist the opportunity to extend this conversation to 3 Simons :-) Simon Peyton-Jones wrote: | OPTIONS_GHC pragmas allow warnings to be enabled or disabled for a | particular file, but there are some limitations: | | * It doesn't override command-line settings (being tacked on the

Re: [GHC] #1661: Can't use FFI anymore.

2007-09-03 Thread GHC
#1661: Can't use FFI anymore. -+-- Reporter: guest |Owner: Type: bug | Status: new Priority: high |Milestone: 6.8 Component: Build System

Re: [GHC] #1658: CSE changes semantics

2007-09-03 Thread GHC
#1658: CSE changes semantics -+-- Reporter: guest |Owner: Type: bug | Status: new Priority: normal|Milestone: Component: Compiler | Version:

Re: [GHC] #1038: selector thunks not working? space leak in standard example

2007-09-03 Thread GHC
#1038: selector thunks not working? space leak in standard example ---+ Reporter: [EMAIL PROTECTED] |Owner: simonmar Type: bug | Status: new Priority: normal

Re: [GHC] #1080: Arrows desguaring does not take account of bindings in patterns

2007-09-03 Thread GHC
#1080: Arrows desguaring does not take account of bindings in patterns -+-- Reporter: simonpj |Owner: ross Type: bug | Status: closed Priority: normal|Milestone:

[GHC] #1662: mistranslation of arrow notation

2007-09-03 Thread GHC
#1662: mistranslation of arrow notation --+- Reporter: ross | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler

Re: [GHC] #1662: mistranslation of arrow notation

2007-09-03 Thread GHC
#1662: mistranslation of arrow notation -+-- Reporter: ross |Owner: Type: bug | Status: new Priority: normal|Milestone: Component:

Re: [GHC] #1333: core lint failures from arrow notation + HPC

2007-09-03 Thread GHC
#1333: core lint failures from arrow notation + HPC -+-- Reporter: igloo |Owner: Type: bug | Status: new Priority:

Re: [GHC] #1662: mistranslation of arrow notation

2007-09-03 Thread GHC
#1662: mistranslation of arrow notation +--- Reporter: ross |Owner: Type: bug | Status: new Priority: normal |

Re: [GHC] #1333: core lint failures from arrow notation + HPC

2007-09-03 Thread GHC
#1333: core lint failures from arrow notation + HPC -+-- Reporter: igloo |Owner: Type: bug | Status: new Priority:

Re: [GHC] #1333: core lint failures from arrow notation + HPC

2007-09-03 Thread GHC
#1333: core lint failures from arrow notation + HPC -+-- Reporter: igloo |Owner: Type: bug | Status: new Priority: