0 branches
Tree
Top files
Clone with HTTPS:
imported_struct_field_with_any_type_err
checker: fix C Error: [ ';' expected (got "MessageError") ] (fixes #13484)
last Apr 23
80 bytes
imported_symbol_named_arg_unused_import
parser: import : warning err (fixes #24110)
last Apr 14
524 bytes
indirect_import_unknown_module
checker: Incorrect error message when importing modules indirectly (fixes #16271)
last Apr 14
169 bytes
unused_private_declarations
checker: add declaration errors for unused functions and constants (fixes #19079)
last Mar 25
451 bytes
c_type_cast_imported_from_module
checker: allow c declarations imported from an external module to be used for casting (fixes #26192)
last Apr 21
134 bytes
module_with_redeclaration
breaking,vlib: update handling of imports whose symbols are not directly used in imported file, remove `pub const is_used = 1` workarounds (#21160)
2 years ago
409 bytes
anon_fn_name_across_files
parser: fix anonymous function name collisions across files (#26642)
last Feb 23
831 bytes
c_fn_import_marks_module_used
checker: fix using only C functions from a module making it appear unused (fixes #26232)
last Apr 15
128 bytes
deprecated_consts
revert: deprecated_after attribute change (fixes #19138) - incomplete, breaks time/format.v
last Apr 14
154 bytes
deprecated_module
revert: deprecated_after attribute change (fixes #19138) - incomplete, breaks time/format.v
last Apr 14
440 bytes
anon_fn_name_across_files.out
parser: fix anonymous function name collisions across files (#26642)
last Feb 23
4 bytes
c_fn_import_marks_module_used.out
checker: fix using only C functions from a module making it appear unused (fixes #26232)
last Apr 15
2 bytes
c_type_cast_imported_from_module.out
checker: allow c declarations imported from an external module to be used for casting (fixes #26192)
last Apr 21
2 bytes
deprecated_consts.out
revert: deprecated_after attribute change (fixes #19138) - incomplete, breaks time/format.v
last Apr 14
269 bytes
embedded_private_method_visibility.out
checker: fix embedded struct member visibility (fixes #13607)
last Feb 26
2 bytes
imported_struct_field_with_any_type_err.out
checker: fix C Error: [ ';' expected (got "MessageError") ] (fixes #13484)
last Apr 23
215 bytes
imported_symbol_named_arg_unused_import.out
parser: import : warning err (fixes #24110)
last Apr 14
1 bytes
indirect_import_unknown_module.out
checker: Incorrect error message when importing modules indirectly (fixes #16271)
last Apr 14
226 bytes
module_with_redeclaration.out
v: prepare for making `-W impure-v` the default (#19940)
2 years ago
267 bytes
module_alias_started_with_underscore.out
all: do not warn/error for `import flag as _`
2 years ago
253 bytes
overload_return_type.out
all: change the way import symbols work & support consts (#7182)
5 years ago
229 bytes
unused_private_declarations.out
checker: make unused private fn/const warning a notice
last Apr 26
515 bytes