vlang / v

Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io
MIT License
35.5k stars 2.15k forks source link

checker: update checker.v #21698

Closed eltociear closed 1 week ago

eltociear commented 1 week ago

explictly -> explicitly

spytheman commented 1 week ago

You will need to run VAUTOFIX=1 ./v vlib/v/compiler_errors_test.v 2 times in a row, to fix the .out files too, and commit the results.

(or you can edit manually vlib/v/checker/tests/anon_fn_arg_type_err.out and vlib/v/parser/tests/closure_not_declared.out)