-
-
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
Initial addition of experimental
encoding/asn1
module to the experimental vlib namespace
#22783
opened Nov 7, 2024 by
blackshirt
Loading…
cgen: fix struct field name using c keyword
typeof
(fix #22779)
#22782
opened Nov 7, 2024 by
yuyi98
Loading…
checker: fix integer literal casting check (fix #22761)
#22777
opened Nov 6, 2024 by
StunxFS
Loading…
cgen: remove unused code generated for unwrapping temp var from callexpr (detect unused return value from CallExpr)
#22769
opened Nov 5, 2024 by
felipensp
Loading…
cgen: fix codegen for generated tmp var to fit number of indirections from fn argument
#22752
opened Nov 3, 2024 by
felipensp
Loading…
vlib: remove modules/functions/fields, deprecated in 2023
#22750
opened Nov 3, 2024 by
spytheman
Loading…
x.json2.decoder2: use json_str and json_len, intead of just json
#22704
opened Oct 30, 2024 by
enghitalo
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.
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.
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.
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.