Skip to content

Pull requests: vlang/v

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

checker: fix immutable to mutable reference
#22663 opened Oct 26, 2024 by felipensp 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.
#21184 opened Apr 4, 2024 by ttytm Draft
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.
#20868 opened Feb 18, 2024 by Casper64 Draft
cgen: use C99 short fixed array init syntax Needs Rebase The code of the PR must be rebased over current master before it can be approved.
#20785 opened Feb 11, 2024 by zeozeozeo Draft
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.
#20659 opened Jan 26, 2024 by shove70 Draft
vlib: fix tcp_test.v Needs Rebase The code of the PR must be rebased over current master before it can be approved.
#20389 opened Jan 4, 2024 by hholst80 Draft
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.
#20214 opened Dec 18, 2023 by ttytm Draft
3 tasks
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.
#20128 opened Dec 9, 2023 by spytheman Draft
parser: allow array cast syntax Needs Rebase The code of the PR must be rebased over current master before it can be approved.
#19999 opened Nov 26, 2023 by felipensp Draft
v: fix mutable option Needs Rebase The code of the PR must be rebased over current master before it can be approved.
#19100 opened Aug 9, 2023 by felipensp Draft
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.
#18876 opened Jul 15, 2023 by spytheman Draft
checker: fix missing error for non initialized interface struct member 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. Tests To Fix This PR requiring only test fixes.
#18733 opened Jul 1, 2023 by felipensp Draft
checker: add warn about non-option function 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.
#18560 opened Jun 25, 2023 by felipensp Draft
checker: avoid &Type as generic concrete type on usage 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.
#18447 opened Jun 14, 2023 by felipensp Draft
2
1
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…
checker: missing string/bool invalid operation validation as concrete type 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.
#18011 opened Apr 21, 2023 by felipensp Draft
native, checker: builtin module for vlang Breaking Change This PR introduces changes that break backward compatibility. Requires manual review.
#17782 opened Mar 26, 2023 by Spydr06 Draft
3 of 9 tasks
ProTip! Exclude everything labeled bug with -label:bug.