yuyi
|
467a1b4435
|
fmt: remove redundant parenthesis in the complex infix expr (#17873)
|
2023-04-04 13:47:48 +03:00 |
|
Alexander Medvednikov
|
6756d28595
|
all: 2023 copyright
|
2023-03-28 22:55:57 +02:00 |
|
yuyi
|
ef5be22f81
|
all: replace generic <> with [] - part 2 (#16536)
|
2022-11-26 18:23:26 +02:00 |
|
Alexander Medvednikov
|
c6158e4519
|
all: remove unnecessary IError() casts
|
2022-10-28 19:08:30 +03:00 |
|
Alexander Medvednikov
|
098db89b85
|
encoding.csv: remove unnecessary IError() cast
|
2022-10-27 11:30:08 +03:00 |
|
yuyi
|
51f4d99399
|
all: change optional to result in most of the libraries (#16123)
|
2022-10-20 22:14:33 +03:00 |
|
Alexander Medvednikov
|
3d2588f101
|
cgen: parallel cc for much faster compilation using all CPU cores
|
2022-10-01 10:04:06 +03:00 |
|
yuyi
|
bfdd6f1cf8
|
csv: minor cleanup in writer.v (#15633)
|
2022-09-01 21:23:18 +03:00 |
|
ChAoS_UnItY
|
258ff73efd
|
encoding.csv: re-encapsulate fields in Writer/Reader (fix #15558) (#15570)
|
2022-08-28 11:13:43 +03:00 |
|
Ken
|
3075e35237
|
encoding.csv: handle bools (#15103)
|
2022-07-17 10:54:36 +03:00 |
|
boris-741
|
b4dedcae43
|
encoding.csv: generic serialization (#15097)
|
2022-07-16 22:21:05 +03:00 |
|
Ulises Jeremias Cornejo Fandos
|
e505fcdac0
|
encoding.csv: update reader.v (#14807)
|
2022-06-21 08:31:47 +03:00 |
|
Daniel Däschle
|
d679146a80
|
fmt: remove space in front of ? and ! (#14366)
|
2022-05-13 06:56:21 +03:00 |
|
David 'Epper' Marshall
|
a2338dbb7c
|
docs: document more builtin functions/methods (#14229)
|
2022-04-30 12:31:23 +03:00 |
|
Alexander Medvednikov
|
fbb9e65c0f
|
all: ~500 more byte=>u8
|
2022-04-15 18:25:45 +03:00 |
|
StunxFS
|
38853568b4
|
encoding.csv: allow passing a custom delimiter to the new_reader function (#13910)
|
2022-04-03 19:13:43 +03:00 |
|
Tim Basel
|
37c151efe5
|
docs, builtin, encoding.csv: update error implementations (#13440)
|
2022-02-12 11:54:10 +02:00 |
|
Alexander Medvednikov
|
59ed4be49a
|
all: update copyright year
|
2022-01-04 12:21:12 +03:00 |
|
yuyi
|
9a9d539e6f
|
csv: fix csv fields with double quotes (#10399)
|
2021-06-10 19:24:20 +03:00 |
|
Henrique
|
e0a3c5384f
|
csv: fix parse error of last empty field on unquoted line (#10083)
|
2021-05-13 17:51:07 +03:00 |
|
Delyan Angelov
|
8a380f4699
|
tools: make v test-cleancode test everything by default (#10050)
|
2021-05-08 13:32:29 +03:00 |
|
Atakan Yenel
|
ab6e0ed0b3
|
add custom errors to encoding lib (#9513)
|
2021-03-30 15:27:26 +03:00 |
|
yuyi
|
fbc02cbc54
|
csv: fix reader_test.v (#9204)
|
2021-03-09 03:53:02 +01:00 |
|
yuyi
|
b64d781a20
|
csv: fix error of read() (#9193)
|
2021-03-08 16:57:02 +02:00 |
|
spaceface
|
d63b7bc35a
|
all: update repo to use the new error handling syntax (#8950)
|
2021-02-28 23:20:21 +03:00 |
|
zakuro
|
c113abe1a4
|
strings: make builder implement io.Writer (#8914)
|
2021-02-23 09:42:48 +02:00 |
|
Lukas Neubert
|
ac2c3847af
|
all: update copyright to 2019-2021 (#8029)
|
2021-01-18 13:20:06 +01:00 |
|
Alexander Medvednikov
|
5a70eba8e1
|
all: byte.str() => byte.ascii_str()
|
2021-01-05 19:14:37 +01:00 |
|
Lukas Neubert
|
8adb1acf31
|
check-md: verify code example formatting (#7143)
|
2020-12-05 22:54:41 +01:00 |
|
Lukas Neubert
|
df4165c7ee
|
docs_ci: check all md files except thirdparty (#6855)
|
2020-11-18 18:28:28 +01:00 |
|
Nick Treleaven
|
01a5b263e5
|
encoding/csv: improve Reader docs (#6828)
|
2020-11-14 19:49:36 +02:00 |
|
Maciej Obarski
|
7bd2804ce9
|
all: automatic error propagation in place of "or { return(err) }"
|
2020-08-29 01:58:03 +02:00 |
|
Carlos Esquerdo Bernat
|
f09e14a2b9
|
csv: cleanup reader_test.v
|
2020-07-22 17:26:26 +03:00 |
|
yuyi
|
34a24eaa4e
|
checker: validate loop var names (#5677)
|
2020-07-05 15:27:37 +02:00 |
|
Delyan Angelov
|
ae8f7cf569
|
tests: fix some tests, that failed due to the stricter immutable checks
|
2020-06-01 18:24:38 +03:00 |
|
yuyi
|
7f4cf08516
|
parser: check (mut f Foo) syntax
|
2020-05-17 13:51:18 +02:00 |
|
yuyi
|
0606d26ba7
|
csv: fix field multiple lines error
|
2020-05-10 14:19:26 +02:00 |
|
yuyi
|
53989daf9a
|
csv: fix empty line error
|
2020-05-09 17:35:03 +02:00 |
|
yuyi
|
b2a076e8b8
|
csv: fix last-field-empty error
|
2020-04-29 16:50:02 +02:00 |
|
yuyi
|
9f4d498ff1
|
all: updateimport () and []array
|
2020-04-26 13:49:31 +02:00 |
|
Alexander Medvednikov
|
8000eb3656
|
parser: revert silent _ prefix rule
|
2020-04-26 05:34:34 +02:00 |
|
Delyan Angelov
|
945f964c0c
|
parser: stay silent about unused variables starting with _
|
2020-04-25 15:38:15 +03:00 |
|
sambeckingham
|
4ea4d1c8c4
|
csv: handle missing line ending
|
2020-04-21 00:02:55 +02:00 |
|
sambeckingham
|
b1459ade69
|
csv: fix missing last column
|
2020-04-20 21:49:05 +02:00 |
|
Alexander Medvednikov
|
7a218286b3
|
cgen: fix returning optional consts; fix csv test
|
2020-04-08 17:21:36 +02:00 |
|
joe-conigliaro
|
7f709c3285
|
update copyright years
|
2020-02-03 05:00:36 +01:00 |
|
Alexander Medvednikov
|
83b8d642b4
|
fix csv/writer.v
|
2019-12-13 20:45:48 +03:00 |
|
Alexander Medvednikov
|
dc83e30a44
|
access modifiers: update tests/examples
|
2019-12-13 20:09:11 +03:00 |
|
Alexander Medvednikov
|
30fc29fa6d
|
fix csv test
|
2019-12-08 01:03:35 +03:00 |
|
Alexander Medvednikov
|
ad6adf327e
|
vlib: fix missing else{} in match statements
|
2019-12-07 17:23:37 +03:00 |
|