Skip to content

Labels

Labels

  • api design

    Related to the design of core libraries and language features
  • arch:aarch32

    Problems related to Aarch32 (arm32) architecture
  • arch:aarch64

    Problems related to Aarch64 architecture
  • arch:rv64

    Problems related to RISC-V 64 architecture
  • bug

    Something isn't working correctly
  • build

    Build failures, Makefiles, Zuo scripts, autoconf, building instructions, etc.
  • component: contract

    the contract system: combinators, attachment forms, semantics, implementation, optimization
  • component: cross compiler

    raco cross, Racket's cross compiler, cross-compiling Racket programs (not Racket itself)
  • component: macro

    the macro system: expander, syntax parse, other #lang racket macros
  • component: package

    Related to the package system (either raco pkg or the legacy PLaneT system) or similar tooling
  • confusing behavior

    Something is technically working as intended, but users are confused and it may be worth changing
  • dependencies

    Pull requests that update a dependency file
  • documentation

    Issues related to README and documentation (typos, rewording, new docs, etc)
  • duplicate

    This is a duplicate of another issue
  • feature request

    Feature Request
  • github_actions

    Issue related to the Continuous Integration system
  • good first issue

  • performance

    Related to how fast things run
  • platform:bsd

    BSD specific topics
  • platform:linux

    Linux distribution specific topics
  • platform:macos

    MacOS specific topics
  • platform:windows

    Windows specific topics
  • pr:dont-merge

    Pull requests that should not be merged -- blocked by issues, other PRs, releases, etc.
  • pr:forgotten

    No activity for six months: can't find a reviewer, no continued dev, stuck since no consensus
  • pr:good-to-merge

    A PR that seems ready to merge.
  • pr:needs-work

    A PR that's wanted but needs work to be mergeable.
  • pr:wait-for-review

    A PR that's awaiting reviews or replies from the requested reviewer
  • question

  • racket-bc

    Specific to Racket BC (Before Chez)
  • racket-cs

    Specific to Racket-on-Chez