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
Can't compile generated C Bug This tag is applied to issues which reports bugs. Unit: cgen Bugs/feature requests, that are related to the default C generating backend.
#22762 opened Nov 4, 2024 by downfall85
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
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
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
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
cgen error for program compiled with -autofree Autofree Bugs/feature requests, that are related to -autofree. Bug This tag is applied to issues which reports bugs. 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.
#21837 opened Jul 9, 2024 by spytheman
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
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
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
Compiler Bug raised when trying to compile my code 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.
#20889 opened Feb 22, 2024 by gthvn1
Compiler error: "tcc: error: undefined symbol 'orm__main__RecordStatus_to_primitive'" Bug This tag is applied to issues which reports bugs. Build V build error on any OS/CPU architecture. ORM Bugs/feature requests, that are related to the V ORM. Unit: cgen Bugs/feature requests, that are related to the default C generating backend.
#19818 opened Nov 9, 2023 by ladecadence
CGen: undeclared variable Bug This tag is applied to issues which reports bugs. Unit: cgen Bugs/feature requests, that are related to the default C generating backend.
#19584 opened Oct 16, 2023 by SlashScreen
Memory leaks when using if var := some_map[type] {...} Bug This tag is applied to issues which reports bugs. Option Type Bugs/feature requests, that are related to `?Type`. Result Type Bugs/feature requests, that are related to `!Type`. 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. Unit: Memory Management Bugs/feature requests, that are related to the memory management of the compiler.
#19454 opened Sep 27, 2023 by larpon
cgen error with -cstrict -cc clang, and source code with a defer body in a match branch, using a local var declared in the match branch Bug This tag is applied to issues which reports bugs. 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. Unit: Compiler Bugs/feature requests, that are related to the V compiler in general.
#19092 opened Aug 9, 2023 by spytheman
Using structures defined in C header file leads to compilation error Bug This tag is applied to issues which reports bugs. Nicer V Errors Bugs/feature requests, related to improving V error messages. 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.
#19050 opened Aug 3, 2023 by slavaschmidt
foo(mut a) generates invalid c code, for fn foo(mut baz ?&Abc) {, and mut a := ?Abc{} Bug This tag is applied to issues which reports bugs. Option Type Bugs/feature requests, that are related to `?Type`. 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.
#18818 opened Jul 8, 2023 by spytheman
Recursive constant declaration through function results in cgen error Bug This tag is applied to issues which reports bugs. 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.
#18032 opened Apr 23, 2023 by Hakunamawatta
arrays: buggy result for arrays.concat/2, and a runtime panic with -gc 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.
#17845 opened Apr 1, 2023 by spytheman
C error from a name shadow that uses the same name as a C function in unsafe 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.
#17831 opened Mar 30, 2023 by csfore
cgen error on v -autofree run bug.v 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. Unit: Memory Management Bugs/feature requests, that are related to the memory management of the compiler.
#16845 opened Jan 2, 2023 by spytheman
Problems with string interpolation of SomeStruct<T> as well as methods on generic structs, returning SomeStruct<&T> 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. Unit: Type System Bugs/feature requests, that are related to the V types system.
#16340 opened Nov 5, 2022 by spytheman
2
8
ProTip! Follow long discussions with comments:>50.