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

  • UnboxedSums
    Glasgow Haskell Compiler / GHC
    The UnboxedSums language extension
  • split-objs
    Glasgow Haskell Compiler / GHC
    GHC's deprecated object-splitting mechanism for reducing binary size
  • concurrency
    Glasgow Haskell Compiler / GHC
    GHC's threaded runtime and concurrency primitives
  • packaging
    Glasgow Haskell Compiler / GHC
    Issues related to creation of release packages
  • ghc-heap
    Glasgow Haskell Compiler / GHC
    GHC's ghc-heap library for heap object introspection
  • info needed
    Glasgow Haskell Compiler / GHC
    Tickets which are currently blocked on needed information from the reporter
  • well-typed priorities
    Glasgow Haskell Compiler / GHC
    Things that we intend on working on in the near-term
  • custom type errors
    Glasgow Haskell Compiler / GHC
    Custom type errors support (e.g. the `TypeError` typeclass)
  • UndecidableSuperClasses
    Glasgow Haskell Compiler / GHC
    The UndecideableSuperClasses language extension
  • Windows
    Glasgow Haskell Compiler / GHC
    Issues specific to Microsoft Windows
  • CPR/boxity analysis
    Glasgow Haskell Compiler / GHC
    Boxity and Constructed Product Result analysis
  • hadrian
    Glasgow Haskell Compiler / GHC
    The Hadrian build system
  • late lambda lifting
    Glasgow Haskell Compiler / GHC
    Late lambda lifting optimization
  • plugins
    Glasgow Haskell Compiler / GHC
    Compiler plugins
  • remote GHCi
    Glasgow Haskell Compiler / GHC
    The GHCi external interpreter feature (-fexternal-interpreter)
  • CAFs
    Glasgow Haskell Compiler / GHC
    Handling of Constant Applicative Forms
  • CI breakage
    Glasgow Haskell Compiler / GHC
    Things which break the CI build
  • float-out
    Glasgow Haskell Compiler / GHC
    The float-out optimization
  • recompilation checking
    Glasgow Haskell Compiler / GHC
    Issues with GHC's recompilation avoidance mechanism
  • STM
    Glasgow Haskell Compiler / GHC
    Software Transactional Memory