Custom Query

Filters
 
Columns

Show under each result:


Results (1 - 100 of 519)

1 2 3 4 5 6

Status: closed (83 matches)

Ticket Summary Owner Type Priority Component Version
#876 Length is not a good consumer bug lowest libraries/base 6.5
#1605 hppa port -- gmp handed misaligned memory bug lowest Runtime System 6.6.1
#1702 type operator precedences don't work in contexts bug lowest Compiler 6.8
#1747 debugger: :trace is wasting time bug lowest GHCi 6.6.1
#2244 load in GHCi doesn't work with UTF-8 filenames bug lowest GHCi 6.8.2
#2354 NOINLINE pragma ignored bug lowest Compiler 6.9
#2435 Qualified name required when defining type family instance in instance declaration chak bug lowest Compiler 6.9
#2440 Bad code with type families bug lowest Compiler 6.9
#2555 Template Haskell does not respect -package and -hide constraints -- bug lowest Template Haskell 6.8.2
#2588 Missed suggestion with context on foralls bug lowest Compiler 6.9
#3746 Poor parse error bug low Compiler 6.10.4
#4175 GHCi support for type/data families should match that of related features bug low GHCi 6.12.3
#4321 Unexpected stack overflow prevented by superfluous type annotation simonpj bug high Compiler 7.5
#4415 ghci crash on Windows 7 64bits when press Ctrl-L igloo bug highest GHCi 6.12.3
#5252 UNPACK without optimisation leads to panic bug normal Compiler 7.6.1
#5366 UNPACK is paranoid about a phantom type argument bug normal Compiler 7.0.3
#5407 ghc-7.2.1 build failed on sparc solaris with non-GNU linker igloo bug high Compiler 7.6.1
#5489 Win7: Bootstrapping 7.3 from 7.2.1 using msys git 1.7.6 causes integer-gmp ./configure to fail igloo bug normal Documentation 7.3
#5591 Type constructor variables not injective simonpj bug normal Compiler (Type checker) 7.2.1
#5609 Type checking arrow notation in the presence of deferred constraints ross bug low Compiler (Type checker) 7.3
#5680 Main thread does not respect stack size RTS options bug normal Runtime System 7.2.1
#5751 code works in 7.0 but hangs in 7.2/7.4 due to changes in type checker (most likely) simonpj bug normal Compiler 7.2.1
#5765 ghc-cabal build failure with nonsense error message igloo bug low Compiler 7.2.2
#5831 space_leak_001(ghci) segfaults on OS X x86_64 bug high Compiler 7.5
#5863 Deriving Typeable for data families dreixel bug normal Compiler 7.4.1
#5913 Type class dictionary call loops at runtime bug normal Compiler 7.4.1
#5991 regression: huge number of wakeups in xmonad bug high Runtime System 7.6.1
#6010 GHC.Conc.labelThread function can't use Unicode character for thread label. igloo bug normal libraries/base 7.4.1
#6019 'threadDelay maxBound' results in 'internal error: select failed' simonmar bug normal Runtime System 7.4.1
#6108 Haddock's prune option is not regarded for DEPRECATED things waern bug highest Documentation 7.4.2-rc1
#7062 Spurious undefined reference to `openpty' bug high Compiler 7.4.2
#7108 Link to haskell report in prelude igloo bug high libraries/base 7.4.2
#7191 hsc2hs can't treat absolute path correctly on Windows. igloo bug normal hsc2hs 7.4.1
#7215 miscompilation due to broken interface hash simonmar bug highest Compiler 7.4.2
#7226 bytestring changes in 7.6 branch igloo bug highest libraries (other) 7.6.1
#7227 cannot build ghc-7.6.1 because haddock seg-faults simonmar bug highest Runtime System 7.6.1
#7231 GHCi erroneously unloads modules after a failed :reload simonmar bug high GHCi 7.6.1
#7233 Int64 division buggy on a 32-bit installation bug highest libraries/base 7.6.1
#7250 Documentation of System.Mem.Weak should emphasize finalizers may be run earlier than expected simonmar bug high Documentation 7.6.1
#7257 Regression: pinned memory fragmentation simonmar bug highest Compiler 7.6.1
#7262 directory 1.2 fails to build with base < 4.6 igloo bug high libraries/directory 7.4.2
#7270 Incorrect optimization with Data.ByteString.append duncan bug highest libraries (other) 7.6.1
#7272 PolyKinds and mutually recursive modules dreixel bug normal Compiler 7.6.1
#7276 -fdefer-type-errors allows the types of quotations to be coerced, causing segmentation fault bug normal Compiler 7.6.1
#7287 Primops in RULES generate warnings simonpj bug normal Compiler 7.7
#7294 -fdefer-type-errors doesn't produce a warning bug normal Compiler (Type checker) 7.6.1
#7299 threadDelay broken in ghci, Mac OS X igloo bug highest GHCi 7.6.1
#7303 RTS : Race condition with usage of timer_delete bug normal Compiler 7.7
#7312 panic! applytTypeToArgs with non-infix function type constructor simonpj bug normal Compiler (Type checker) 7.6.1
#7318 CONLIKE pragma documentation bug igloo bug normal Documentation 7.6.1
#7319 +RTS -xc sometimes results in segfault bug high Runtime System 7.6.1
#7321 Compiler hangs when reading interface file bug normal Compiler 7.6.1
#7332 Kind-defaulting omitted leads to deeply obscure type error simonpj bug high Compiler 7.6.1
#7348 base-4.6 does not export `catch` from Prelude while Control.Exception documentation still claims so bug normal Documentation 7.6.1
#7351 showRichTokenStream has an off-by one error on starting col simonmar bug normal GHC API 7.6.1
#7383 implement proper type promotion in compilation of C calls bug high Compiler 7.6.1
#7400 Strange closure type 17 internal error simonmar bug highest Runtime System 7.4.2
#7409 Document special "this" module name for PackageImports extension simonmar bug normal Compiler 7.6.1
#7421 Data.List.insert / insertBy do not match the documentation bug normal libraries/base 7.6.1
#7439 Include dynamic-by-default support in Cabal with GHC 7.6.2 igloo bug highest Compiler 7.6.1
#7447 Stale .hi files affect compilation. bug high Compiler 7.6.1
#7471 Documentation bug: hs_init is incorrectly called in the example simonmar bug normal Documentation
#7478 setSessionDynFlags does not always work simonmar bug normal Compiler 7.6.1
#7493 STM and TVar report incorrect results bug highest Runtime System 7.6.1
#7522 segfault when ignoring invalid byte sequence when decoding UTF8//IGNORE batterseapower bug high Compiler 7.6.1
#7629 segmentation fault in compiled program, involves gtk, selinux simonmar bug high Runtime System 7.4.2
#1522 Make [n..] etc syntax rebindable simonpj feature request lowest Compiler 6.6.1
#1896 Keep old bindings until :load succeeds feature request low GHCi 6.8.1
#2507 quotation characters in error messages feature request lowest Compiler 6.8.3
#2548 validate should continue if it sees warnings or haddock failures feature request lowest Build System 6.8.3
#3005 Normalize fully-applied type functions prior to display chak feature request lowest GHCi 6.10.1
#3072 considerations for management of shared libs igloo feature request low Package system 6.10.1
#3080 Show more instances with :info feature request lowest GHCi 6.10.1
#4177 GHCi should allow custom definition of print for implicit output feature request low GHCi 6.10.4
#4496 add a configure build option to use system libffi for Linux feature request normal Build System 7.1
#5391 Better deriving for Typeable feature request normal Compiler 7.0.4
#5743 Configurably use system-provided libffi trommler feature request normal Build System 7.7
#5931 Allow 'Any' to be passed to a foreign prim function. simonmar feature request normal Compiler (FFI) 7.4.1
#5998 GHCi's :info to return all the visible instances, not just the ones imported from currently loaded files feature request normal GHCi 7.4.1
#1520 Use Linux's signalfd() instead of pipe() to deliver signals to the IO manager task lowest Runtime System 6.6.1
#1777 Refactor the implementation of arrow notation ross task lowest Compiler 6.6.1
#1877 Change the meaning of -fextended-default-rules task lowest GHCi 6.8.1
#5801 Document GHC Optimisation Passes dterei task normal Documentation

