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

38 Commits

Author SHA1 Message Date
8b962f8446 checker: fix nested struct reference type field initialized check. (fix: #15741) (#15752) 2022-09-15 07:59:31 +03:00
5068b8b293 ftp: document all public methods (#14408) 2022-05-16 08:52:12 +03:00
d679146a80 fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
fb192d949b all: replace []byte with []u8 2022-04-15 15:35:35 +03:00
36ec47cd20 all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
143c3d4bb4 io: deprecate io.make_reader (not needed anymore) 2021-05-13 10:26:26 +03:00
b712af56fd all: bring back panic(err.msg) -> panic(err) (#9022) 2021-03-01 00:18:14 +01:00
d63b7bc35a all: update repo to use the new error handling syntax (#8950) 2021-02-28 23:20:21 +03:00
d0a64f2da7 net/openssl/websocket: implement io.Writer (#8980) 2021-02-27 10:29:18 +02:00
91af2418de ftp: minor optimization in dir() (#8518) 2021-02-02 18:51:55 +01:00
5ec6f7a781 ftp: fix error in dir() (#8504) 2021-02-02 08:22:52 +01:00
e5a84719ca all: require calling optfn() ? / optfn() or {...} for fn optfn() ? {} 2021-01-26 16:43:17 +02:00
d92f5c55ba net: use mut and refs as receivers consistently (#8205) 2021-01-20 11:11:01 +01:00
ad79d55a5c ftp: fix an error (#7930) 2021-01-07 20:21:47 +01:00
f751271e4e ftp: fix error of ftp.connect() (fix parts of #7914) (#7915) 2021-01-06 19:53:25 +02:00
cd2a2cef25 vlib/net: add buffered IO, x.net -> net (#6754) 2020-11-15 22:54:47 +02:00
dab66593fc vlib: run vfmt over vlib files, so that v doc -m vlib/ can run without warnings 2020-10-21 12:54:10 +03:00
7bd2804ce9 all: automatic error propagation in place of "or { return(err) }" 2020-08-29 01:58:03 +02:00
36eae1c175 builtin: x.vstring() instead of string(x) (#6102) 2020-08-10 18:05:26 +02:00
276c1de190 unsafe: tag with unsafe{} some more pointer manipulations 2020-07-22 21:42:51 +03:00
78e1127d99 cgen: treat the main module like any other v module 2020-07-01 00:53:53 +02:00
5ff7d07138 vdoc: fix sorting + other minor improvements 2020-06-19 10:36:45 +02:00
11b7b97311 parser: fail when assigning to _ with := 2020-06-08 00:47:04 +02:00
4608898bcd checker: fix multiple assign immutable error 2020-05-23 17:30:28 +02:00
f44a40eee0 checker: check incorrect names 2020-05-16 16:12:23 +02:00
32a7bd3a48 parser/checker: do not allow using private types from other modules 2020-05-04 21:56:41 +02:00
3e4cd12fd0 .gitignore: ignore all binary files by default 2020-04-29 16:49:13 +02:00
9f4d498ff1 all: updateimport () and []array 2020-04-26 13:49:31 +02:00
adb8fb1dc6 comptime: fix custom -d flags and $if x? {}. Fixes ftp_test.v . 2020-04-23 17:52:44 +03:00
fdac3a1f2e ftp.v: fix compilation 2020-04-10 23:23:42 +03:00
ef8c1203b4 cleanup: replace C for loops with range 2020-02-24 17:55:16 +01:00
0ad5d53423 net.http: more robust handling of relative /path URL redirects 2020-02-12 14:52:39 +01:00
990e44cd14 ftp: protocol compatibility 2020-01-19 13:53:13 +01:00
cc606623bb enable $if !network { checks in net tests 2020-01-16 19:44:16 +01:00
84a6c019e8 http: refactor and reduce duplication 2020-01-16 18:16:11 +01:00
68e1d8e8eb net.ftp: make ftp's tests just compile (not run) on CI 2019-12-28 13:55:53 +01:00
e02d6a3b04 ftp: flatten tests 2019-12-28 09:41:54 +01:00
ec6a8cc9fd move ftp to net/ftp 2019-12-28 09:16:27 +01:00