| #3859 |
Problems with toClockTime on NetBSD
|
new
|
|
bug
|
lowest
|
Compiler
|
| #3881 |
section parse errors, e.g. ( let x=1 in x + )
|
new
|
|
bug
|
low
|
Compiler (Parser)
|
| #3903 |
DPH bad sliceP causes RTS panic "allocGroup: requested zero blocks"
|
new
|
benl
|
bug
|
low
|
Data Parallel Haskell
|
| #3915 |
GHC panic; possibly related to mutually recursive modules
|
new
|
|
bug
|
lowest
|
Compiler
|
| #3924 |
Strictness analyser missing useful strictness
|
new
|
|
bug
|
low
|
Compiler
|
| #3937 |
Cannot killThread in listen/accept on Windows threaded runtime
|
new
|
|
bug
|
low
|
Runtime System
|
| #3960 |
ghc panic when attempting to compile DPH code
|
new
|
rl
|
bug
|
lowest
|
Data Parallel Haskell
|
| #3990 |
UNPACK doesn't unbox data families
|
new
|
|
bug
|
low
|
Compiler
|
| #3996 |
bug in GHC when compiling HOC (SVN revision 413)
|
new
|
|
bug
|
lowest
|
Compiler
|
| #4012 |
Compilation results are not deterministic
|
new
|
|
bug
|
high
|
Compiler
|
| #4017 |
Unhelpful error message in GHCi
|
new
|
|
bug
|
lowest
|
Compiler
|
| #4019 |
deriving Ord can produce incorrect and inefficient instances
|
new
|
|
bug
|
low
|
Compiler
|
| #4022 |
GHC Bindist is Broken on FreeBSD/amd64
|
new
|
pgj
|
bug
|
lowest
|
libraries (other)
|
| #4048 |
ghc-pkg should check for existence of extra-libraries
|
new
|
|
bug
|
low
|
Package system
|
| #4049 |
Support for ABI versioning of C libraries
|
new
|
|
bug
|
low
|
Build System
|
| #4081 |
Strict constructor fields inspected in loop
|
new
|
benl
|
bug
|
low
|
Compiler
|
| #4101 |
Primitive constant unfolding
|
new
|
|
bug
|
low
|
Compiler
|
| #4105 |
ffi005 fails on OS X
|
new
|
|
bug
|
low
|
Compiler
|
| #4121 |
Refactor the plumbing of CafInfo to make it more robust
|
new
|
|
bug
|
low
|
Compiler
|
| #4124 |
GHC rejects instance quotations with splices in the instance head
|
new
|
|
bug
|
low
|
Template Haskell
|
| #4135 |
Can't Quote Instance Associated Types in Template Haskell
|
new
|
|
bug
|
low
|
Template Haskell
|
| #4140 |
dynHelloWorld(dyn) fails in an unreg build
|
new
|
|
bug
|
low
|
Compiler
|
| #4150 |
CPP+QuasiQuotes confuses compilation errors' line numbers
|
new
|
|
bug
|
low
|
Compiler (Parser)
|
| #4162 |
GHC API messes up signal handlers
|
new
|
|
bug
|
low
|
GHC API
|
| #4170 |
Invalid "duplicate instance" error
|
new
|
|
bug
|
low
|
Template Haskell
|
| #4176 |
reject unary minus in infix left hand side function bindings that resolve differently as expressions
|
new
|
|
bug
|
low
|
Compiler
|
| #4185 |
Deriving higher-arity instances for newtype family instances fails
|
new
|
simonpj
|
bug
|
low
|
Compiler
|
| #4215 |
canonicalizePath behaves strangely with paths that do not exist
|
new
|
|
bug
|
low
|
libraries/directory
|
| #4218 |
System.Random is way too lazy
|
new
|
rrnewton
|
bug
|
low
|
Compiler
|
| #4245 |
ghci panic: thread blocked indefinitely in an MVar operation
|
new
|
tibbe
|
bug
|
high
|
GHCi
|
| #4267 |
Strictness analyser is to conservative about passing a boxed parameter
|
new
|
|
bug
|
low
|
Compiler
|
| #4268 |
Annotation extension needs a flag
|
new
|
|
bug
|
normal
|
Compiler
|
| #4288 |
Poor -fspec-constr-count=n warning messages
|
new
|
|
bug
|
low
|
Compiler
|
| #4295 |
Review higher-rank and impredicative types
|
new
|
simonpj
|
bug
|
normal
|
Compiler
|
| #4296 |
The dreaded SkolemOccurs problem
|
new
|
simonpj
|
bug
|
low
|
Compiler
|
| #4301 |
Optimisations give bad core for foldl' (flip seq) ()
|
new
|
|
bug
|
low
|
Compiler
|
| #4308 |
LLVM compiles Updates.cmm badly
|
new
|
|
bug
|
low
|
Compiler (LLVM)
|
| #4347 |
Bug in unification of polymorphic and not-yet-polymorphic type
|
new
|
|
bug
|
normal
|
Compiler (Type checker)
|
| #4366 |
in-tree GMP build problem with shared libraries
|
new
|
|
bug
|
low
|
Build System
|
| #4372 |
Extending quasiquotation support
|
new
|
|
bug
|
normal
|
Template Haskell
|
| #4413 |
(^^) is not correct for Double and Float
|
new
|
tcsavage
|
bug
|
low
|
libraries/base
|
| #4428 |
Local functions lose their unfoldings
|
new
|
|
bug
|
low
|
Compiler
|
| #4440 |
time004 fails depending on the date
|
new
|
|
bug
|
low
|
Test Suite
|
| #4451 |
Re-linking avoidance is too aggressive
|
new
|
simonmar
|
bug
|
normal
|
Compiler
|
| #4471 |
Incorrect Unicode output on Windows Console
|
new
|
|
bug
|
low
|
Compiler
|
| #4505 |
Segmentation fault on long input (list of pairs)
|
new
|
|
bug
|
low
|
Compiler
|
| #4800 |
Memory Leak when Compiling qtHaskell
|
new
|
|
bug
|
low
|
Compiler
|
| #4824 |
Windows: Dynamic linking doesn't work out-of-the-box
|
new
|
|
bug
|
low
|
Runtime System
|
| #4831 |
Too many specialisations in SpecConstr
|
new
|
rl
|
bug
|
low
|
Data Parallel Haskell
|
| #4833 |
Finding the right loop breaker
|
new
|
|
bug
|
low
|
Compiler
|
| #4836 |
literate markdown not handled correctly by unlit
|
new
|
|
bug
|
low
|
Compiler
|
| #4837 |
Template Haskell does not work in a profiled compiler.
|
new
|
|
bug
|
low
|
Profiling
|
| #4846 |
Newtype derving used wrongly
|
new
|
|
bug
|
low
|
Compiler
|
| #4861 |
Documentation for base does not include special items
|
new
|
|
bug
|
low
|
libraries/base
|
| #4896 |
Deriving Data does not work for attached code
|
new
|
|
bug
|
low
|
Compiler
|
| #4899 |
Non-standard compile plus Template Haskell produces spurious "unknown symbol" linker error
|
new
|
simonmar
|
bug
|
low
|
Compiler
|
| #4931 |
hsc2hs emits invalid OPTIONS_GHC pragmas
|
new
|
|
bug
|
low
|
hsc2hs
|
| #4938 |
Core2 CPU not detected correctly
|
new
|
|
bug
|
low
|
Compiler
|
| #4942 |
GHC.ConsoleHandler does not call back application when Close button is pressed
|
new
|
|
bug
|
low
|
GHC API
|
| #4955 |
increase error message detail for module lookups failure due to hi references
|
new
|
|
bug
|
low
|
Compiler
|
| #4960 |
Better inlining test in CoreUnfold
|
new
|
|
bug
|
low
|
Compiler
|
| #4985 |
Improve locations in ghci errors
|
new
|
|
bug
|
low
|
Compiler
|
| #5013 |
sporadic failures during compilation under solaris
|
new
|
|
bug
|
low
|
Compiler
|
| #5014 |
canonicalizePath throws exception on paths that do not exist
|
new
|
|
bug
|
low
|
libraries/directory
|
| #5062 |
Patch: Debug output for OS X linker and coding standard upgrades
|
new
|
|
bug
|
low
|
Runtime System
|
| #5063 |
unix package has untracked dependency on libbsd
|
new
|
|
bug
|
low
|
libraries/unix
|
| #5073 |
Add blockST for nested ST scopes
|
new
|
|
bug
|
low
|
Compiler
|
| #5142 |
stub header files don't work with the MS C compiler
|
new
|
simonmar
|
bug
|
low
|
Compiler
|
| #5188 |
Runtime error when allocating lots of memory
|
new
|
|
bug
|
low
|
GHCi
|
| #5190 |
TinyCoreLinux extension
|
new
|
|
bug
|
low
|
Build System
|
| #5202 |
Docs on strictness info out of date
|
new
|
|
bug
|
low
|
Documentation
|
| #5209 |
^C doesn't correctly reset the prompt from within multiline commands in ghci
|
new
|
|
bug
|
low
|
GHCi
|
| #5224 |
Improve consistency checking for family instances
|
new
|
simonpj
|
bug
|
low
|
Compiler
|
| #5251 |
copyFile does not copy metadata
|
new
|
|
bug
|
low
|
libraries/directory
|
| #5262 |
Compiling with -O makes some expressions too lazy and causes space leaks
|
new
|
|
bug
|
low
|
Compiler
|
| #5267 |
Missing type checks for arrow command combinators
|
new
|
ross
|
bug
|
low
|
Compiler (Type checker)
|
| #5289 |
Can't use ghci with a library linked against libstdc++
|
new
|
|
bug
|
normal
|
GHCi
|
| #5291 |
GhcDynamic build fails on Windows: can't find DLLs
|
new
|
|
bug
|
low
|
Build System
|
| #5292 |
libHSghc exports more symbols than Windows can handle
|
new
|
|
bug
|
low
|
Compiler
|
| #5298 |
Inlined functions aren't fully specialised
|
new
|
|
bug
|
low
|
Compiler
|
| #5302 |
Unused arguments in join points
|
new
|
simonpj
|
bug
|
low
|
Compiler
|
| #5305 |
crash after writing around 40 gigabytes to stdout
|
new
|
|
bug
|
low
|
Compiler
|
| #5320 |
check_overlap panic (7.1 regression)
|
new
|
simonpj
|
bug
|
normal
|
Compiler
|
| #5326 |
Polymorphic instances aren't automatically specialised
|
new
|
simonpj
|
bug
|
low
|
Compiler
|
| #5333 |
Arrow command combinators and infixr cause the desugarer to fail
|
new
|
ross
|
bug
|
low
|
Compiler (Parser)
|
| #5355 |
Link plugins against existing libHSghc
|
new
|
|
bug
|
normal
|
Compiler
|
| #5369 |
Reinstate VECTORISE pragmas with expressions as right-hand sides
|
new
|
chak
|
bug
|
normal
|
Data Parallel Haskell
|
| #5376 |
Quotation in System.Process.system for Windows
|
new
|
|
bug
|
low
|
libraries/process
|
| #5378 |
unreg compiler: warning: conflicting types for built-in function ‘memcpy’
|
new
|
|
bug
|
low
|
Compiler
|
| #5387 |
ffi/should_run fptr02 fails on OS X amd64
|
new
|
|
bug
|
low
|
Compiler
|
| #5388 |
ghcilink003 and ghcilink006 fail on OSX
|
new
|
|
bug
|
low
|
Compiler
|
| #5401 |
LANGUAGE pragma parser nit
|
new
|
igloo
|
bug
|
normal
|
Compiler (Parser)
|
| #5412 |
dataTypeConstrs gives unhelpful error message
|
new
|
|
bug
|
normal
|
libraries/base
|
| #5443 |
Errors when shutting down the event manager loop
|
new
|
tibbe
|
bug
|
normal
|
Compiler
|
| #5444 |
Slow 64-bit primops on 32 bit system
|
new
|
|
bug
|
normal
|
Compiler
|
| #5463 |
SPECIALISE pragmas generated from Template Haskell are ignored
|
new
|
|
bug
|
normal
|
Template Haskell
|
| #5470 |
The DPH library needs to support PData and PRepr instances for more than 15-tuples
|
new
|
chak
|
bug
|
normal
|
Data Parallel Haskell
|
| #5495 |
simple program fails with -shared on mac
|
new
|
|
bug
|
low
|
Compiler
|
| #5498 |
Generalized newtype deriving allows creating of instances I can't create by hand
|
new
|
|
bug
|
normal
|
Compiler
|
| #5522 |
mc03 -O -fliberate-case -fspec-constr runs out of memory
|
new
|
simonpj
|
bug
|
normal
|
Compiler
|
|
(more results for this group on next page)
|