v/vlib/v
Nick Treleaven 3c336b566d
checker: add check_expected() which returns an optional error (#6623)
2020-10-15 17:30:36 +02:00
..
ast all: switch to the new fn arg syntax everywhere; add lots of vfmt -verify tests 2020-10-15 12:32:28 +02:00
builder all: switch to the new fn arg syntax everywhere; add lots of vfmt -verify tests 2020-10-15 12:32:28 +02:00
cflag all: switch to the new fn arg syntax everywhere; add lots of vfmt -verify tests 2020-10-15 12:32:28 +02:00
checker checker: add check_expected() which returns an optional error (#6623) 2020-10-15 17:30:36 +02:00
depgraph vfmt: ran `v vet vlib/v/` and fix spaces 2020-07-04 16:19:54 +03:00
doc ci: fix warnings/errors due to the vfmt change 2020-10-15 16:17:52 +03:00
errors checker: add details about a non matching functional argument 2020-07-04 22:37:06 +03:00
eval fmt: lots of fixes 2020-04-25 17:49:16 +02:00
fmt ci: fix failing tests 2020-10-15 15:42:16 +03:00
gen autofree: use scopes to avoid dups 2020-10-15 16:26:59 +02:00
parser all: switch to the new fn arg syntax everywhere; add lots of vfmt -verify tests 2020-10-15 12:32:28 +02:00
pref pref: fix whitespace in compiler message (#6529) 2020-10-02 05:16:16 +02:00
scanner fmt: use `f(x int, y int)` instead of `f(x, y int)` 2020-10-15 12:00:46 +02:00
table all: switch to the new fn arg syntax everywhere; add lots of vfmt -verify tests 2020-10-15 12:32:28 +02:00
tests checker: update tests 2020-10-15 12:39:32 +02:00
token parser: warn about ambiguous infix/prefix op token (#6491) 2020-09-29 03:13:10 +02:00
util all: switch to the new fn arg syntax everywhere; add lots of vfmt -verify tests 2020-10-15 12:32:28 +02:00
vet tests: add .vv support for `v vet` too, and simplify vet_test.v 2020-08-25 18:46:33 +03:00
vmod os: remove base_dir(); dir() and base() fixes 2020-10-01 01:25:52 +02:00
compiler_errors_test.v ci: fix failing tests on windows too 2020-10-15 15:54:44 +03:00