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

can't build V under windows 7 32b Bug This tag is applied to issues which reports bugs.
#23137 opened Dec 11, 2024 by 21h
math.log10(10.0) produces 0.9999999999999999, instead of 1.0, when compiled with -exclude @vlib/math/*.c.v Bug This tag is applied to issues which reports bugs. Modules: math Bugs to the math approximations or to the libm wrappers Status: Confirmed This bug has been confirmed to be valid by a contributor.
#23136 opened Dec 11, 2024 by spytheman
add icon to gg.Config to be used with gg.new_context()
#23135 opened Dec 11, 2024 by YukiiVR
1 of 2 tasks
[option] or block corrupts pointer Bug This tag is applied to issues which reports bugs.
#23133 opened Dec 11, 2024 by russo-2025
vlang repl is slow on OSX Bug This tag is applied to issues which reports bugs.
#23128 opened Dec 11, 2024 by Grabber
literal value cannot used for call C.va_list func Bug This tag is applied to issues which reports bugs.
#23123 opened Dec 10, 2024 by kitech
Array of options (like ?u32(none)) 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.
#23089 opened Dec 7, 2024 by mecolosimo
C compilation error when using string concatenation with autofree Autofree Bugs/feature requests, that are related to -autofree. 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.
#23081 opened Dec 6, 2024 by dy-tea
x.json2.decode2: all missing fixes to make x.json2.decode2 to be x.json2 Bug This tag is applied to issues which reports bugs. Modules: x.json2 Bugs related to *only* x.json2 (the pure V implementation)
#23080 opened Dec 6, 2024 by enghitalo
support shorthand enum syntax in array init Feature/Enhancement Request This issue is made to request a feature or an enhancement to an existing one. Type: Specification Everything related to the formal specification of how V should behave Unit: Compiler Bugs/feature requests, that are related to the V compiler in general.
#23077 opened Dec 6, 2024 by Le0Developer
2 tasks
Compiler accepts &int as a key for map[int]int Bug This tag is applied to issues which reports bugs. 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. Unit: Type System Bugs/feature requests, that are related to the V types system.
#23069 opened Dec 5, 2024 by Krotki
C2V issue translating .h file Bug This tag is applied to issues which reports bugs. v translate / c2v
#23053 opened Dec 2, 2024 by penguindark
C Compilation Issue -- Appears Related to Quoted Items Inside Strings Bug This tag is applied to issues which reports bugs. Parallel CGEN 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.
#23045 opened Dec 2, 2024 by bfisherqsi
cgen error when using sdl.Window as non-ref type for struct field 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.
#23042 opened Dec 1, 2024 by larpon
orm: ignores columns with type time.Duration Bug This tag is applied to issues which reports bugs. ORM Bugs/feature requests, that are related to the V ORM. 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.
#23033 opened Dec 1, 2024 by Le0Developer
orm: cgen issue when updating embedded structs Bug This tag is applied to issues which reports bugs. ORM Bugs/feature requests, that are related to the V ORM. 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.
#23023 opened Nov 30, 2024 by Le0Developer
JSON decode function does not return error on invalid type Modules: JSON Bugs/feature requests, that are related to `json` and `x.json2` modules.
#23021 opened Nov 30, 2024 by AngelJohank
checker: cannot assign to *val: expected StructTypePointer[int], not int literal Bug This tag is applied to issues which reports bugs. Generics[T] Bugs/feature requests, that are related to the V generics. Unit: Checker Bugs/feature requests, that are related to the type checker.
#23020 opened Nov 30, 2024 by enghitalo
checker: cannot use &int as &&int in argument 1 to Decoder.decode_value 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: Checker Bugs/feature requests, that are related to the type checker.
#23019 opened Nov 30, 2024 by enghitalo
cgen error when changing the signature of a function with a specialized generic struct parameter, that is not called 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.
#23014 opened Nov 30, 2024 by spytheman
Array of empty interface push function C error Bug This tag is applied to issues which reports bugs.
#23013 opened Nov 30, 2024 by jorgeluismireles
Array of empty interface push array of arrays C error Bug This tag is applied to issues which reports bugs.
#23012 opened Nov 30, 2024 by jorgeluismireles
Empty interface array push fixed array C error 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.
#23011 opened Nov 30, 2024 by jorgeluismireles
ProTip! Exclude everything labeled bug with -label:bug.