Custom Query

Filters
 
Columns

Show under each result:


Results (301 - 400 of 578)

1 2 3 4 5 6

Difficulty: Unknown (100 matches)

Ticket Summary Status Owner Priority Milestone Component
#7725 Operators without colons new normal 7.8.1 Compiler
#7727 Nonsense evaluation: sequence [] = [] new igloo normal 7.8.1 GHCi
#7729 GHC panics. Invalid core new normal 7.6.3 Compiler
#7730 :info and polykinds new normal 7.8.1 Compiler (Type checker)
#7735 -fext-core doesn't generate .hcr when .o and .hi files are present new normal 7.8.1 External Core
#7736 Parallel array enumeration causes compiler panic (enumFromToP) new chak normal 7.8.1 Compiler
#7753 Profiling report broken with foreign exported functions new normal 7.8.1 Profiling
#7762 when using lots of memory: internal error: evacuate(static): strange closure type 4 new normal 7.8.1 Runtime System
#7765 Odd error message for `runghc` with missing `main` function. new igloo normal 7.8.1 Compiler
#7768 "untracked content" in fresh clone of haskeline new igloo normal 7.8.1 Build System
#7771 RTS should provide stg_sel_n_noupd_closure new simonpj normal 7.8.1 Compiler
#7774 T5313 fails new normal 7.8.1 GHC API
#7779 building GHC overwrites the installed package database if GHC_PACKAGE_PATH is set new igloo normal 7.8.1 Build System
#7783 MultiWayIf should start a new layout new normal 7.8.1 Compiler (Parser)
#7785 Module-local function not specialized with ConstraintKinds new normal 7.8.1 Compiler
#7786 strange errors when deducing constraints new simonpj normal 7.8.1 Compiler
#7788 Recursive type family causes <<loop>> new simonpj normal 7.8.1 Compiler (Type checker)
#7789 GHCI core dumps when used with VTY new igloo normal 7.8.1 GHCi
#7794 GHCi "Prelude.undefined" exceptions on ARM; ByteCodeItbls.mkJumpToAddr unimplemented new normal 7.8.1 GHCi
#7797 re-enable the defun RULE from a SPECIALISE instance pragma new normal 7.8.1 Compiler
#7800 Error message when deriving Typeable without PolyKinds new dreixel normal 7.8.1 Compiler
#7803 Superclass methods are left unspecialized new normal 7.8.1 Compiler
#7809 Silly error message suggesting LiberalTypeSynonyms new normal 7.8.1 Compiler (Type checker)
#7811 intermittent 'unexpected' results of test ghcpkg01 new igloo normal 7.8.1 ghc-pkg
#7828 RebindableSyntax and Arrow new normal 7.8.1 Compiler (Type checker)
#7831 Bad fragmentation when allocating many large objects new ezyang normal 7.8.1 Runtime System
#7854 Constrained method type accepted in Haskell 98 mode new normal Compiler
#7859 runghc should give an error when the path to ghc is invalid new normal 7.8.1 None
#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
#7913 Argument order not preserved by nubBy new normal Prelude
#7916 PolyKinds without type signatures new normal Compiler (Type checker)
#229 Integer overflow in array allocation new low _|_ libraries/base
#345 GADT - fundep interaction new simonpj low _|_ Compiler (Type checker)
#589 Various poor type error messages new low _|_ Compiler (Type checker)
#1171 GHC doesn't respect the imprecise exceptions semantics new low _|_ Compiler
#1176 Infinite loop when printing error message new thorkilnaur low _|_ Compiler
#1201 ghci runs Template Haskell splices 4 times new simonpj low _|_ Template Haskell
#1476 Template Haskell: splicing types and patterns new low _|_ Template Haskell
#1928 Confusing type error message new low _|_ Compiler (Type checker)
#2161 finaliser of a ForeignPtr called while references from unreachable threads exist new low 7.6.2 Runtime System
#2182 ghc sessions (--make, --interactive, ghc api) erroneously retain instances new low _|_ GHCi
#2356 GHC accepts multiple instances for the same type in different modules new low _|_ Compiler
#2401 aborting an STM transaction should throw an exception new -- low 7.6.2 Runtime System
#2465 View + Pattern Match not fused sufficiently new low _|_ Compiler
#2625 Unexpected -ddump-simpl output for derived Ord instance and UNPACKed fields new low _|_ Compiler
#2926 Foreign exported function returns wrong type new low _|_ Compiler (FFI)
#3184 package.conf should be under /var, not /usr new -- low 7.6.2 Package system
#3427 control what sort of entity a deprecated pragma applies to new low 7.6.2 Compiler
#3517 GHC has lots of extra hidden IOErrorType values new low 7.6.2 libraries/base
#3588 ghc -M should emit dependencies on CPP headers new low 7.6.2 Compiler
#3625 GHCI doesn't work with dtrace on OS X new low 7.6.2 GHCi
#3990 UNPACK doesn't unbox data families new low 7.6.2 Compiler
#4081 Strict constructor fields inspected in loop new benl low 7.6.2 Compiler
#4824 Windows: Dynamic linking doesn't work out-of-the-box new low 7.6.2 Runtime System
#4837 Template Haskell does not work in a profiled compiler. new low 7.6.2 Profiling
#5013 sporadic failures during compilation under solaris new low 7.6.2 Compiler
#5014 canonicalizePath throws exception on paths that do not exist new low 7.6.2 libraries/directory
#5333 Arrow command combinators and infixr cause the desugarer to fail new ross low 7.6.2 Compiler (Parser)
#5537 ghc doesn't find libffi.so.5 in testsuite new low 7.6.2 Test Suite
#5682 Properly parse kind operators (from promoted type operators) new dreixel low 7.6.2 Compiler
#5957 signatures are too permissive new low _|_ Compiler (Type checker)
#5959 Top level splice in Template Haskell has over-ambitious lexical scope? new low 7.6.2 Compiler
#6034 Parse error when using ' with promoted kinds new low _|_ Compiler (Parser)
#344 arrow notation: incorrect scope of existential dictionaries new ross lowest 7.6.2 Compiler (Type checker)
#367 Infinite loops can hang Concurrent Haskell new ezyang lowest _|_ Compiler
#418 throwTo to a thread inside 'block' new lowest _|_ Runtime System
#552 GHCi :m doesn't restore default decl new lowest _|_ GHCi
#917 -O introduces space leak new lowest _|_ Compiler
#926 infinite loop in ShutdownIOManager() new lowest _|_ Runtime System
#1012 ghc panic with mutually recursive modules and template haskell new lowest 7.6.2 Template Haskell
#1158 Problem with GADTs and explicit type signatures new simonpj lowest _|_ Compiler
#1307 Warning refers to code not in the source new lowest _|_ Compiler
#1330 Impredicativity bug: Church2 test gives a rather confusing error with the HEAD new simonpj lowest 7.6.2 Compiler (Type checker)
#1612 GHC_PACKAGE_PATH and $topdir bug new -- lowest 7.6.2 Package system
#1693 Make distclean (still) doesn't new igloo lowest 7.6.2 Build System
#1727 Precedence and associativity rules ignored when mixing infix type and data constructors in a single expression new lowest 7.6.2 Compiler (Parser)
#1820 Windows segfault-catching only works for the main thread new lowest 7.6.2 Runtime System
#1853 hpc mix files for Main modules overwrite each other new AndyGill lowest 7.6.2 Code Coverage
#1883 GHC can't find library using "short" name new lowest 7.6.2 Compiler
#2028 STM slightly conservative on write-only transactions new lowest 7.6.2 Compiler
#2064 problems with duplicate modules new -- lowest 7.6.2 Package system
#2140 cpuTimePrecision is wrong for me on Windows (XP) new lowest 7.6.2 libraries/base
#2147 unhelpful error message for a misplaced DEPRECATED pragma new lowest 7.6.2 Compiler
#2159 Use a more efficient representation than [DynFlag] new lowest 7.6.2 Compiler
#2184 if findExecutable finds a file that matchs the argument, check if it is an executable new lowest 7.6.2 libraries/directory
#2224 -fhpc inteferes/prevents rewrite rules from firing new andy@… lowest 7.6.2 Code Coverage
#2256 Incompleteness of type inference: must quantify over implication constraints new simonpj lowest 7.6.2 Compiler
#2260 Non-ideal error message for misplaced LANGUAGE pragma new lowest 7.6.2 Compiler (Parser)
#2273 inlining defeats seq new lowest 7.6.2 Compiler
#2289 Needless reboxing of values when returning from a tight loop new lowest 7.6.2 Compiler
#2346 Compilation of large source files requires a lot of RAM new lowest 7.6.2 Compiler
#2370 num009 fails on OS X 10.5? new lowest 7.6.2 Compiler
#2374 MutableByteArray# is slower than Addr# new lowest 7.6.2 Compiler (NCG)
(more results for this group on next page)
1 2 3 4 5 6
Note: See TracQuery for help on using queries.