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
- checker: fix panic on wrong arg count with or-block containing if-expr
- v2: fix transformer deadlock on Linux caused by nested lock on shared scopes
- Proposal: Make string length and indexing Unicode-aware by default
- msgpack + encode/decode issues and my fix (3 bugs)
- 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
- checker: fix generic type resolution in struct init with $if T is Type (fix #24471)
- Docs
- V not yet supported