1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/checker
2022-10-25 18:17:48 +03:00
..
tests checker: add error for unwrapped result in infix expr (#16175) 2022-10-24 11:53:35 +03:00
assign.v checker: disallow literals on the left side of assignments (#15999) 2022-10-08 19:27:30 +03:00
check_types.v all: change optional to result in vlib/v. (#16177) 2022-10-24 11:51:20 +03:00
checker.v checker: fix returning embedded error result (#16208) 2022-10-25 18:17:48 +03:00
comptime.v cgen,checker: support simple voidptr casts in consts, without delaying the initialisation to _vinit (#15996) 2022-10-08 13:14:26 +03:00
containers.v all: clean up optional and result handling (#16034) 2022-10-11 09:23:57 +03:00
fn.v checker, cgen: enable calls to methods of the parent element array, when an array element is an alias (fix #16169) (#16187) 2022-10-24 12:02:24 +03:00
for.v all: clean up optional and result handling (#16034) 2022-10-11 09:23:57 +03:00
if.v checker: check unused last expression in if (fix #16084) (#16088) 2022-10-17 18:15:01 +03:00
infix.v checker: add error for unwrapped result in infix expr (#16175) 2022-10-24 11:53:35 +03:00
interface.v all: clean up optional and result handling (#16034) 2022-10-11 09:23:57 +03:00
match.v checker: check type mismatch of return match expr (#16019) 2022-10-10 19:41:55 +03:00
orm.v orm: init or implementation (#14989) 2022-08-31 14:43:20 +03:00
return.v checker: fix returning embedded error result (#16208) 2022-10-25 18:17:48 +03:00
str.v fmt: fix unreasonable wrap after if in if very_long && condition { (fix #15635) (#15995) 2022-10-08 19:31:00 +03:00
struct.v checker: fix missed check on the initialization of result struct fields (fix #16152) (#16153) 2022-10-22 20:02:11 +03:00