Daniel Däschle
|
5b6eb7b2c9
|
cgen: simplify .str() generation (#7038)
|
2020-12-01 16:09:03 +01:00 |
Lukas Neubert
|
dea8662d6b
|
cli: show help for empty root command (#6636)
|
2020-10-17 19:06:27 +03:00 |
Alexander Medvednikov
|
3d4ab7de1e
|
checker: update tests
|
2020-10-15 12:39:32 +02:00 |
shnorbluk
|
b940dc4f8a
|
cli: help displayed when a Command has no execute function (fix #6530) (#6567)
|
2020-10-07 05:39:13 +02:00 |
Daniel Däschle
|
2204bad7cf
|
gen: removes space on struct printing (#6535)
|
2020-10-02 13:06:02 +02:00 |
Delyan Angelov
|
78e6ddee75
|
tests: enable running `v test .` inside vlib/v/ too
|
2020-09-18 19:20:01 +03:00 |
Nick Treleaven
|
497bf226e2
|
add TESTS.md file to explain different tests (#6318)
|
2020-09-07 13:48:15 +02:00 |
Delyan Angelov
|
e3f79df3ac
|
tests: support .vv in compiler_test.v too
|
2020-08-25 18:52:28 +03:00 |
Delyan Angelov
|
6c27ce58ed
|
v.util.vtest: extract the common code for VTEST_ONLY in a single place
|
2020-08-05 19:34:27 +03:00 |
Enzo
|
2de1437a1e
|
ci: vet all files from the compiler (#5994)
|
2020-07-27 12:15:29 +02:00 |
Delyan Angelov
|
73a259496e
|
tests: support `VTEST_ONLY=fn_,match_ ./v test-fixed` and in compiler_test.v
|
2020-07-09 10:47:16 +03:00 |
Delyan Angelov
|
cadde3e9f0
|
vlib: fix os.exec().output usages, that may rely on trimmed lines
|
2020-06-15 15:38:20 +03:00 |
Alexander Medvednikov
|
3bbda7103f
|
Revert "parser: allow void return type for C functions"
This reverts commit d7c63922d5.
|
2020-06-07 19:06:19 +02:00 |
Swastik Baranwal
|
d7c63922d5
|
parser: allow void return type for C functions
|
2020-06-07 19:45:27 +03:00 |
yuyi
|
84edbd83da
|
all: fix struct names error
|
2020-05-27 19:12:34 +03:00 |
Alexander Medvednikov
|
ca81442fac
|
parser: fix a small bug with <
|
2020-05-20 21:47:03 +02:00 |
Delyan Angelov
|
0e241162d9
|
panic: distinguish between builtin and main modules
|
2020-05-04 14:51:30 +03:00 |
Delyan Angelov
|
cdf70c070b
|
tests: add panic_with_cg.vv/.out
|
2020-05-04 14:34:51 +03:00 |
yuyi
|
c112b3aec5
|
tests: fix cleanup of compiler_test.v on windows
|
2020-05-04 11:33:54 +02:00 |
Delyan Angelov
|
acd80f052b
|
tests: improve diagnostic output on failure
|
2020-05-04 11:21:25 +03:00 |
Delyan Angelov
|
71a92eb87b
|
tests: fix CI failing for builtin __as_cast
|
2020-05-03 22:25:38 +03:00 |
Tim Basel
|
3e4cd12fd0
|
.gitignore: ignore all binary files by default
|
2020-04-29 16:49:13 +02:00 |
yuyi
|
9f4d498ff1
|
all: update`import ()` and `[]array`
|
2020-04-26 13:49:31 +02:00 |
Alexander Medvednikov
|
6248899d25
|
compiler_test: handle panics
|
2020-04-25 09:05:14 +02:00 |
Alexander Medvednikov
|
2d187fb951
|
runtime `as` type check: part 1
|
2020-04-25 08:36:53 +02:00 |
yuyi
|
2b4f72ef64
|
parser: fix empty import error
|
2020-04-23 14:48:05 +02:00 |
yuyi
|
f2e505d962
|
tests: enable compiler_test.v on Windows
|
2020-04-23 14:15:15 +02:00 |
Daniel Däschle
|
5818956cdc
|
cgen: % escape in string interpolated literals
* cgen: % escape in c call to _STR
* tests: add test for string % escape
* Add a test for the % escaping when interpolating inside strings
|
2020-04-12 16:24:23 +03:00 |
Daniel Däschle
|
c0d86eb651
|
cgen: printing pointer should print the address
|
2020-04-09 15:35:52 +02:00 |
Daniel Däschle
|
3fbf91a044
|
cgen: printing pointers
|
2020-04-09 12:29:29 +02:00 |
Daniel Däschle
|
1c340174b7
|
cgen: print nested structs
|
2020-04-08 22:14:01 +02:00 |
Daniel Däschle
|
d38acb5487
|
cgen: fix enum print case
|
2020-04-08 18:55:10 +02:00 |
Daniel Däschle
|
6bba7d4e3a
|
cgen: enum str()
|
2020-04-08 15:54:38 +02:00 |
Alexander Medvednikov
|
fd12e4e826
|
fix compiler_test.v
|
2020-04-02 18:12:10 +02:00 |
Delyan Angelov
|
61f79270a8
|
v2: compiler_test.v should fail on errors.
|
2020-04-02 19:01:31 +03:00 |
Alexander Medvednikov
|
eed7c91e87
|
move compiler tests from compiler/ to v/
|
2020-03-27 18:01:46 +01:00 |