-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Label
Projects
Milestones
Assignee
Sort
Issues list
Better line indication where compiler found a channel push syntax error
#23571
opened Jan 24, 2025 by
jorgeluismireles
2 tasks
cgen: using a mut method of mut generic array parameter makes undefined symbol 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.
#23566
opened Jan 24, 2025 by
lemoncmd
cgen error for fixed array of fixed arrays in const
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.
#23565
opened Jan 23, 2025 by
gechandesu
runtime error, while printing Bugs/feature requests, that are related to the automatic string method generation.
Bug
This tag is applied to issues which reports bugs.
Option Type
Bugs/feature requests, that are related to `?Type`.
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.
println(invalid.str())
, where invalid is ?&html.Tag
Auto str Method Generation
#23558
opened Jan 23, 2025 by
spytheman
cgen error for This tag is applied to issues which reports bugs.
Compiler Panic
The V compiler itself paniced. It should not, it should produce nice and readable errors instead.
Unit: cgen
Bugs/feature requests, that are related to the default C generating backend.
dump(x.str())
, when x
is ?&Type
Bug
#23557
opened Jan 23, 2025 by
spytheman
cgen error, when compiling This tag is applied to issues which reports bugs.
Generics[T]
Bugs/feature requests, that are related to the V generics.
Interface handling
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.
mut r3 := Zip[int,int]{}
, for struct Zip[A,B] { a Iterator[A] b Iterator[B] }
Bug
#23556
opened Jan 23, 2025 by
spytheman
Unhandled Exception when setting const to function that returns error or struct
C gen declarations order
Wrong order of declarations in CGEN.
Status: Confirmed
This bug has been confirmed to be valid by a contributor.
#23555
opened Jan 23, 2025 by
islonely
Playground This tag is applied to issues which reports bugs.
OS: Playground
Bugs/feature requests, that are specific to play.vlang.io.
@LOCATION
and @FILE_LINE
interpolation problems
Bug
#23554
opened Jan 22, 2025 by
jorgeluismireles
C error on 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.
&(arr.last() as Type)
Bug
#23528
opened Jan 19, 2025 by
islonely
-autofree C compiler error
Autofree
Bugs/feature requests, that are related to -autofree.
Bug
This tag is applied to issues which reports bugs.
#23527
opened Jan 19, 2025 by
mike-ward
vfmt inconsistency between CRLF and LF end of line
Bug
This tag is applied to issues which reports bugs.
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.
#23524
opened Jan 19, 2025 by
AlphaByte02
Unhandled Exception 0x149f6f0
Bug
This tag is applied to issues which reports bugs.
Status: Confirmed
This bug has been confirmed to be valid by a contributor.
#23522
opened Jan 19, 2025 by
koplenov
Private type should not be public
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.
#23518
opened Jan 19, 2025 by
kbkpbot
immutable instance of a struct can be modified via interface
Bug
This tag is applied to issues which reports bugs.
#23509
opened Jan 18, 2025 by
syobocat
autofree: os.execute string allocation not freed
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.
#23491
opened Jan 16, 2025 by
Eliyaan
autofree crash with $dbg
Autofree
Bugs/feature requests, that are related to -autofree.
Bug
This tag is applied to issues which reports bugs.
#23490
opened Jan 16, 2025 by
Eliyaan
net.smtp: attachments seem like not fully conform for all mail providers
Bug
This tag is applied to issues which reports bugs.
#23488
opened Jan 16, 2025 by
7underlines
option sumtype 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: 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.
is
checking breaks
Bug
#23486
opened Jan 16, 2025 by
felipensp
Special channel features example needs set capacity to success
Unit: Documentation
Bugs/feature requests, that are related to the documentations.
#23481
opened Jan 15, 2025 by
jorgeluismireles
cgen: invalid autogenerated eq functions
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.
#23472
opened Jan 14, 2025 by
dy-tea
C error printing the reference of a not integer variable.
Bug
This tag is applied to issues which reports bugs.
#23461
opened Jan 14, 2025 by
jorgeluismireles
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
Previous Next
ProTip!
Mix and match filters to narrow down what you’re looking for.