Skip to content

Prioritized labels

Drag to reorder prioritized labels and change their relative priority.
  • backport
    Glasgow Haskell Compiler / GHC
    Marks MRs that are backports of patches to a stable branch
  • Phighest
    Glasgow Haskell Compiler / GHC
    Very high priority issues
  • backport needed:9.2
    Glasgow Haskell Compiler / GHC
    Needs to be backported to ghc-9.2 branch
  • Phigh
    Glasgow Haskell Compiler / GHC
    High priority issues
  • backport needed:9.4
    Glasgow Haskell Compiler / GHC
    Needs to be backported to ghc-9.4 branch
  • Pnormal
    Glasgow Haskell Compiler / GHC
    Moderate priority issues
  • backport needed:9.6
    Glasgow Haskell Compiler / GHC
    Needs to be backported to 9.6 branch
  • Plow
    Glasgow Haskell Compiler / GHC
    Low priority issues
  • backport needed:9.8
    Glasgow Haskell Compiler / GHC
    Needs to be backported to 9.8 branch
  • Tfeature request
    Glasgow Haskell Compiler / GHC
    Feature requests
  • backport needed:9.10
    Glasgow Haskell Compiler / GHC
    Needs to be backported to ghc-9.10 branch
  • Tbug
    Glasgow Haskell Compiler / GHC
    A bug or infelicity
  • Ttask
    Glasgow Haskell Compiler / GHC
    Issues that aren't bugs
  • Tquestion
    Glasgow Haskell Compiler / GHC
    A ticket which is a question
  • Trelease tracking
    Glasgow Haskell Compiler / GHC
    Identifies release tracking tickets
  • Tdesign document
    Glasgow Haskell Compiler / GHC
    For tickets that serve as design documents / implementation plans
  • needs triage
    Glasgow Haskell Compiler / GHC
    Issues which haven't yet been triaged
  • newcomer
    Glasgow Haskell Compiler / GHC
    Issues suitable for a newcomer contributor to pick up
  • Blocked on Review
    Glasgow Haskell Compiler / GHC
    Merge requests waiting for review feedback.
  • Other labels

  • ARM
    Glasgow Haskell Compiler / GHC
    Issues affecting one of the ARM architectures (e.g. ARMv*, AArch32, or AArch64)
  • Windows
    Glasgow Haskell Compiler / GHC
    Issues specific to Microsoft Windows
  • SPARC
    Glasgow Haskell Compiler / GHC
    Issues affecting the SPARC architecture
  • HasCallStack
    Glasgow Haskell Compiler / GHC
    Issues and patches concerning uses and the implementation of HasCallStack
  • PackageImports
    Glasgow Haskell Compiler / GHC
    Issues/patches concerning the PackageImports language extension
  • TTG
    Glasgow Haskell Compiler / GHC
    Trees That Grow
  • pointer tagging
    Glasgow Haskell Compiler / GHC
    Issues pertaining to GHC's use of pointer tagging
  • s390x
    Glasgow Haskell Compiler / GHC
  • broken test
    Glasgow Haskell Compiler / GHC
    A broken test, either because of a problem in the test, or in compiler/libraries/runtime. Please also label as "bug" if the test failure is due to a compiler/libraries/runtime bug.
  • valid hole fits
    Glasgow Haskell Compiler / GHC
    GHC's facility for reporting terms that fit typed holes
  • non-moving GC
    Glasgow Haskell Compiler / GHC
    The concurrent, non-moving garbage collector
  • UnliftedNewtypes
    Glasgow Haskell Compiler / GHC
    Unlifted newtypes
  • program incorrectly accepted
    Glasgow Haskell Compiler / GHC
    A case where GHC accepts a poorly-formed program.
  • well-typed priorities
    Glasgow Haskell Compiler / GHC
    Things that we intend on working on in the near-term
  • program incorrectly rejected
    Glasgow Haskell Compiler / GHC
  • Strict
    Glasgow Haskell Compiler / GHC
    Issues related to XStrict and XStrictData
  • obsolete
    Glasgow Haskell Compiler / GHC
    Old issues that no longer apply (closed immediately or in a short waiting period before closing).
  • ghc proposal
    Glasgow Haskell Compiler / GHC
    Issues that have a corresponding proposal at https://github.com/ghc-proposals/ghc-proposals.
  • MonomorphismRestriction
    Glasgow Haskell Compiler / GHC
    Issues to do with the monomorphism restriction
  • external-haskeline
    Glasgow Haskell Compiler / GHC