Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
GHC
GHC
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 4,325
    • Issues 4,325
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 361
    • Merge Requests 361
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Glasgow Haskell Compiler
  • GHCGHC
  • Issues

  • Open 2,767
  • Closed 12,279
  • All 15,046
New issue
  • Priority Created date Last updated Milestone due date Due date Popularity Label priority Manual Weight
  • Infinite loop when typechecking incorrect implementation (GHC HEAD only)
    #14350 · opened Oct 13, 2017 by Ryan Scott   8.4.1   7   Phigh Trac import TypeInType bug typechecker
    • CLOSED
    • 3
    updated Jul 07, 2019
  • ghci fails to start with RebindableSyntax and OverloadedStrings
    #14342 · opened Oct 11, 2017 by Neil Mitchell   8.4.1   5   GHCi Pnormal Trac import bug
    • CLOSED
    • 3
    updated Jul 07, 2019
  • Simplifier fails with "Simplifier ticks exhausted"
    #14338 · opened Oct 10, 2017 by dredozubov   8.4.1   7   Phigh Trac import bug compiler crash
    • CLOSED
    • 37
    updated Jul 07, 2019
  • Type error in program caused by unrelated definition
    #14327 · opened Oct 05, 2017 by Alexis King   8.4.1   5   FunctionalDependencies Pnormal Trac import bug error messages typechecker
    • CLOSED
    • 4
    updated Jul 07, 2019
  • Panic on COMPLETE pragma with mismatched type variable order
    #14326 · opened Oct 05, 2017 by dailectic   8.4.1   5   Pnormal Trac import bug compiler crash
    • CLOSED
    • 7
    updated Jul 07, 2019
  • Occurs check regressions in GHC 8.2.1 (and HEAD)
    #14323 · opened Oct 04, 2017 by Ryan Scott   8.4.1   5   Pnormal Trac import bug typechecker
    • CLOSED
    • 10
    updated Jul 07, 2019
  • Brackets change meaning of value-constructor type
    #14320 · opened Oct 04, 2017 by nr@eecs.harvard.edu   8.4.1   5   GADTs Pnormal Trac import bug typechecker
    • CLOSED
    • 9
    updated Oct 05, 2020
  • PowerPC: Symbol already defined
    #14311 · opened Oct 03, 2017 by Peter Trommler   8.4.1   5   Pnormal Trac import bug ghc build failure
    • CLOSED
    • 1
    updated Jul 07, 2019
  • Tests tend to fail in the ext-interp way when split sections is enabled
    #14291 · opened Sep 27, 2017 by Ben Gamari   8.4.1   5   Pnormal Trac import bug remote GHCi
    • CLOSED
    • 39
    updated Jul 07, 2019
  • ScopedTypeVariables with nested foralls broken since 8.0.2
    #14288 · opened Sep 27, 2017 by Mikolaj Konarski   8.4.1   5   Pnormal ScopedTypeVariables Trac import bug typechecker
    • CLOSED
    • 23
    updated May 05, 2020
  • -Weverything is undocumented
    #14284 · opened Sep 27, 2017 by refold   8.4.1   5   Pnormal Trac import bug documentation
    • CLOSED
    • 2
    updated Jul 07, 2019
  • Aarch64 build is broken
    #14280 · opened Sep 26, 2017 by Ben Gamari   8.4.1   7   Phigh Trac import bug compiler crash
    • CLOSED
    • 4
    updated Jul 07, 2019
  • Typed holes' "valid substitutions" suggestions are oblivious to type class constraints
    #14273 · opened Sep 25, 2017 by Ryan Scott   8.4.1   5   Pnormal Trac import bug error messages typechecker
    • CLOSED
    • 21
    updated Jul 07, 2019
  • GHC goes out of memory while compiling simple program with optimizations
    #14272 · opened Sep 22, 2017 by 39aldo39   8.4.1   7   Phigh Trac import bug
    • CLOSED
    • 11
    updated Jul 07, 2019
  • CLong is not what it seems on Windows
    #14267 · opened Sep 21, 2017 by Niklas Hambüchen   8.4.1   5   Pnormal Trac import bug documentation
    • CLOSED
    • 7
    updated Jul 07, 2019
  • kinded holes
    #14265 · opened Sep 21, 2017 by lspitzner   8.4.1   5   Pnormal Trac import feature request partial type sigs typechecker
    • CLOSED
    • 5
    updated Jul 07, 2019
  • fdReady cannot wait more than 49 days
    #14262 · opened Sep 20, 2017 by Niklas Hambüchen   8.4.1   5   Pnormal Trac import bug
    • CLOSED
    • 6
    updated Jul 07, 2019
  • Heap profiling with ghc and hp2ps and strict function application ($!) gives samples out of sequence (regression)
    #14257 · opened Sep 20, 2017 by carlostome   8.4.1   7   Phigh RTS Trac import bug profiling
    • CLOSED
    • 14
    updated Jul 07, 2019
  • The Binary instance for TypeRep smells a bit expensive
    #14254 · opened Sep 20, 2017 by David Feuer   8.4.1   5   Pnormal Trac import Typeable bug compiler perf
    • CLOSED
    • 18
    updated Jul 07, 2019
  • Pattern match checker mistakenly concludes pattern match on pattern synonym is unreachable
    #14253 · opened Sep 19, 2017 by Ben Gamari   8.4.1   7   Phigh PatternSynonyms Trac import broken test bug pattern match warnings
    • CLOSED
    • 3
    • 13
    updated Sep 16, 2019
  • Prev
  • 1
  • …
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • …
  • 614
  • Next