| #2465 |
View + Pattern Match not fused sufficiently
|
|
bug
|
low
|
Compiler
|
6.8.2
|
| #1307 |
Warning refers to code not in the source
|
|
bug
|
lowest
|
Compiler
|
6.7
|
| #2896 |
Warning suggestion: argument not necessarily a binary operator
|
|
feature request
|
low
|
Compiler
|
6.10.1
|
| #5728 |
Warnings from -fwarn-incomplete-record-updates even with all constructors matched
|
|
bug
|
normal
|
Compiler
|
7.4.1
|
| #816 |
Weird fundep behavior (with -fallow-undecidable-instances)
|
|
bug
|
normal
|
Compiler (Type checker)
|
6.4.2
|
| #3601 |
When running two or more instances of GHCi, persistent history is only kept for the first one
|
|
feature request
|
normal
|
GHCi
|
6.10.4
|
| #989 |
Windows "native" port
|
|
task
|
normal
|
Compiler
|
|
| #1316 |
add warning for local type signatures that use the same type variable names as outer type signatures
|
simonpj
|
feature request
|
normal
|
Compiler
|
6.6.1
|
| #1318 |
add warning for prefix negate operator and flag to replace it with negative numeric literals
|
|
feature request
|
normal
|
Compiler (Parser)
|
6.6.1
|
| #2917 |
alloca and allocaArray do not respect alignment
|
|
bug
|
normal
|
Compiler (FFI)
|
6.12.3
|
| #1404 |
allow more type signatures
|
|
feature request
|
normal
|
Compiler (Type checker)
|
6.6.1
|
| #2697 |
bad testsuite results with ghc-6.10.0.20081007
|
|
bug
|
normal
|
Compiler
|
6.9
|
| #1087 |
bang patterns with infix ops
|
|
bug
|
normal
|
Compiler (Parser)
|
6.6
|
| #1399 |
better support for developing threaded applications in ghci
|
|
feature request
|
normal
|
GHCi
|
6.6.1
|
| #2200 |
big static random access arrays
|
|
feature request
|
normal
|
Compiler
|
6.8.2
|
| #3354 |
binaries built with GHC on Mac OS X 10.5 (Leopard) do not work on 10.4 (Tiger)
|
|
bug
|
normal
|
Build System
|
6.10.1
|
| #2403 |
caching for runghc (runhaskell)
|
jsnx
|
feature request
|
normal
|
Compiler
|
|
| #1921 |
change default to support extensions that involve a change of syntax
|
|
feature request
|
normal
|
Compiler
|
6.8.1
|
| #1530 |
debugging :steps inside TH spliced code need to be bypassed
|
|
bug
|
normal
|
GHCi
|
6.7
|
| #1231 |
deprecation warnings are reported too often
|
simonpj
|
feature request
|
low
|
Compiler
|
6.6
|
| #3134 |
encodeFloat . decodeFloat
|
|
bug
|
normal
|
Prelude
|
6.10.1
|
| #3628 |
exceptions reported to stderr when they propagate past forkIO
|
--
|
bug
|
normal
|
libraries/base
|
6.10.4
|
| #322 |
fromInteger-related pattern match overlap warnings
|
simonpj
|
bug
|
normal
|
Compiler
|
6.4
|
| #393 |
functions without implementations
|
simonpj
|
feature request
|
normal
|
Compiler (Type checker)
|
None
|
| #947 |
ghc -O space leak: CSE between different CAFs
|
|
bug
|
normal
|
Compiler
|
6.5
|
| #1290 |
ghc runs preprocessor too much
|
|
bug
|
normal
|
Driver
|
6.7
|
| #2182 |
ghc sessions (--make, --interactive, ghc api) erroneously retain instances
|
|
bug
|
low
|
GHCi
|
6.9
|
| #3569 |
ghci can't handle utf-8 chinese char correctly when modify.
|
judah
|
bug
|
normal
|
GHCi
|
6.10.4
|
| #4029 |
ghci leaks memory when loading a file
|
|
bug
|
normal
|
GHCi
|
|
| #1201 |
ghci runs Template Haskell splices 4 times
|
simonpj
|
bug
|
low
|
Template Haskell
|
6.6
|
| #1477 |
ghci shouldn't link entire package
|
|
feature request
|
normal
|
GHCi
|
6.6.1
|
| #7261 |
ghci's :info and :browse break encapsulation
|
|
feature request
|
normal
|
GHCi
|
7.6.1
|
| #806 |
hGetBufNonBlocking doesn't work on Windows
|
|
bug
|
normal
|
libraries/base
|
6.4.2
|
| #2628 |
hIsTerminalDevice returns True for /dev/null (aka NUL) on Windows
|
|
bug
|
normal
|
libraries/base
|
6.8.3
|
| #1791 |
heap overflow should generate an exception
|
|
feature request
|
normal
|
Runtime System
|
6.8
|
| #285 |
hp-ux 11.11 binaries
|
|
feature request
|
normal
|
None
|
None
|
| #7291 |
hp2ps should cope with incomplete data
|
|
feature request
|
normal
|
Profiling
|
7.6.1
|
| #2057 |
inconsistent .hi file error gets ignored
|
|
bug
|
normal
|
Compiler
|
6.8.2
|
| #926 |
infinite loop in ShutdownIOManager()
|
|
bug
|
lowest
|
Runtime System
|
6.5
|
| #2630 |
installed packages should have a src-dirs field, for access to optionally installed sources
|
--
|
feature request
|
normal
|
Package system
|
6.9
|
| #1473 |
isSpace is too slow
|
|
bug
|
normal
|
libraries/base
|
6.6.1
|
| #1974 |
length "foo" doesn't work with -XOverloadedStrings
|
|
feature request
|
normal
|
Compiler
|
6.8.1
|
| #5793 |
make nofib awesome
|
dterei
|
task
|
normal
|
NoFib benchmark suite
|
|
| #149 |
missed CSE opportunity
|
|
bug
|
normal
|
Compiler
|
5.04.2
|
| #3575 |
mkStdGen and split conspire to make some programs predictable
|
rrnewton
|
bug
|
normal
|
libraries/random
|
6.10.1
|
| #1311 |
newtypes of unboxed types disallowed - documentation bug and/or feature request
|
|
feature request
|
low
|
Compiler
|
6.6.1
|
| #2344 |
oddity with package prefixes for data constructors
|
|
feature request
|
normal
|
GHCi
|
6.9
|
| #3511 |
port GHC to OpenBSD/sparc64 (unregisterised is fine)
|
|
task
|
normal
|
Compiler
|
6.11
|
| #487 |
powerpc/linux segfaulting binaries
|
|
bug
|
normal
|
Compiler
|
6.4.1
|
| #2280 |
randomR too slow
|
rrnewton
|
bug
|
normal
|
libraries/random
|
6.8.2
|
| #5797 |
readRawBufferPtr cannot be interrupted by exception on Windows with -threaded
|
|
bug
|
normal
|
libraries/base
|
7.2.2
|
| #3676 |
realToFrac doesn't sanely convert between floating types
|
|
bug
|
normal
|
libraries (other)
|
6.12.1
|
| #1831 |
reify never provides the declaration of variables
|
|
bug
|
normal
|
Template Haskell
|
6.8.1
|
| #2031 |
relocation overflow
|
|
bug
|
normal
|
Compiler
|
6.8.2
|
| #3195 |
runghc failing sometimes
|
--
|
bug
|
normal
|
None
|
6.10.2
|
| #5957 |
signatures are too permissive
|
|
bug
|
low
|
Compiler (Type checker)
|
7.4.1
|
| #3998 |
strace breaks System.Process(?)
|
|
bug
|
normal
|
libraries/process
|
6.12.1
|
| #728 |
switch to compacting collection when swapping occurs
|
|
feature request
|
normal
|
Runtime System
|
6.4.1
|
| #4934 |
threadWaitRead works incorrectly on nonthreaded RTS
|
|
bug
|
normal
|
Runtime System
|
7.0.1
|
| #418 |
throwTo to a thread inside 'block'
|
|
bug
|
lowest
|
Runtime System
|
6.4.1
|
| #1826 |
unable to list source for <exception thrown> should never occur
|
--
|
feature request
|
normal
|
GHCi
|
6.8.1
|
| #3549 |
unlit does not follow H98 spec
|
|
bug
|
normal
|
Compiler
|
6.10.4
|
| #1628 |
warning(s) for using stolen syntax that's not currently enabled
|
|
feature request
|
low
|
Compiler
|
6.6.1
|
| #1273 |
would like to print partial application values when at a breakpoint
|
|
feature request
|
normal
|
GHCi
|
6.7
|
| #5340 |
wrong warning on incomplete case analysis in conjunction with empty data declarations
|
|
bug
|
lowest
|
Compiler
|
6.12.3
|