Custom Query

Filters
 
Columns

Show under each result:


Results (501 - 599 of 599)

1 2 3 4 5 6
Ticket Summary Status Owner Priority Milestone Component
#1400 :set +r doesn't work for interpreted modules new simonmar normal _|_ GHCi
#1473 isSpace is too slow new normal _|_ libraries/base
#1476 Template Haskell: splicing types and patterns new low _|_ Template Haskell
#1526 -fobject-code doesn't apply to expressions typed at the prompt new normal _|_ Compiler
#1530 debugging :steps inside TH spliced code need to be bypassed new normal _|_ GHCi
#1614 Type checker does not use functional dependency to avoid ambiguity new normal _|_ Compiler (Type checker)
#1687 A faster (^)-function. new normal _|_ Prelude
#1831 reify never provides the declaration of variables new normal _|_ Template Haskell
#1928 Confusing type error message new low _|_ Compiler (Type checker)
#2031 relocation overflow new normal _|_ Compiler
#2057 inconsistent .hi file error gets ignored new normal _|_ Compiler
#2132 Optimise nested comparisons new normal _|_ Compiler
#2182 ghc sessions (--make, --interactive, ghc api) erroneously retain instances new low _|_ GHCi
#2255 Improve SpecConstr for free variables new normal _|_ Compiler
#2280 randomR too slow new rrnewton normal _|_ libraries/random
#2356 GHC accepts multiple instances for the same type in different modules new low _|_ Compiler
#2465 View + Pattern Match not fused sufficiently new low _|_ Compiler
#2489 Registry keys are created in per-user HKCU instead of system-wide HKLM new normal _|_ None
#2496 Invalid Eq/Ord instances in Data.Version new duncan normal _|_ libraries/base
#2607 Inlining defeats selector thunk optimisation new normal _|_ Compiler
#2625 Unexpected -ddump-simpl output for derived Ord instance and UNPACKed fields new low _|_ Compiler
#2628 hIsTerminalDevice returns True for /dev/null (aka NUL) on Windows new normal _|_ libraries/base
#2697 bad testsuite results with ghc-6.10.0.20081007 new normal _|_ Compiler
#2786 Blackhole loops are not detected and reported in GHCi new normal _|_ GHCi
#2841 Ghci + foreign export declarations result in undefined symbols new normal _|_ Compiler (FFI)
#2917 alloca and allocaArray do not respect alignment new normal _|_ Compiler (FFI)
#2926 Foreign exported function returns wrong type new low _|_ Compiler (FFI)
#3048 Heap size suggestion gets ignored when -G1 flag is passed new normal _|_ Runtime System
#3081 Double output after Ctrl+C on Windows new normal _|_ Runtime System
#3134 encodeFloat . decodeFloat new normal _|_ Prelude
#3178 Fix linking -lpthread for semaphores new -- normal _|_ libraries/unix
#3195 runghc failing sometimes new -- normal _|_ None
#3266 Segment fault with WxHaskell and GHC 6.10.2 new normal _|_ Compiler
#3353 Add CLDouble support new normal _|_ Compiler
#3354 binaries built with GHC on Mac OS X 10.5 (Leopard) do not work on 10.4 (Tiger) new normal _|_ Build System
#3549 unlit does not follow H98 spec new normal _|_ Compiler
#3569 ghci can't handle utf-8 chinese char correctly when modify. new judah normal _|_ GHCi
#3575 mkStdGen and split conspire to make some programs predictable new rrnewton normal _|_ libraries/random
#3620 The seeds generated by split are not independent new rrnewton normal _|_ libraries/random
#3628 exceptions reported to stderr when they propagate past forkIO new -- normal _|_ libraries/base
#3676 realToFrac doesn't sanely convert between floating types new normal _|_ libraries (other)
#3765 Rules should "look through" case binders too new normal _|_ Compiler
#3827 Compiling fails on linux-powerpc new normal _|_ Compiler
#3872 New way to make the simplifier diverge new normal _|_ Compiler
#3971 FFI callback segfaults on PPC new normal _|_ Compiler (FFI)
#3995 Comment delimiters ignored inside compiler pragma new normal _|_ Compiler (Parser)
#3998 strace breaks System.Process(?) new normal _|_ libraries/process
#4005 Bad behaviour in the generational GC with paraffins -O2 new normal _|_ Runtime System
#4029 ghci leaks memory when loading a file new normal _|_ GHCi
#4043 Parsing of guards, and type signatures new normal _|_ Compiler (Parser)
#4463 CORE notes break optimisation new low _|_ Compiler
#4863 TH crashes if you reify the Name of a dfun new simonpj low _|_ Template Haskell
#4934 threadWaitRead works incorrectly on nonthreaded RTS new normal _|_ Runtime System
#5041 Incorrect Read deriving for MagicHash constructors new low _|_ Compiler
#5071 GHCi crashes on large alloca/allocaBytes requests new normal _|_ Compiler
#5278 System.Random.randomIvalInteger makes invalid assumptions about RandomGen new rrnewton normal _|_ libraries/random
#5280 System.Random commits (rand `mod` base) error. new rrnewton normal _|_ libraries/random
#5316 Orphan instances strike again: ghc rejects a program at first but will accept it if you repeat the same compilation command new low _|_ Compiler
#5340 wrong warning on incomplete case analysis in conjunction with empty data declarations new lowest _|_ Compiler
#5400 GHC loops on compiling with optimizations new normal _|_ Compiler
#5448 GHC stuck in infinite loop compiling with optimizations new normal _|_ Compiler
#5466 Documentation for Chan could be better new normal _|_ libraries/base
#5722 GHC inlines class method forever new simonpj normal _|_ Compiler
#5728 Warnings from -fwarn-incomplete-record-updates even with all constructors matched new normal _|_ Compiler
#5762 GHC gives incorrect warnings with simple applications of the view patterns extension new normal _|_ Compiler
#5797 readRawBufferPtr cannot be interrupted by exception on Windows with -threaded new normal _|_ libraries/base
#5957 signatures are too permissive new low _|_ Compiler (Type checker)
#5974 Casts, rules, and parametricity new normal _|_ Compiler
#6034 Parse error when using ' with promoted kinds new low _|_ Compiler (Parser)
#6065 Suggested type signature causes a type error (even though it appears correct) new normal _|_ Compiler (Type checker)
#7026 Impredicative implicit parameters new normal _|_ Compiler (Type checker)
#7080 Make RULES and SPECIALISE more consistent new normal _|_ Compiler
#7206 Implement cheap build new simonpj normal _|_ Compiler
#7309 The Ix instance for (,) leaks space in range new normal _|_ libraries (other)
#7602 Threaded RTS performing badly on recent OS X (10.8?) new thoughtpolice normal _|_ Runtime System
#7836 Runtime failure profiling with +RTS -hc -hbdrag,void infoneeded normal -- Profiling
#7842 Incorrect checking of let-bindings in recursive do new normal -- Compiler (Type checker)
#7849 Error on pattern matching of an existential whose context includes a type function new normal -- Compiler (Type checker)
#7858 Fix definitions of abs/signum for Floats/Doubles new normal -- libraries/base
#7866 floor (0/0) :: Int is different with -O0 and -O1 new normal -- Compiler
#7876 hClose002 for ghci hangs on Mac OS X new normal -- Compiler
#7877 hSetBuffering002(ghci) and hSetBuffering004(ghci) fail on OS X new normal -- GHCi
#7884 Cannot build hedgewars with new haskell 7.6 new normal -- Compiler
#7885 LLVM build broken new normal -- Compiler (LLVM)
#7894 Crash on :i M.-> new normal -- Compiler (Parser)
#7901 Bad error message when using UnicodeSyntax ∀ without ExplicitForall new normal -- Compiler
#7912 Missing symbols from termios.h when linking on Android new normal -- libraries/unix
#7913 Argument order not preserved by nubBy new normal -- Prelude
#7918 SrcSpan's associated with expanded quasi-quotes are inconsistent new normal -- Compiler
#7854 Constrained method type accepted in Haskell 98 mode new normal Compiler
#7862 Could not deduce (A) from the context (A, ...) new normal Compiler (Type checker)
#7874 segfault 11 on mac os x when building compiler for ghc 7.7.20130430 new normal Compiler
#7880 Require "forall" in definitions of polymorphic types new normal Compiler
#7897 MakeTypeRep fingerprints be proper, robust fingerprints new normal Compiler
#7898 SpecConstr explodes when compiling module BSP of frag-1.1.2 new normal Compiler
#7903 Failure to find class instance specified with extra parentheses new normal Compiler
#7904 GHC calls the cc1 of a gcc thats not the first in PATH new normal Compiler
#7908 InstanceSigs suggestion not accepted new normal Compiler
#7916 PolyKinds without type signatures new normal Compiler (Type checker)
1 2 3 4 5 6
Note: See TracQuery for help on using queries.