Commit Graph

9850 Commits (dc9068b4d3be98e95e9b1c9f984e579fdaa4cb64)

Author SHA1 Message Date
yuyi dc9068b4d3
cgen: fix error for if expr with nested match expr () 2022-04-25 19:07:26 +02:00
yuyi 052c8e0282
parser: fix generic anon fn decl with type only argument () 2022-04-25 19:07:26 +02:00
yuyi 0a12fd7212
checker: fix error for fn with array of aliases argument () 2022-04-25 19:07:26 +02:00
yuyi eca95dcedc
checker: check array builtin method's arguments () 2022-04-25 19:07:26 +02:00
yuyi 8824f5f103
checker: check map builtin method's arguments () 2022-04-25 19:07:26 +02:00
ChAoS_UnItY 73260c6fc0
checker, cgen: allow static (fixed) arrays in `in` operator () 2022-04-21 10:35:00 +02:00
Delyan Angelov 13e2d73339
bootstrap: remove -I ./thirdparty/stdatomic/nix from make files () 2022-04-21 10:34:58 +02:00
lemon 262ec40851
builtin: fix `-cc gcc -gc boehm` on linux and macos () 2022-04-21 10:34:34 +02:00
Nick Treleaven 47ae5a93d4
builtin: remove unnecessary casts for defunct small unsigned warning () 2022-04-21 10:34:34 +02:00
yuyi 1a76b50004
checker: minor cleanup in assign_stmt() () 2022-04-21 10:34:34 +02:00
Hunam 1e42538e22
os: small cleanup of function description () 2022-04-21 10:34:34 +02:00
mjh 43e810024c
datatypes: fix bst child access, when .root is 0 () 2022-04-21 10:34:34 +02:00
Larpon 1cb4fe5a0a
os: add info about overwritten content to `write_file` () 2022-04-21 10:34:34 +02:00
yuyi 5ec0820332
ast: minor cleanup of types.v () 2022-04-21 10:34:34 +02:00
yuyi 81a178ee8d
checker, cgen: use 'stmts.last()' instead of 'stmts[stmts.len - 1]' () 2022-04-21 10:34:34 +02:00
yuyi 9abf3a62c0
checker: fix error for fn with multi return () 2022-04-21 10:34:34 +02:00
yuyi f7dbbba7ae
checker: fix error for assign array of aliases () 2022-04-21 10:34:33 +02:00
Alexander Medvednikov fac15fb862
builtin: define C.abs() 2022-04-21 10:34:33 +02:00
yuyi 9c7da323f1
checker: check error for arguments of array.contains() () 2022-04-21 10:34:33 +02:00
playX 9c9b50933c
v.util: add math to builtin_module_names (temporary fix for C2V) () 2022-04-21 10:34:33 +02:00
playX 0065dba88a
checker: c2v fixes () 2022-04-21 10:34:33 +02:00
Delyan Angelov f3ce968124
sync: use #insert for atomic.h, so that bootstrapping can be simplified 2022-04-21 10:34:33 +02:00
Delyan Angelov b03aa06152
checker, cgen: add support for #insert, to simplify bootstrapping V 2022-04-21 10:34:33 +02:00
JalonSolov 43efdd464e
checker: fix error message when number of generic parameters is incorrect () 2022-04-21 10:34:33 +02:00
yuyi 168531d4e0
examples: fix optional in string interpolation and format error () 2022-04-19 12:42:44 +02:00
yuyi 1660be910d
token: minor cleanup of token.v () 2022-04-19 12:42:44 +02:00
yuyi 33005becf1
checker: check fn return type mismatch () 2022-04-19 12:42:44 +02:00
Nick Treleaven f291e5fdd8
checker: Revert part of small_unsigned == signed () ()
`gcc -W` doesn't error for e.g. u16 == i32, only for u32 == i16.
Any u16 value can fit in an i32.
2022-04-19 12:42:43 +02:00
yuyi 898167f986
checker: check error for fn decl with optional arguments () 2022-04-19 12:42:43 +02:00
yuyi 77593d6c68
cgen: minor cleanup of infix_expr.v () 2022-04-19 12:42:43 +02:00
yuyi 0d4d4ffc2d
ast, checker, cgen: fix aggregations type check () 2022-04-19 12:42:43 +02:00
spaceface 090a9755db
builtin: compile the gc statically by default () 2022-04-19 12:42:43 +02:00
Ikko Ashimine 186c056a46
io: fix typo in readerwriter.v ()
seperate -> separate
2022-04-17 16:52:49 +02:00
yuyi f33bccc111
checker, cgen: minor cleanup of last expr stmt expression () 2022-04-17 16:52:49 +02:00
yuyi 5e98ea12c8
checker, cgen: fix error for if expr with generic sumtype () 2022-04-17 12:14:33 +02:00
Vincenzo Palazzo 9f9d24d616
checker: ensure that the variant SubType exists ()
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
2022-04-17 12:14:33 +02:00
Delyan Angelov 53fde9c812
v.util: always compile vfmt with `-d vfmt` to enable more efficient parsing 2022-04-17 12:14:33 +02:00
Julien de Carufel 72a7c19f83
cgen: fix infix generics bug () 2022-04-17 12:14:33 +02:00
Delyan Angelov 2d9d4f86a8
v.pref: show the VCROSS_COMPILER_NAME notice only when the output is not a .c file 2022-04-17 12:14:32 +02:00
Delyan Angelov 0fd92699e7
ci: add test_byte_vs_u8 to int_test.v 2022-04-17 12:14:32 +02:00
Delyan Angelov 807038be66
ci: fix typeof_simple_types_test.v 2022-04-17 12:14:32 +02:00
Delyan Angelov 409fc2b1ee
ci: fix typeof_simple_types_test.v 2022-04-17 12:14:32 +02:00
Delyan Angelov f1eab54c04
ci: fix generic_fn_infer_struct_test.v 2022-04-17 12:14:32 +02:00
Delyan Angelov a33fa316b0
ci: fix code_test.v 2022-04-17 12:14:31 +02:00
Delyan Angelov 2136cba9fa
ci: fix coutput_test.v 2022-04-17 12:14:31 +02:00
Delyan Angelov b087105ce6
ci: fix fmt_test.v 2022-04-17 12:14:31 +02:00
Delyan Angelov aef5b1a05c
ci: fix `./v check-md -hide-warnings .` 2022-04-17 12:14:31 +02:00
Delyan Angelov 9a2e29a898
ci: fix `./v -progress test-cleancode` 2022-04-17 12:14:31 +02:00
Delyan Angelov 03ff1b6919
ci: fix more test-all failures 2022-04-17 12:14:31 +02:00
Delyan Angelov a9d9852b40
ci: more gen.js fixes 2022-04-17 12:14:30 +02:00