Laytan
|
0ea6809b49
os2: remove return on file_size error from read_entire_file
|
11 months ago |
Laytan Laats
|
d410281766
os2: do read_entire_file in parts if the file size is 0
|
11 months ago |
Laytan Laats
|
ce53805d94
os2: fix read_entire_file wrong slice end variable
|
11 months ago |
DerTee
|
6422e49255
fix error handling in os2.read_entire_file_from_file()
|
1 year ago |
Laytan Laats
|
07b9f7d280
os2: fix read_entire_file bad logic
|
1 year ago |
gingerBill
|
a241168142
Clean up `err != nil` usage
|
1 year ago |
gingerBill
|
29b6eebcd5
Clean up error handling
|
1 year ago |
gingerBill
|
7dae38ce89
Begin mocking out for other errors
|
1 year ago |
gingerBill
|
65fec9134e
Use `SHFileOperationW` for `remove_all` on Windows
|
1 year ago |
flysand7
|
7b501b22bb
[os2]: Split file type from mode bits
|
1 year ago |
gingerBill
|
450b9ceaec
Add `@(require_results)` everywhere in os2
|
1 year ago |
gingerBill
|
91b7cdaad2
Mock out `temp_file.odin` stuff
|
1 year ago |
flysand7
|
3ee9184537
[core/os2]: Fix memory leak on read_entire_file
|
1 year ago |
flysand7
|
0f944bc0a1
[core/os2]: Reading from unsized files
|
1 year ago |
gingerBill
|
7df7fec6f7
Keep -vet happy
|
1 year ago |
gingerBill
|
dce176fa39
Remove unnecessary use of `transmute`
|
1 year ago |
gingerBill
|
a626adac8e
Use long-form names and alias with short-form UNIX-like names
|
1 year ago |
gingerBill
|
3e7e779abf
Replace `core:*` to `base:*` where appropriate
|
1 year ago |
gingerBill
|
55b79c078c
Remove `:= context.allocator` usage in `package os2`
|
2 years ago |
gingerBill
|
bb4f108487
Update error handling for os2 on windows
|
3 years ago |
gingerBill
|
96ab17ecfc
Begin mocking os2 for windows out more
|
3 years ago |
gingerBill
|
18bde22b26
Go to a `File` based approach over `Handle` based
|
3 years ago |
Jeroen van Rijn
|
0a3b75c5f5
[core:os/os2] Keep -vet happy.
|
3 years ago |
gingerBill
|
ee876ad66b
Strip semicolons
|
3 years ago |
gingerBill
|
85e5be03d1
Redesign `os2.Error` to work with the new extended `union` behaviour
|
4 years ago |
gingerBill
|
ebbc33fdb5
Mockup of the new `package os` interface (incomplete and non-functioning)
|
4 years ago |