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

24 Commits

Author SHA1 Message Date
ab6e0ed0b3 add custom errors to encoding lib (#9513) 2021-03-30 15:27:26 +03:00
b64d781a20 csv: fix error of read() (#9193) 2021-03-08 16:57:02 +02:00
d63b7bc35a all: update repo to use the new error handling syntax (#8950) 2021-02-28 23:20:21 +03:00
ac2c3847af all: update copyright to 2019-2021 (#8029) 2021-01-18 13:20:06 +01:00
5a70eba8e1 all: byte.str() => byte.ascii_str() 2021-01-05 19:14:37 +01:00
01a5b263e5 encoding/csv: improve Reader docs (#6828) 2020-11-14 19:49:36 +02:00
7bd2804ce9 all: automatic error propagation in place of "or { return(err) }" 2020-08-29 01:58:03 +02:00
7f4cf08516 parser: check (mut f Foo) syntax 2020-05-17 13:51:18 +02:00
0606d26ba7 csv: fix field multiple lines error 2020-05-10 14:19:26 +02:00
53989daf9a csv: fix empty line error 2020-05-09 17:35:03 +02:00
b2a076e8b8 csv: fix last-field-empty error 2020-04-29 16:50:02 +02:00
9f4d498ff1 all: updateimport () and []array 2020-04-26 13:49:31 +02:00
4ea4d1c8c4 csv: handle missing line ending 2020-04-21 00:02:55 +02:00
b1459ade69 csv: fix missing last column 2020-04-20 21:49:05 +02:00
7a218286b3 cgen: fix returning optional consts; fix csv test 2020-04-08 17:21:36 +02:00
7f709c3285 update copyright years 2020-02-03 05:00:36 +01:00
dc83e30a44 access modifiers: update tests/examples 2019-12-13 20:09:11 +03:00
30fc29fa6d fix csv test 2019-12-08 01:03:35 +03:00
a23a4ed98a update all index() uses 2019-11-30 15:27:16 +03:00
59378dce46 compiler/vlib: replace substr/left/right with [start..end] everywhere 2019-10-27 10:03:15 +03:00
d4bae356ba compiler/vlib: add error for no new vars in loop ("_,_") & remove "." from errors 2019-09-25 17:59:50 +03:00
1f67d9edd8 fix bugs breaking tests 2019-09-03 15:21:52 +03:00
1ba701e036 encoding.csv: add write support 2019-08-17 15:51:20 +03:00
7b48f7ac9e encoding.csv module 2019-08-14 09:45:56 +03:00