-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Pull requests: vlang/v
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
x.crypto.chacha20
: Small cleans up as preliminary works to support 64bit counter
#24038
opened Mar 24, 2025 by
blackshirt
Loading…
Fixed error handling when appending empty array literal to 2D array
#24002
opened Mar 22, 2025 by
TheAhmir
Loading…
checker, json: return error on invalid string input instead of empty string result
Fixed in x.json2
A JSON related issue, that is fixed in `x.json2` module.
Needs Rebase
The code of the PR must be rebased over current master before it can be approved.
x.vweb: add configuration options and handle incomplete requests
Needs Rebase
The code of the PR must be rebased over current master before it can be approved.
cgen: fix several issues with autofree(fix #20635)
Needs Rebase
The code of the PR must be rebased over current master before it can be approved.
sqlite: Functions thats returns the values resulting from a 'SELECT' query and name of column - Feature ISSUE #20565
#20650
opened Jan 25, 2024 by
viniciusfdasilva
Loading…
vlib: fix tcp_test.v
Needs Rebase
The code of the PR must be rebased over current master before it can be approved.
vpm.tools: add parse functions to handle module updates
Needs Rebase
The code of the PR must be rebased over current master before it can be approved.
cgen: always free the allocated consts, in the generated _vcleanup() function
Needs Rebase
The code of the PR must be rebased over current master before it can be approved.
v: fix mutable option
Needs Rebase
The code of the PR must be rebased over current master before it can be approved.
ast,cgen: reduce memory usage for compiling larger v programs with long fns
Breaking Change
This PR introduces changes that break backward compatibility. Requires manual review.
Needs Rebase
The code of the PR must be rebased over current master before it can be approved.
CRDT datatype implementation
Breaking Change
This PR introduces changes that break backward compatibility. Requires manual review.
Needs Rebase
The code of the PR must be rebased over current master before it can be approved.
#18046
opened Apr 24, 2023 by
vladimirmyshkovski
Loading…
native, checker: builtin module for vlang
Breaking Change
This PR introduces changes that break backward compatibility. Requires manual review.
ProTip!
Exclude everything labeled
bug
with -label:bug.