Daniel Däschle
|
d679146a80
|
fmt: remove space in front of ? and ! (#14366)
|
2022-05-13 06:56:21 +03:00 |
|
zakuro
|
5e75c89b71
|
checker: allow noreturn in if expr (#12462)
|
2021-11-15 10:29:58 +02:00 |
|
05st
|
cc4af235f3
|
cgen: fix if-expression code generation if it evaluates to propagating optional / or block (#12032)
|
2021-10-02 14:30:04 +03:00 |
|
yuyi
|
ed78e638b3
|
cgen: fix if_expr with array methods cond (#10786)
|
2021-07-13 19:51:49 +03:00 |
|
StunxFS
|
92e95f127a
|
checker: correct type check for generic function with ternary if return (#9296)
|
2021-03-14 19:01:32 +02:00 |
|
Lukas Neubert
|
7f7f9dca6b
|
parser,fmt: fix regression with non-void arrays in if conditions (#9161)
|
2021-03-06 20:39:38 +02:00 |
|
yuyi
|
1dd1be4400
|
cgen: fix if_expr with array.map (fix #8925) (#8937)
|
2021-02-24 15:06:29 +02:00 |
|
Daniel Däschle
|
c6d6690064
|
checker: fix if expr infix (#8215)
* checker: fix if expr infix
* remove debugger code
* fmt
* remove debug
* add test cases
|
2021-01-21 12:42:24 +01:00 |
|
Alexander Medvednikov
|
63b8cdea7a
|
checker: require () in a && b || c
|
2020-06-02 22:21:44 +02:00 |
|
yuyi
|
63b2d4be99
|
cgen: make >8 indent levels work
|
2020-06-02 10:40:24 +02:00 |
|
Enzo Baldisserri
|
fd0d833e33
|
gen: if expressions with multiple statements
|
2020-05-14 17:15:25 +02:00 |
|
krischerven
|
0a03797694
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
|
Alexander Medvednikov
|
eed7c91e87
|
move compiler tests from compiler/ to v/
|
2020-03-27 18:01:46 +01:00 |
|