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
- cgen: `unknown type name` for a struct field, when using a type alias for a fixed array of non-primitive type
- cgen: `type Arr = []map`or `type Arr = [4]map` is not catched at V compilation
- cgen: `unknown type name` for a type alias of a fixed array of generic map
- cgen: casting a pointer to a fixed-array type (`[N]T(ptr)`) emits invalid C
- cgen: `for k, v in <?map>` accesses `.key_values` on the option wrapper and fails to C-compile
- cgen: embedded pointer-alias field uses '.' instead of '->' and fails to C-compile
- cgen: casting a pointer to a dynamic array (`[]T(ptr)`) emits invalid C
- cgen: `if cond { v } else { none }` passed as an option arg emits invalid C (incomplete type 'void')
- HTTP/3 (QUIC) foundation: Phase 4 (Initial packet exchange)
- HTTP/3 (QUIC) foundation: Phase 5 (Full handshake completion)
- Docs
- V not yet supported