0 branches
Tree
Top files
Clone with HTTPS:
alias_to_another_module
cgen: fix struct type dependency sorting, when struct field types, are aliases to struct types from other modules (#13779)
4 years ago
154 bytes
anon_struct_param_public_fields
parser: All fields within a structure param should be public by default (fixes #24234)
last Apr 14
236 bytes
another_module
cgen: fix struct type dependency sorting, when struct field types, are aliases to struct types from other modules (#13779)
4 years ago
154 bytes
callback_consumer_module
cgen: correct function definitions for callbacks in imported modules (fix #25700) (#25719)
last Nov 13
587 bytes
consts_with_complex_init
cgen: fix missing scope enclosing for const init which needs temp variables (#20973)
2 years ago
275 bytes
consts_with_or_blocks_in_different_files
cgen: fix temporary var name conflicts between const definitions with or_block in different files(fix #19149) (#19894)
2 years ago
370 bytes
function_types_from_module
checker: fix builder error when using function types from a module (fixes #18853)
last Mar 25
903 bytes
imported_interface_auto_eq_18326
cgen: fix duplicate code generated when using interface from a package (fixes #18326)
last Mar 25
792 bytes
interface_array_concat_from_another_module
cgen: fix error related to empty interface (fixes #25872)
last Apr 14
1.09 KB
interface_from_another_module
ci: rename one of the duplicate `main_test.v` files, to reduce false positives (workaround)
1 year ago
198 bytes
methods_struct_another_module
checker, fmt: fix static methods not recognized when imported from a module(fix #19127) (#19133)
2 years ago
407 bytes
private_mutability
checker: Mutability breaks encapsulation principle (fixes #24719)
last Apr 14
753 bytes
same_module_type_name_fn
parser: module function name conflict to keyword/type (fixes #23173)
last Apr 14
357 bytes
staticfnref
parser: failed to compile: Reference to a function prefixed with a type name is expected to be an enum (fixes #26414)
last Mar 11
141 bytes
sub
v.parser: improve the unused import warning message (add fixing alternatives) (#25880)
last Dec 3
939 bytes
submodules
v: forbid function parameter names, shadowing imported module names (#17210)
3 years ago
602 bytes
imported_static_method_fn_ref_test.v
parser: failed to compile: Reference to a function prefixed with a type name is expected to be an enum (fixes #26414)
last Mar 11
314 bytes
same_module_type_name_fn_test.v
parser: module function name conflict to keyword/type (fixes #23173)
last Apr 14
213 bytes