v
https://github.com/vlang/v
V
Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
V not yet supported10 Subscribers
Add a CodeTriage badge to v
Help out
- Issues
- driver: hide unexported symbols in Linux shared libraries (#28749)
- transform: avoid field-name collisions for bound methods
- v test reporter crashes with memory allocation failure (heap corruption)
- [maintenance] Isolate server-side merge for #28571
- tests: port BSD Tools CI shell regressions to V
- cmdexec: PeekNamedPipe call fails to compile with gcc on Windows (incompatible pointer type, since #28708)
- checker: `!` in a `test_` fn of an architecture-qualified test file (`foo_test.arm64.v`) is rejected
- compiler: treat `foo_test.<arch>.v` as a test file in every stage (fix #28736)
- cgen: top-level `asm` block is not emitted by V3 (undefined reference to its label)
- checker: `.byte` directive inside an `asm` block is reported as the deprecated `byte` type
- Docs
- V not yet supported