Skip to content

No labels!

There aren’t any labels for this repository quite yet.

Arch: PowerPC
Arch: PowerPC
Bugs/feature requests, that are related to architecture PowerPC.
Arrays
Arrays
Bugs involving the builtin `array` type and derivatives from it like `[]int`, `[]string` etc.
Assert statements
Assert statements
Bugs related to `assert` statements
Auto str Method Generation
Auto str Method Generation
Bugs/feature requests, that are related to the automatic string method generation.
Autofree
Autofree
Bugs/feature requests, that are related to -autofree.
Boehm Garbage Collection (GC)
Boehm Garbage Collection (GC)
Bugs/feature requests related to the Boehm garbage collector and its integration into V programs.
Breaking Change
Breaking Change
This PR introduces changes that break backward compatibility. Requires manual review.
Bug
Bug
This tag is applied to issues which reports bugs.
Build
Build
V build error on any OS/CPU architecture.
C gen declarations order
C gen declarations order
Wrong order of declarations in CGEN.
CLI
CLI
Bugs/feature requests, that are related to command line options of V or cmd/tools/*.
Compiler: Clang
Compiler: Clang
Bugs/feature requests, that are related to compiler Clang
Compiler: GCC
Compiler: GCC
Bugs/feature requests, that are related to compiler GCC.
Compiler Panic
Compiler Panic
The V compiler itself paniced. It should not, it should produce nice and readable errors instead.
Compiler: TCC
Compiler: TCC
Bugs/feature requests, that are related to compiling V programs with TCC.
Compilers: MSVC
Compilers: MSVC
Bugs/feature requests, that are related to compiling V programs with MSVC.
Comptime
Comptime
Features processed during compile time, like $if, $for, $env etc
Constants
Constants
Evaluation of constants (compiletime and runtime)
Coroutines
Coroutines
Problems related to V's coroutine implementation
Critical
Critical
This label is used for critical issues
dependencies
dependencies
Pull requests that update a dependency file
Enums
Enums
Bugs involving enumerations.
Feature/Enhancement Request
Feature/Enhancement Request
This issue is made to request a feature or an enhancement to an existing one.
Fixed in x.json2
Fixed in x.json2
A JSON related issue, that is fixed in `x.json2` module.
g=c]
g=c]
Generics[T]
Generics[T]
Bugs/feature requests, that are related to the V generics.
Good First Issue (easy task)
Good First Issue (easy task)
This issue is suitable to be worked on by new contributors.
Graphics/multimedia/gg/sokol
Graphics/multimedia/gg/sokol
A video, sound, rendering, or fonts related issue.
Install/first impressions
Install/first impressions
Bugs/feature requests, that are related to the first impressions that users have of V.
Interface handling
Interface handling