Status: infoneeded (1 match)

Ticket Summary Owner Type Priority Component Version
#5787 Add instances to ZipList feature request normal libraries/base 7.2.2

Status: merge (3 matches)

Ticket Summary Owner Type Priority Component Version
#5550 GHC infinite loop when compiling vector bug low Compiler 7.2.1
#5909 Segfault with multi-threaded retainer profiling simonmar bug high Runtime System 7.4.1
#7636 threadStackUnderflow: not enough space for return values simonmar bug high Compiler 7.6.2

Status: new (13 matches)

Ticket Summary Owner Type Priority Component Version
#344 arrow notation: incorrect scope of existential dictionaries ross bug lowest Compiler (Type checker) 6.4
#1012 ghc panic with mutually recursive modules and template haskell bug lowest Template Haskell 6.8.2
#1216 Missed opportunity for let-no-esape simonpj bug normal Compiler 6.6
#1330 Impredicativity bug: Church2 test gives a rather confusing error with the HEAD simonpj bug lowest Compiler (Type checker) 6.7
#1466 Stack check for AP_STACK simonmar bug normal Compiler 6.6.1
#1487 unix package: test needed for getLoginName adrien bug lowest libraries/unix 6.6.1
#1496 Newtypes and type families combine to produce inconsistent FC(X) axiom sets simonpj bug normal Compiler (Type checker) 6.7
#1498 Optimisation: eliminate unnecessary heap check in recursive function bug low Compiler 6.6.1
#1544 Derived Read instances for recursive datatypes with infix constructors are too inefficient bug normal Compiler 6.6.1
#1612 GHC_PACKAGE_PATH and $topdir bug -- bug lowest Package system 6.6.1
#1693 Make distclean (still) doesn't igloo bug lowest Build System 6.6.1
#1727 Precedence and associativity rules ignored when mixing infix type and data constructors in a single expression bug lowest Compiler (Parser) 6.6.1
#1820 Windows segfault-catching only works for the main thread bug lowest Runtime System 6.8.1
(more results for this group on next page)
1 2 3 4 5 6
Note: See TracQuery for help on using queries.