Skip to content

Issues: vlang/v

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
Assignee
Filter by who’s assigned
Sort

Issues list

&string interpolation with += string
#23460 opened Jan 13, 2025 by Eliyaan
C error with a := [ none ] Bug This tag is applied to issues which reports bugs. Good First Issue (easy task) This issue is suitable to be worked on by new contributors. Unit: Checker Bugs/feature requests, that are related to the type checker.
#23457 opened Jan 13, 2025 by jorgeluismireles
cgen error, when calling a generic function in a $for v in dc.variants { if dc is v { block Bug This tag is applied to issues which reports bugs. Generics[T] Bugs/feature requests, that are related to the V generics. Unit: cgen Bugs/feature requests, that are related to the default C generating backend. Unit: Compiler Bugs/feature requests, that are related to the V compiler in general.
#23454 opened Jan 13, 2025 by spytheman
Generic fntype error Bug This tag is applied to issues which reports bugs. Generics[T] Bugs/feature requests, that are related to the V generics. Status: Confirmed This bug has been confirmed to be valid by a contributor. Unit: Checker Bugs/feature requests, that are related to the type checker. Unit: Compiler Bugs/feature requests, that are related to the V compiler in general.
#23453 opened Jan 13, 2025 by kbkpbot
Get the element by the index or propagate an error to the caller Bug This tag is applied to issues which reports bugs. Status: Confirmed This bug has been confirmed to be valid by a contributor. Unit: Compiler Bugs/feature requests, that are related to the V compiler in general. Unit: Parser Bugs/feature requests, that are related to the V parser or syntax (*not* semantic ones).
#23452 opened Jan 13, 2025 by louis77
Out-of-bounds access of array with or block doesn't return the value of the or block Bug This tag is applied to issues which reports bugs. Option Type Bugs/feature requests, that are related to `?Type`. Status: Confirmed This bug has been confirmed to be valid by a contributor. Unit: cgen Bugs/feature requests, that are related to the default C generating backend. Unit: Compiler Bugs/feature requests, that are related to the V compiler in general.
#23451 opened Jan 13, 2025 by louis77
V error not allowing locking of element in array of shared structs shared types Unit: Parser Bugs/feature requests, that are related to the V parser or syntax (*not* semantic ones).
#23449 opened Jan 12, 2025 by islonely
C compile error in option field in a struct Bug This tag is applied to issues which reports bugs. Status: Confirmed This bug has been confirmed to be valid by a contributor. Unit: cgen Bugs/feature requests, that are related to the default C generating backend. Unit: Compiler Bugs/feature requests, that are related to the V compiler in general.
#23446 opened Jan 12, 2025 by penguindark
vfmt removing shared from before shared struct {...} Bug This tag is applied to issues which reports bugs. shared types Status: Confirmed This bug has been confirmed to be valid by a contributor. Unit: vfmt Bugs/feature requests, that are related to the `vfmt`, the formatter for V.
#23440 opened Jan 11, 2025 by islonely
On archlinux, AUR doesn't want to install Bug This tag is applied to issues which reports bugs.
#23430 opened Jan 11, 2025 by TotoShampoin
json decode silently discards quoted numeric types Bug This tag is applied to issues which reports bugs. Modules: JSON Bugs/feature requests, that are related to `json` and `x.json2` modules. Modules: x.json2 Bugs related to *only* x.json2 (the pure V implementation) Status: Confirmed This bug has been confirmed to be valid by a contributor. Unit: vlib Bugs/feature requests, that are related to the vlib.
#23424 opened Jan 10, 2025 by louis77
incorrect final expression error in or block with if/else statement Unit: Compiler Bugs/feature requests, that are related to the V compiler in general.
#23416 opened Jan 9, 2025 by islonely
Single selective import will produce a warning "module is imported but never used" Bug This tag is applied to issues which reports bugs. Status: Confirmed This bug has been confirmed to be valid by a contributor. Unit: Compiler Bugs/feature requests, that are related to the V compiler in general. Unit: Parser Bugs/feature requests, that are related to the V parser or syntax (*not* semantic ones).
#23412 opened Jan 8, 2025 by khalyomede
Warn about dead code within match and if/else Feature/Enhancement Request This issue is made to request a feature or an enhancement to an existing one. Unit: Compiler Bugs/feature requests, that are related to the V compiler in general.
#23404 opened Jan 8, 2025 by jorgeluismireles
2 tasks
freestanding_module_import_2 assembly failure on ARM64 Bug This tag is applied to issues which reports bugs.
#23397 opened Jan 7, 2025 by davidebeatrici
Wrong error when declaring an attribute right after an incomplete variable declaration Bug This tag is applied to issues which reports bugs.
#23396 opened Jan 7, 2025 by davidebeatrici
Native backend error in vlib/time/time_nix.c Bug This tag is applied to issues which reports bugs.
#23395 opened Jan 6, 2025 by mike-ward
cgen error when trying to thread.wait() on an unset thread field of struct Bug This tag is applied to issues which reports bugs. Unit: cgen Bugs/feature requests, that are related to the default C generating backend.
#23390 opened Jan 6, 2025 by islonely
vfmt: automatically add imports for vlib modules Feature/Enhancement Request This issue is made to request a feature or an enhancement to an existing one.
#23389 opened Jan 6, 2025 by islonely
2 tasks
[Feature] Convert ORM to Table
#23379 opened Jan 5, 2025 by Avey777
2 tasks
cgen bug when using generics with C types Bug This tag is applied to issues which reports bugs. Status: Confirmed This bug has been confirmed to be valid by a contributor. Unit: cgen Bugs/feature requests, that are related to the default C generating backend.
#23374 opened Jan 4, 2025 by dy-tea
strconv: string interpolation with '${f:54.40f}' leads to a MemorySanitizer: use-of-uninitialized-value error Bug This tag is applied to issues which reports bugs. Status: Confirmed This bug has been confirmed to be valid by a contributor. strconv module Unit: Memory Management Bugs/feature requests, that are related to the memory management of the compiler.
#23359 opened Jan 4, 2025 by spytheman
json2 is not decoding embedded structs properly Bug This tag is applied to issues which reports bugs. Modules: x.json2 Bugs related to *only* x.json2 (the pure V implementation)
#23354 opened Jan 3, 2025 by hungrybluedev
Enum values set with constants calculated with $if/$else can result in duplicated values Bug This tag is applied to issues which reports bugs. Unit: Checker Bugs/feature requests, that are related to the type checker.
#23348 opened Jan 2, 2025 by jorgeluismireles
ProTip! Exclude everything labeled bug with -label:bug.