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

25 Commits

Author SHA1 Message Date
fb192d949b all: replace []byte with []u8 2022-04-15 15:35:35 +03:00
d4a0d6f73c all: byte => u8 2022-04-15 14:58:56 +03:00
8788512c4d checker: make using err.msg and err.code produce an *actual* notice, even with the present compatibility hack (will be *removed* in 2022-06-01) 2022-04-12 14:56:02 +03:00
82c4daa4b7 fmt: fail keep test when bin2v_keep preparation step fails (#9361) 2021-03-19 13:13:03 +02:00
04095f4088 ci: fix failing v -W build-tools and v -W build-examples; run vfmt. 2021-03-19 09:49:26 +02:00
d63b7bc35a all: update repo to use the new error handling syntax (#8950) 2021-02-28 23:20:21 +03:00
f54c1a5cc2 all: add strings.Builder.write_string and use write_string instead of write (#8892) 2021-02-22 13:18:11 +02:00
e5a84719ca all: require calling optfn() ? / optfn() or {...} for fn optfn() ? {} 2021-01-26 16:43:17 +02:00
16c9cbce7c fmt: correctly increase f.line_len for write_indent (#8174) 2021-01-18 06:02:29 +01:00
7458b699d0 fmt: change [1,2,3]!! to [1,2,3]! (#8081) 2021-01-13 08:32:17 +01:00
2820139216 bin2v: replace hyphens for const names (#7937) 2021-01-07 21:37:36 +01:00
5683af821e bin2v: correct newlines in console output (#7925) 2021-01-06 19:19:48 +02:00
cd2a2cef25 vlib/net: add buffered IO, x.net -> net (#6754) 2020-11-15 22:54:47 +02:00
2258ab17a4 bin2v: make output compliant to fmt -verify (#6763) 2020-11-06 15:36:14 +02:00
31ef921ef2 ci: fix warnings/errors due to the vfmt change 2020-10-15 16:17:52 +03:00
1bf7e1596b vbin2v: always lowercase generated const names 2020-08-28 23:45:49 +03:00
13faf864cb bin2v: validate .v file extension 2020-06-24 14:13:31 +02:00
8652f422d4 bin2v: specify custom filename for write 2020-06-24 12:56:00 +02:00
d4f0fe12ab bin2v: allow direct file output 2020-06-24 00:00:37 +02:00
9f4d498ff1 all: updateimport () and []array 2020-04-26 13:49:31 +02:00
a333ac1888 all: remove redundant parentheses in if statements 2020-03-29 10:08:42 +02:00
010f3efcf0 os: filename => file_name 2020-03-19 15:49:07 +01:00
9ef8499183 flag: unify apis 2020-03-19 07:06:37 +01:00
783dee1f48 os: merge with filepath 2020-03-07 22:26:26 +01:00
9332a83ce6 move v.v to cmd/v 2020-02-09 10:08:04 +01:00