1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Commit Graph

8258 Commits

Author SHA1 Message Date
1ea5cedd03 parser/cgen: fix explicit array/map shared/reference initializers (#8307) 2021-01-23 23:54:57 +02:00
35432c5e92 gen: fix generic multi return (#8303) 2021-01-23 23:41:32 +02:00
ef6839286e ci,tools: implement silent mode in ./v test-parser -S examples/cli.v 2021-01-23 18:53:47 +02:00
8a59ffb4b7 cgen: allow == to be user defined if != is auto generated and vice versa (#8286) 2021-01-23 16:59:39 +01:00
39e5f6e9df x.websocket: websocket server fix and bring back server autobahn (#8291) 2021-01-23 16:56:38 +01:00
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
74115fe70a parser: auto-import sync when shared objects are used (#8294) 2021-01-23 16:03:21 +01:00
bce6a35e8f crypto: add missing documentation to all pub functions (#8251) 2021-01-23 13:33:49 +01:00
38880b23eb checker: allow a[i] for shared arrays outside unsafe (#8292) 2021-01-23 13:33:32 +01:00
b8857baa98 parser: fix map_init position (#8293) 2021-01-23 13:33:19 +01:00
749d6133a1 v.pkgconfig: handle paths to local .pc files too (needed for homebrew) (#8290) 2021-01-23 13:09:53 +02:00
ba2a15c9d7 parser: fix const check 2021-01-23 10:46:00 +01:00
5ee3fecf60 checker: check for mut val in immutable obj (#8285) 2021-01-23 10:40:17 +01:00
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
c21f57ff59 os: vfmt os.v 2021-01-23 10:33:53 +01:00
45cc3ec664 sokol: remove an absolute import 2021-01-23 10:32:00 +01:00
d991712b3c gg: native rendering mode on macOS 2021-01-23 10:25:43 +01:00
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
8b61891348 fmt: smarter if condition wrapping (#8201) 2021-01-23 10:33:22 +02:00
9812230847 checker: make the no-body main function a checker error (#8211) 2021-01-23 10:30:26 +02:00
325731e3b6 docs: add description for $ (#8283) 2021-01-23 10:28:12 +02:00
c5c7addb88 checker: improve infer generic (#8281) 2021-01-23 10:19:08 +02:00
362a83d0c6 docs: add an example of zero padding in string interpolation 2021-01-23 09:02:33 +02:00
c2d501e8a9 all: implement interface fields (#8259) 2021-01-23 08:57:17 +02:00
3628751199 ci: fix prebuild.yml (#8269) 2021-01-23 08:04:24 +02:00
e06e8b10cd orm: fix empty struct and simplify (#8246) 2021-01-22 23:28:26 +01:00
dbf84520f1 all: update assoc syntax (#8274) 2021-01-22 23:24:48 +01:00
12897d1e2b examples: fix ./v -W -Wfatal-errors build-examples, run vfmt 2021-01-22 22:33:37 +02:00
7c7df37abb ci: re-enable vls-compiles (#8273) 2021-01-22 22:31:55 +02:00
970c03987d ci: temporarily comment the server tests for autobahn (#8272) 2021-01-22 22:30:53 +02:00
981b42125f encoding: document all of the encoding.base64 module (#8276) 2021-01-22 22:29:05 +02:00
081e3c46b4 cli: allow flag to be set multi time (#8256) 2021-01-22 19:03:02 +02:00
f2c6735d92 crypto: make Digest.sum() and Digest.write() private in md5 and sha1 (#8270) 2021-01-22 14:14:31 +01:00
500ebf77e4 all: implement multiple generics (#8231) 2021-01-22 13:49:56 +01:00
b10b76bb0d parser: remove the 'non-string keys are work in progress' warning 2021-01-22 12:25:17 +02:00
46cdf4f1ff 0.2.2 0.2.2 2021-01-22 10:39:44 +01:00
43d56cb883 string: update the test 2021-01-22 10:33:06 +01:00
216fea1eb3 string: remove left/right (one way!) 2021-01-22 10:26:07 +01:00
5815d96418 Revert "builtin: make string.(left|right) pub (#8245)"
This reverts commit 820e684313.
2021-01-22 10:09:31 +01:00
72168cd6bc parser: support mut: section in the interface methods, and a mut interface fn modifier (#8092) 2021-01-22 10:02:28 +02:00
1b09954622 parser: improve the position of mut receiver warning / error (#8240) 2021-01-22 09:38:37 +02:00
925ffd76f4 sync/channels: expose ch.closed as bool pseudo attribute (#8244) 2021-01-22 09:37:29 +02:00
820e684313 builtin: make string.(left|right) pub (#8245) 2021-01-22 09:35:32 +02:00
d44c632d11 cgen: fix innermost value of map fixed array (fix #8214) (#8247) 2021-01-22 09:32:56 +02:00
522d875489 checker: make it an error, to use ident outside of anon fn (#8232) 2021-01-22 09:24:49 +02:00
a569dc17e8 gg: allow fonts loaded with $embed_file() to be used (#8263) 2021-01-21 23:07:47 +02:00
3ee7bc960f checker/gen: fix smartcast pointer sumtype (#8260) 2021-01-21 22:31:25 +02:00
6b1956fb60 checker: fix warning at comptime call (#8248) 2021-01-21 21:36:11 +02:00
0d204603d1 gen: fix generic comp time if (#8254) 2021-01-21 21:17:44 +02:00
d8c94cd1fd vweb: make multipart Content-Type header detection case-insensitive (#8255) 2021-01-21 21:16:25 +02:00