Delyan Angelov
|
e5a84719ca
|
all: require calling `optfn() ?` / `optfn() or {...}` for `fn optfn() ? {}`
|
2021-01-26 16:43:17 +02:00 |
spaceface
|
5f2b2df546
|
checker: don't disallow defining methods on interfaces (#8335)
|
2021-01-26 11:56:17 +01:00 |
zakuro
|
3959ba5751
|
checker: make a calling no-body function a checker error (#8265)
|
2021-01-26 11:19:48 +01:00 |
Lukas Neubert
|
2007dbc7b5
|
fmt: put the opening brace on a new line again for infix (#8336)
|
2021-01-26 11:19:32 +01:00 |
Lukas Neubert
|
3790bd67e3
|
fmt: minor cleanup of sql_expr (#8340)
|
2021-01-26 10:36:46 +01:00 |
zakuro
|
22847d1ec3
|
fmt: assert (a == b) -> assert a == b (#8351)
|
2021-01-26 10:36:21 +01:00 |
Daniel Däschle
|
7bb9c0e7b3
|
checker: fix multi generic args (#8347)
|
2021-01-26 09:37:48 +02:00 |
Lukas Neubert
|
c6f98afaba
|
fmt: minor cleanup of return_stmt (#8341)
|
2021-01-25 23:22:14 +01:00 |
Delyan Angelov
|
dbaccd4272
|
vfmt: shorten `main.const_name` to just `const_name`
|
2021-01-25 20:57:33 +02:00 |
spaceface
|
daff085033
|
checker: fix treating C structs with capitalized fields as embeds (#8343)
|
2021-01-25 18:47:14 +02:00 |
Delyan Angelov
|
cb04e6dccc
|
tests: move is_nodejs_working() to jsgen_test.v
|
2021-01-25 18:46:28 +02:00 |
yuyi
|
3199b982a9
|
cgen: minor cleanup of comp_for in comptime.v (#8337)
|
2021-01-25 17:08:48 +01:00 |
Daniel Däschle
|
006a11454f
|
cgen: fix generic type $else $if (#8339)
|
2021-01-25 17:08:02 +01:00 |
Delyan Angelov
|
a5b10b5539
|
parser: improve the error message for unexpected keywords
|
2021-01-25 15:29:07 +02:00 |
yuyi
|
444d49da75
|
cgen: minor cleanup of gen_assert_stmt (#8334)
|
2021-01-25 15:28:34 +02:00 |
Nick Treleaven
|
02d8ede94d
|
cgen: fix `$if T !is` (#8311)
|
2021-01-25 14:25:52 +01:00 |
Lukas Neubert
|
b2f2f387dc
|
fmt: cleanup and expand tests for ternary if (#8333)
|
2021-01-25 14:22:08 +01:00 |
yuyi
|
1c9950c84a
|
cgen: fix map_complex_high_order_fixed_array (#8329)
|
2021-01-25 14:40:53 +02:00 |
Delyan Angelov
|
728344ff65
|
ci: fix `v test-cleancode`
|
2021-01-25 12:55:01 +02:00 |
Delyan Angelov
|
94fd3ff431
|
checker: remove the 'in module main cannot be declared public' error/warning
|
2021-01-25 12:55:00 +02:00 |
Delyan Angelov
|
d3d301d8ff
|
gen: use externally_visible too for VV_EXPORTED_SYMBOL when ARM is defined
|
2021-01-25 12:40:28 +02:00 |
yuyi
|
d3327ba50f
|
cgen: fix for_mut_val_in_map_fixed_array (#8314)
|
2021-01-24 23:18:11 +01:00 |
spaceface
|
4be45e8d02
|
checker: add mutability checks for interface fields; add tests (#8312)
|
2021-01-24 22:11:17 +01:00 |
Uwe Krüger
|
815104e5d0
|
parser: parse `-1` and `-13.3` as number literals (#8321)
|
2021-01-24 22:09:51 +01:00 |
Lukas Neubert
|
997f56a3dc
|
fmt: better newline handling in block comments (#8325)
|
2021-01-24 22:08:24 +01:00 |
Daniel Däschle
|
750738aa12
|
cgen: fix optional sum types (#8319)
|
2021-01-24 20:56:44 +01:00 |
Emily Hudson
|
2e695a8e8f
|
cgen: free temporary channel arrays (#8324)
|
2021-01-24 20:02:17 +01:00 |
Alexander Medvednikov
|
29d6e40f29
|
all: vfmt (new const rule)
|
2021-01-24 10:54:27 +01:00 |
Alexander Medvednikov
|
12ff1c2702
|
doc: document the new const rule
|
2021-01-24 10:23:52 +01:00 |
Alexander Medvednikov
|
80e6b090ea
|
checker: remove an obsolete const test
|
2021-01-24 10:17:36 +01:00 |
Alexander Medvednikov
|
2238bf9a83
|
fmt: use new const rule in tests
|
2021-01-24 10:12:49 +01:00 |
Alexander Medvednikov
|
8bcb6c10cc
|
checker: remove duplicate const error; fmt: force full path to consts
|
2021-01-24 10:01:13 +01:00 |
Lukas Neubert
|
522eac200f
|
fmt: keep `arr << if x {} else {}` on a single line (#8289)
|
2021-01-24 08:02:35 +01:00 |
Uwe Krüger
|
79b4b0e6c8
|
parser: assure explicit `map` init contains no parameters (#8299)
|
2021-01-24 01:06:43 +02:00 |
Uwe Krüger
|
1ea5cedd03
|
parser/cgen: fix explicit array/map shared/reference initializers (#8307)
|
2021-01-23 23:54:57 +02:00 |
Daniel Däschle
|
35432c5e92
|
gen: fix generic multi return (#8303)
|
2021-01-23 23:41:32 +02:00 |
Swastik Baranwal
|
8a59ffb4b7
|
cgen: allow `==` to be user defined if `!=` is auto generated and vice versa (#8286)
|
2021-01-23 16:59:39 +01:00 |
Delyan Angelov
|
4065a0327a
|
gen: fix autogeneration of .str() methods for sumtypes that have child types with custom .str() methods
|
2021-01-23 17:22:19 +02:00 |
Uwe Krüger
|
74115fe70a
|
parser: auto-import `sync` when `shared` objects are used (#8294)
|
2021-01-23 16:03:21 +01:00 |
Uwe Krüger
|
38880b23eb
|
checker: allow `a[i]` for `shared` arrays outside `unsafe` (#8292)
|
2021-01-23 13:33:32 +01:00 |
yuyi
|
b8857baa98
|
parser: fix map_init position (#8293)
|
2021-01-23 13:33:19 +01:00 |
R cqls
|
749d6133a1
|
v.pkgconfig: handle paths to local .pc files too (needed for homebrew) (#8290)
|
2021-01-23 13:09:53 +02:00 |
Alexander Medvednikov
|
ba2a15c9d7
|
parser: fix const check
|
2021-01-23 10:46:00 +01:00 |
yuyi
|
5ee3fecf60
|
checker: check for mut val in immutable obj (#8285)
|
2021-01-23 10:40:17 +01:00 |
Delyan Angelov
|
d4f6f5eec4
|
sokol,fontstash: move f_d_use_freetype.v to vlib/fontstash/a_d_use_freetype.v
|
2021-01-23 11:39:17 +02:00 |
Alexander Medvednikov
|
45cc3ec664
|
sokol: remove an absolute import
|
2021-01-23 10:32:00 +01:00 |
Alexander Medvednikov
|
d991712b3c
|
gg: native rendering mode on macOS
|
2021-01-23 10:25:43 +01:00 |
Delyan Angelov
|
a3908414e4
|
pref: fix handling of _d_custom.v files, use it in vlib/sokol/f/f_d_use_freetype.v
|
2021-01-23 11:21:56 +02:00 |
Lukas Neubert
|
8b61891348
|
fmt: smarter if condition wrapping (#8201)
|
2021-01-23 10:33:22 +02:00 |
zakuro
|
9812230847
|
checker: make the no-body main function a checker error (#8211)
|
2021-01-23 10:30:26 +02:00 |