Delyan Angelov
|
44828cbb29
|
ci: fix -cstrict job
|
2021-07-22 18:47:23 +03:00 |
Delyan Angelov
|
b537c9f624
|
tests: add a separate File.tell() test
|
2021-07-22 16:25:23 +03:00 |
Delyan Angelov
|
9171c1131e
|
ci: skip a failing f.tell() test on macos only
|
2021-07-22 13:28:00 +03:00 |
Delyan Angelov
|
d7dcb47db3
|
os: implement File.seek/2 and File.tell/0
|
2021-07-22 08:00:21 +03:00 |
yuyi
|
c4b5805890
|
checker: check generic method call args mismatch (#10669)
|
2021-07-05 10:14:00 +03:00 |
Sebastian Schicho
|
04ea2824d3
|
os: implement File.read_bytes_into_newline method for reading into a buffer, line by line (#10129)
|
2021-05-21 13:18:08 +03:00 |
Leigh McCulloch
|
49deeac71e
|
os: fix file read end-of-file detection (#10070)
|
2021-05-13 09:48:55 +03:00 |
Delyan Angelov
|
fec89c7efb
|
ci: fix some of `v test-cleancode` 1
|
2021-04-05 20:47:32 +03:00 |
Enzo
|
99abd46ac9
|
os: add `(read|write)_raw[_at]` to File (#9171)
|
2021-03-10 18:45:12 +02:00 |
Lukas Neubert
|
fdcfe397d4
|
fmt: write empty or blocks the same as empty fn bodies, empty structs, etc (#9136)
|
2021-03-06 21:04:51 +02:00 |
Bartimus
|
ce92bf8da0
|
os.File: add .read_struct_at and .write_struct_at (#9114)
|
2021-03-06 20:44:53 +02:00 |
Delyan Angelov
|
5e0e44eb69
|
os: move file methods to vlib/os/file.c.v, document them, add new file.read_struct and file.write_struct and tests
|
2021-03-04 14:54:39 +02:00 |