Labels
Labels
123 labels
- Bugs/feature requests, that are related to architecture ARM.
- Bugs/feature requests, that are related to architecture PowerPC.
- Bugs/feature requests, that are related to architecture s390x.
- Bugs involving the builtin `array` type and derivatives from it like `[]int`, `[]string` etc.
- Bugs related to `assert` statements
- Bugs/feature requests, that are related to the automatic string method generation.
- Bugs/feature requests, that are related to -autofree.
- Bugs/feature requests related to the Boehm garbage collector and its integration into V programs.
- This PR introduces changes that break backward compatibility. Requires manual review.
- This tag is applied to issues which reports bugs.
- V build error on any OS/CPU architecture.
- Wrong order of declarations in CGEN.
- Bugs/feature requests, that are related to command line options of V or cmd/tools/*.
- The V compiler itself paniced. It should not, it should produce nice and readable errors instead.
- Bugs/feature requests, that are related to compiler Clang
- Bugs/feature requests, that are related to compiler GCC.
- Bugs/feature requests, that are related to compiling V programs with TCC.
- Bugs/feature requests, that are related to compiling V programs with MSVC.
- Features processed during compile time, like $if, $for, $env etc
- Evaluation of constants (compiletime and runtime)
- Problems related to V's coroutine implementation
- This label is used for critical issues
- Problems related to the `defer{}` implementation.
- Pull requests that update a dependency file
- Bugs involving enumerations.
- This issue is made to request a feature or an enhancement to an existing one.
- A JSON related issue, that is fixed in `x.json2` module.
- Bugs/feature requests, that are related to the V generics.
- Pull requests that update GitHub Actions code