Skip to content

Labels

Labels

  • benchmark

    Added to PRs which should be benchmarked
  • blocked

    Ticket cannot be implemented because it depends on another ticker or external factor
  • breaking change

    Change resulting in compilation errors of code that used to be considered correct, or linking errors
  • bug

    Erroneous behavior in existing features
  • bug in compiler

    Possible compiler bug, either library can work around it or it's a wontfix
  • dependencies

    Pull requests that update a dependency file
  • dragons ahead

    Task which requires handwriting compiletime reflection for Scala2&3 and/or updating the architecture
  • duplicate

  • enhancement

  • github_actions

    Pull requests that update GitHub Actions code
  • help wanted

  • information needed

    Not enough information was provided
  • low hanging fruit

    Task that should be easy to implement - perfect for people that want to start contributing.
  • performance-issue

    Runtime/compilation time got worse
  • python

    Pull requests that update python code
  • relatively easy but not small

    Task with requires some knowledge and writing more code, but not the intimate knowledge about macros
  • wontfix