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
- Add comprehensive x64 code generation for type conversions and aggregate operations
- The line of code `println(json.encode_pretty(data))` will trigger a compilation error.
- vlib/x/templating/dtm/dynamic_template_manager_test.v should not be flaky on the CI. It should *always* work, and should not produce false positives for bugs.
- v.util: fix module lookup related failures for `cd vlib/x; v test ttf`
- CGEN: inline `if` expression cannot return a closure
- Incorrect memory access with generics - no error passing array of ref for array of value
- checker: fix generic type resolution in struct init with $if T is Type (fix #24471)
- V C backend bug on tuple reassign to struct local
- -usecache compile error
- maps: compilation error when using `.to_array()` with a map whose value type is an interface
- Docs
- V not yet supported