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

cgen error when -g is used on a program containing an if expression, with comptime if inside its branches 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.
#22873 opened Nov 16, 2024 by spytheman
Error when matching literal '*' using match_glob Bug This tag is applied to issues which reports bugs. Status: Confirmed This bug has been confirmed to be valid by a contributor. Unit: vlib Bugs/feature requests, that are related to the vlib.
#22867 opened Nov 15, 2024 by rodabt
output of json encode/decode of structs containing f64 arrays is not equivalent to the input Bug This tag is applied to issues which reports bugs. Modules: JSON Bugs/feature requests, that are related to `json` and `x.json2` modules. Status: Confirmed This bug has been confirmed to be valid by a contributor.
#22860 opened Nov 14, 2024 by holder66
cgen: invalid memory access panic when trying cleanup threads Bug This tag is applied to issues which reports bugs. Status: Confirmed This bug has been confirmed to be valid by a contributor.
#22776 opened Nov 6, 2024 by enghitalo
cgen doesn't create temporaries for arguments with multiple references 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.
#22749 opened Nov 3, 2024 by zeozeozeo
sigsegv with pure v program 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.
#22690 opened Oct 29, 2024 by markfirmware
checker: mutability of if-expression branch returns is not enforced 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.
#22653 opened Oct 25, 2024 by zeozeozeo
implements keyword not working with generics 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.
#22629 opened Oct 23, 2024 by saasira
RUNTIME ERROR: invalid memory access 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.
#22445 opened Oct 8, 2024 by ufm
checker,scanner: format specifier 'e' should not be recognized as exponent 'e' Bug This tag is applied to issues which reports bugs. Status: Confirmed This bug has been confirmed to be valid by a contributor.
#22429 opened Oct 7, 2024 by kbkpbot
C error: function pointer expected 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.
#22256 opened Sep 18, 2024 by einar-hjortdal
Wrapping a generic in a struct causes builder error when converting the generic to an array generic 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: 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.
#22250 opened Sep 18, 2024 by Trakis196
-autofree fails on if statement containing strings 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. Unit: Compiler Bugs/feature requests, that are related to the V compiler in general.
#22073 opened Aug 19, 2024 by Checkmate6659
Compiler error when trying to convey a variadic argument set 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.
#22049 opened Aug 15, 2024 by dadooda
simple generic structure declaration 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: 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.
#21989 opened Aug 3, 2024 by Cergoo
Library not found on compilation Bug This tag is applied to issues which reports bugs. Compiler: TCC Bugs/feature requests, that are related to compiling V programs with TCC. Modules: db Bugs/feature requests, that are related to the `db.*` modules. OS: Windows Bugs/feature requests, that are specific to Windows OS. Status: Confirmed This bug has been confirmed to be valid by a contributor.
#21638 opened Jun 3, 2024 by BreathXV
Fonts breaks when resizing gg window Bug This tag is applied to issues which reports bugs. Graphics/multimedia/gg/sokol A video, sound, rendering, or fonts related issue. Status: Confirmed This bug has been confirmed to be valid by a contributor.
#21610 opened May 30, 2024 by Cieciak
constant and results 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. Unit: Parser Bugs/feature requests, that are related to the V parser or syntax (*not* semantic ones).
#21609 opened May 30, 2024 by Eliyaan
Can not copy from the code block for V Status: Confirmed This bug has been confirmed to be valid by a contributor. Unit: Documentation Bugs/feature requests, that are related to the documentations.
#21582 opened May 27, 2024 by hidsh
compiling with clang sanitizer signals undefined behavior in rand module Bug This tag is applied to issues which reports bugs. Status: Confirmed This bug has been confirmed to be valid by a contributor.
#21525 opened May 18, 2024 by ttytm
incompatible redefinition of 'size_t' Bug This tag is applied to issues which reports bugs. OS: Windows Bugs/feature requests, that are specific to Windows OS. Status: Confirmed This bug has been confirmed to be valid by a contributor.
#21477 opened May 8, 2024 by RednibCoding
builder error: calling generic static type method from a module 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: 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.
#21476 opened May 8, 2024 by 4lxprime
Type-casting issue when providing a generic function as argument. 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.
#21132 opened Mar 28, 2024 by debilosaurus
Error handling, compile error Bug This tag is applied to issues which reports bugs. Result 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: Checker Bugs/feature requests, that are related to the type checker.
#20980 opened Mar 8, 2024 by eptx
addr2line: 'v': No such file, instead of meaningful output, when build fails due to internal bug Bug This tag is applied to issues which reports bugs. Status: Confirmed This bug has been confirmed to be valid by a contributor.
#20768 opened Feb 9, 2024 by nkoehring
ProTip! Add no:assignee to see everything that’s not assigned.