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
- net.http: fix TLS server read/handshake timeouts and idle-shutdown fd race
- net.http: track h2 server connections for idle shutdown once, not per frame
- net.mbedtls: enable MBEDTLS_THREADING_C on Windows and macOS (currently Linux/BSD only)
- net.mbedtls: enable MBEDTLS_THREADING_C on Windows and macOS
- cgen, generics: nested generic `str()` (a generic field whose type param is itself generic) is not emitted
- Capturing closures leak their captured context under -gc boehm (unbounded growth in frame-based apps)
- builtin: collect captured closure contexts under -gc boehm (fix unbounded stored-closure leak)
- net.http: TLS server shutdown fix (#27429) follow-ups — handshake timeout tied to accept_timeout, read_timeout no-op on HTTPS
- checker: register nested generic str deps
- cgen: use .incbin assembler directives for $embed_file, eliminate the 5MB limit
- Docs
- V not yet supported