| #2684 |
Stack overflow in stream-fusion library with GHC 6.10 RC
|
dons
|
task
|
high
|
Compiler
|
6.9
|
| #2715 |
Equality constraint in superclass not supported
|
chak
|
task
|
low
|
Compiler (Type checker)
|
6.10.1
|
| #3480 |
Easily make Typeable keys pure, so that Typeable can be handled efficiently across communications
|
|
task
|
normal
|
libraries/base
|
|
| #3608 |
Build the ghc-bin package in the standard way
|
|
task
|
normal
|
Build System
|
6.10.4
|
| #3843 |
Merge plugins into HEAD
|
|
task
|
high
|
Compiler
|
6.13
|
| #4194 |
add no spaces allowed in new qualified operators to user guide
|
|
task
|
normal
|
Documentation
|
6.12.3
|
| #5104 |
Improve the API for TChan, TMVar, and TVar
|
simonmar
|
task
|
normal
|
libraries (other)
|
7.0.3
|
| #5151 |
Switch to upstream binary repo
|
igloo
|
task
|
highest
|
libraries (other)
|
7.0.3
|
| #5249 |
Non-understandable comment in compiler/main/GHC.hs
|
simonmar
|
task
|
highest
|
Compiler
|
7.1
|
| #3304 |
define gcd 0 0 = 0
|
|
proposal
|
normal
|
libraries/base
|
7.1
|
| #1070 |
Add hPutNonBlocking to Data.ByteString
|
duncan
|
feature request
|
high
|
libraries (other)
|
6.6
|
| #3252 |
having to call hs_add_root(__stginit_Foo) is a bit of a pain
|
simonmar
|
feature request
|
high
|
Compiler (FFI)
|
6.10.2
|
| #3268 |
implement the Cabal ${pkgroot} spec extension
|
|
feature request
|
normal
|
Package system
|
6.10.2
|
| #3993 |
allow implicit parameter bindings in patterns
|
|
feature request
|
normal
|
Compiler
|
6.12.1
|
| #3994 |
Add support for creating and interrupting process groups
|
simonmar
|
feature request
|
high
|
libraries/process
|
6.12.1
|
| #4521 |
Passing --hoogle to haddock when building base
|
|
feature request
|
normal
|
Build System
|
7.0.1
|
| #4848 |
[PATCH] Support for shared libraries on Solaris2/i386 platform.
|
igloo
|
feature request
|
normal
|
Compiler
|
7.0.1
|
| #4904 |
Documentation for mkWeakIORef is misleading
|
simonmar
|
feature request
|
normal
|
libraries/base
|
7.0.2
|
| #4928 |
Add primops for copying/cloning an array in the new codegen
|
ezyang
|
feature request
|
normal
|
Runtime System
|
7.0.2
|
| #4940 |
Bad error message using poly pat bind with MonoPatBinds
|
|
feature request
|
normal
|
Compiler (Type checker)
|
7.0.1
|
| #4977 |
Warning about unqualified implicit imports
|
igloo
|
feature request
|
highest
|
Compiler
|
7.0.1
|
| #5025 |
GHC should support -x objective-c
|
|
feature request
|
high
|
Compiler
|
7.0.2
|
| #5101 |
GHC and GHCi use different syntax for dynamic libraries
|
|
feature request
|
normal
|
Compiler
|
7.0.2
|
| #5139 |
Output ELF .size directives
|
tibbe
|
feature request
|
normal
|
Compiler
|
7.0.3
|
| #5150 |
GHC should support -x objective-cpp, as well
|
|
feature request
|
normal
|
Driver
|
7.0.3
|
| #5167 |
New POSIX process group API
|
simonmar
|
feature request
|
high
|
libraries/unix
|
7.0.3
|
| #5173 |
Implement forward substitution of constants in the Cmm mini-inliner
|
simonmar
|
feature request
|
high
|
Compiler
|
7.0.3
|
| #5210 |
Add primops for copying/cloning byte arrays
|
dterei
|
feature request
|
high
|
Compiler
|
7.0.3
|
| #5746 |
-Werror should wait until type-checking is done
|
|
feature request
|
normal
|
Compiler
|
7.2.1
|
| #481 |
Recompilation check fails for TH
|
simonmar
|
bug
|
normal
|
Template Haskell
|
6.4.1
|
| #1414 |
CString marshalling functions do not perform the specified conversion
|
|
bug
|
low
|
libraries/base
|
6.6.1
|
| #1595 |
duplicate "not in scope" error when giving multiple vars type-signatures at once
|
michalt
|
bug
|
normal
|
Compiler
|
6.6.1
|
| #1607 |
seq can make code slower
|
igloo
|
bug
|
low
|
Compiler
|
6.6.1
|
| #1799 |
Retain export-list order in ModIface, use it in :browse
|
|
bug
|
normal
|
GHCi
|
6.6.1
|
| #1897 |
Ambiguous types and rejected type signatures
|
chak
|
bug
|
low
|
Compiler (Type checker)
|
6.9
|
| #2102 |
Typeclass membership doesn't bring coercion superclass requirements into scope
|
chak
|
bug
|
low
|
Compiler (Type checker)
|
7.1
|
| #2236 |
Deep stacks make execution time go through the roof
|
--
|
bug
|
low
|
Runtime System
|
6.8.2
|
| #2245 |
Numeric literal printed wrong in error message
|
|
bug
|
normal
|
Compiler
|
6.9
|
| #2271 |
floor, ceiling, round :: Double -> Int are awesomely slow
|
daniel.is.fischer
|
bug
|
low
|
libraries/base
|
7.1
|
| #2281 |
properFraction implemented with modf primitive?
|
|
bug
|
normal
|
libraries/base
|
6.8.2
|
| #2436 |
Bad warning when exporting data families
|
chak
|
bug
|
low
|
Compiler
|
6.9
|
| #2458 |
Unknown symbol `_environ' on MacOS X
|
|
bug
|
high
|
libraries/base
|
6.10.1
|
| #2671 |
Data.Time.Clock parseTime's %y parses "08" as 1908
|
ashley@…
|
bug
|
normal
|
libraries (other)
|
6.8.2
|
| #2722 |
<<loop> when compiling with -O option with ghc-6.10.0.20081019
|
|
bug
|
normal
|
libraries (other)
|
7.0.1
|
| #2762 |
Excessive heap usage
|
igloo
|
bug
|
low
|
Compiler
|
6.11
|
| #2902 |
Example where ghc 6.10.1 fails to optimize recursive instance function calls
|
igloo
|
bug
|
low
|
Compiler
|
6.10.1
|
| #2911 |
Error messages have the wrong qualified names
|
|
bug
|
normal
|
Compiler
|
6.11
|
| #3011 |
ASSERT failed: file typecheck/TcMType.lhs line 526 t_a32G{tv}
|
|
bug
|
low
|
Compiler (Type checker)
|
6.11
|
| #3297 |
Compiler panic on incorrect code (TcTyFuns.flattenType: synonym family in a rank-n type)
|
chak
|
bug
|
low
|
Compiler (Type checker)
|
6.11
|
| #3307 |
System.IO and System.Directory functions not Unicode-aware under Unix
|
|
bug
|
normal
|
libraries/base
|
6.11
|
| #3308 |
getArgs should return Unicode on Windows
|
|
bug
|
normal
|
libraries/base
|
6.11
|
| #3309 |
getArgs should return Unicode on Unix
|
batterseapower
|
bug
|
high
|
libraries/base
|
6.11
|
| #3326 |
the recompilation checker should take CPP flags into account
|
|
bug
|
normal
|
Compiler
|
6.10.1
|
| #3397 |
:step hangs when -fbreak-on-exception is set
|
|
bug
|
normal
|
GHCi
|
6.10.3
|
| #3499 |
darcs-all cannot use SSH repos with MSYS
|
simonmar
|
bug
|
low
|
Build System
|
6.11
|
| #3526 |
Inliner behaviour with instances is confusing
|
simonpj
|
bug
|
low
|
Compiler
|
6.10.4
|
| #3552 |
Unreachable code in optimised CMM code
|
|
bug
|
normal
|
Compiler
|
6.10.4
|
| #3629 |
Code compiled WITHOUT profiling many times slower than compiled WITH profiling on
|
|
bug
|
low
|
Compiler
|
6.13
|
| #3715 |
GHC API no longer exports location information for error/warning messages
|
|
bug
|
normal
|
GHC API
|
6.12.1 RC1
|
| #3737 |
inlining happens on foldl1 and does not happen on direct application of combinator
|
|
bug
|
normal
|
Compiler
|
6.10.4
|
| #3743 |
type checker fails to infer an implicit parameter constraint in the presence of existential types.
|
|
bug
|
normal
|
Compiler
|
6.13
|
| #3756 |
Missing -lz option in testsuite
|
simonmar
|
bug
|
high
|
Build System
|
6.12.1
|
| #3791 |
SplitObjs fails on sparc with GNU ld
|
|
bug
|
low
|
Driver
|
6.12.1
|
| #3798 |
Problem with wxHaskell
|
|
bug
|
low
|
GHCi
|
7.0.3
|
| #3829 |
GHC leaks memory when compiling many files
|
|
bug
|
normal
|
Compiler
|
6.12.1
|
| #3976 |
'+RTS -S' reports negative allocation.
|
|
bug
|
low
|
Runtime System
|
6.12.1
|
| #4006 |
System.Process doesn't encode its arguments.
|
|
bug
|
normal
|
libraries/process
|
6.12.1
|
| #4013 |
build fails on OS X: Invalid Mach-O file:Address out of bounds while relocating object file
|
|
bug
|
high
|
Compiler
|
6.13
|
| #4062 |
Bad choice of loop breaker?
|
rl
|
bug
|
normal
|
Compiler
|
6.13
|
| #4117 |
GHC does not accept --srcdir
|
|
bug
|
normal
|
Build System
|
6.12.1
|
| #4165 |
broken links in Cabal docs
|
|
bug
|
normal
|
Documentation
|
6.12.3
|
| #4186 |
-dcore-lint and -fstrict-dicts break anything that uses a type class
|
simonpj
|
bug
|
normal
|
Compiler
|
6.12.3
|
| #4212 |
LLVM: space_leak_001 fails when GHC built with LLVM backend
|
dterei
|
bug
|
normal
|
Compiler (LLVM)
|
6.13
|
| #4219 |
sequence is not tail recursive, doesn't work with large inputs in strict monads
|
|
bug
|
normal
|
Compiler
|
6.12.3
|
| #4247 |
getCPUTime on x86_64 Mac OS X 10.6
|
igloo
|
bug
|
high
|
libraries/base
|
6.10.4
|
| #4248 |
Poor error message when openFile fails to open named pipe
|
|
bug
|
normal
|
libraries/base
|
6.12.3
|
| #4270 |
Out of memory when compiling Statistics.Quantile
|
igloo
|
bug
|
high
|
Compiler
|
6.13
|
| #4303 |
Segfault in RTS (apparently only MacOS) FFI related?
|
igloo
|
bug
|
highest
|
Runtime System
|
6.12.3
|
| #4318 |
Crash while building HEAD on OS X
|
|
bug
|
normal
|
Compiler
|
6.13
|
| #4393 |
GHCi says: ghc: internal error: evacuate: strange closure type 63587
|
|
bug
|
normal
|
GHCi
|
6.12.3
|
| #4434 |
barton-mangler-bug failed with timeout (multiple ways)
|
|
bug
|
normal
|
Compiler
|
7.1
|
| #4435 |
T3016 failed with timeout (hpc and optasm)
|
|
bug
|
normal
|
Compiler
|
7.1
|
| #4441 |
NCG miscompiles Double -> Float -> Double
|
simonmar
|
bug
|
normal
|
Compiler (NCG)
|
7.1
|
| #4456 |
Missing atexit symbol
|
|
bug
|
normal
|
GHCi
|
6.13
|
| #4464 |
RTS options broken for dynamic libraries
|
|
bug
|
normal
|
Runtime System
|
7.1
|
| #4473 |
GHC --make switch does not set file timestamp correctly
|
|
bug
|
normal
|
Compiler
|
6.12.3
|
| #4475 |
unreliable ghc on sparc
|
|
bug
|
normal
|
Compiler
|
7.1
|
| #4510 |
No links will be generated to these packages: base-4.3.0.0
|
igloo
|
bug
|
high
|
Compiler
|
7.0.1
|
| #4522 |
.ghc folder not created by default
|
igloo
|
bug
|
normal
|
GHCi
|
6.12.3
|
| #4528 |
stand-alone deriving sometimes fails for GADTs
|
|
bug
|
normal
|
Compiler (Type checker)
|
7.0.1
|
| #4802 |
'current directory' is not thread local
|
simonmar
|
bug
|
normal
|
libraries/directory
|
7.0.1
|
| #4805 |
segfault in Data.HashTable, triggered by long Agda runs
|
|
bug
|
normal
|
libraries/base
|
7.0.1
|
| #4816 |
DeriveFunctor should not require a functor instance for functorial data types used invariantly
|
|
bug
|
normal
|
Compiler
|
6.12.3
|
| #4819 |
[PATCH] undefined symbols; mixed architecture build
|
simonmar
|
bug
|
normal
|
Build System
|
7.1
|
| #4825 |
DLLs not documented consistently
|
igloo
|
bug
|
high
|
Documentation
|
7.0.1
|
| #4827 |
Data.Array.IO.hPutArray/hGetArray ignore count argument
|
batterseapower
|
bug
|
high
|
libraries (other)
|
6.12.3
|
| #4829 |
build does not respect --with-gcc option
|
gwright
|
bug
|
high
|
Build System
|
7.0.1
|
| #4839 |
RTS assertion failure when heap profiling threaded programs.
|
|
bug
|
high
|
Runtime System
|
7.0.2
|
| #4853 |
Invalid links on web page
|
igloo
|
bug
|
normal
|
Documentation
|
7.0.1
|
| #4854 |
Validating on a PPC Mac OS X: Fix miscellaneous errors and warnings
|
igloo
|
bug
|
normal
|
Compiler
|
7.1
|
|
(more results for this group on next page)
|