Skip to content

Labels

Labels

  • A-book

    Relating to the Zirco Programming Language book contained in the repo
  • A-codegen

    Relating to the code generator
  • A-lang

    Proposals for features to add to the language itself.
  • A-parser

    Relating to the lexer or parser
  • A-repo

    Repository related things
  • A-std

    Relating to libzr
  • A-typeck

    Relating to the type checker
  • A-zircop

    Relating to the Zircop Linter
  • A-zpp

    Relating to the preprocessor and includes
  • A-zrx

    Relating to the zrx JIT
  • E-good-first-issue

    Call for participation: Easy issue. Good for newcomers.
  • E-help-wanted

    Call for participation: Help is wanted!
  • P-critical

    The bug results in total failure in major use cases (e.g. compiler error or security issues)
  • P-high

    The bug disrupts many use cases of the compiler
  • P-low

    The bug may cause some undesired behavior but the compiler still functions (e.g. display bugs)
  • P-medium

    The bug is noticeable but does not significantly affect most use cases
  • S-blocked

    This is blocked by something.
  • S-duplicate

    This issue or pull request already exists
  • S-invalid

    This doesn't seem right
  • S-no-repro

    Closed due to an inability to reproduce.
  • S-untriaged

    Triage is needed.
  • S-unverified

    The bug has not been reproduced YET. (use wontfix/no-repro for closed issues)
  • S-wontfix

    This will not be worked on
  • S-workaround

    A workaround is known.
  • T-bug

    Something isn't working (use type: ice for panics)
  • T-docs

    Improvements or additions to documentation
  • T-feat

    New feature or request
  • T-ICE

    Internal Compiler Errors (panics or crashes)
  • T-question

    Further information is requested