Akeit0
|
d6ceabfd08
Merge branch 'v0.5-dev' into file-system
|
7 months ago |
Akeit0
|
5c19191d49
fix: LuaFileBufferingMode order for c compatibility
|
7 months ago |
Akeit0
|
8a6a083d57
fix: test compile error
|
7 months ago |
Akeit0
|
705856e547
fix: throw open error
|
7 months ago |
Akeit0
|
678a2fe040
change to throw open error always
|
7 months ago |
Akeit0
|
ecdf1a8b05
fix: update io module to include stdin, stdout, and stderr
|
7 months ago |
Akeit0
|
c7e3e8c7d0
fix: fix LuaRuntimeException handling from other exception
|
7 months ago |
Akeit0
|
c72b8b55ab
fix: FileSystem.OpenTempFileStream is not used
|
7 months ago |
Akeit0
|
fd686dafaf
fix : ILuaIOStream open mode behavior
|
7 months ago |
Akeit0
|
3b655f32c9
fix: compile error
|
7 months ago |
Akeit0
|
ca04ade8ba
add: io.tmpfile
|
7 months ago |
Akeit0
|
2ef8081588
fix: io exception was not thrown well
|
7 months ago |
Akeit0
|
e9c4b276e5
test: add abstract file read tests
|
7 months ago |
Akeit0
|
f499aef923
feat: implement enum LuaFileBufferingMode for SetVBuf method
|
7 months ago |
Akeit0
|
0d65bce3ae
refactor: remove unused members from ILuaFileSystem interface
|
7 months ago |
Akeit0
|
299ab4d3fb
rename: rename IStream to ILuaIOStream
|
7 months ago |
Akeit0
|
5199f2f83b
fix: FileHandle.Read
|
7 months ago |
Akeit0
|
060ee0fc6a
feat: add DirectorySeparator property to ILuaFileSystem
|
7 months ago |
Akeit0
|
89d6ce76fa
reformat
|
7 months ago |
Akeit0
|
0cf2eca99a
feat: add GetTempFileName method to ILuaFileSystem and update TmpName to use it
|
7 months ago |
Akeit0
|
12413f36dc
change: update Open method to include throwError parameter for error handling
|
7 months ago |
Akeit0
|
fa2c90d272
refactor: rename LuaFileMode to LuaFileOpenMode
|
7 months ago |
Akeit0
|
3ef61e3ae6
refactor: update file opening methods to use LuaFileMode and simplify access handling
|
7 months ago |
Akeit0
|
f25d1aa670
refactor: simplify FileHandle by removing reader/writer and using IStream directly
|
7 months ago |
Akeit0
|
95e1c80b1f
refactor: update ReadByteAsync to ReadStringAsync and simplify Seek method
|
7 months ago |
Akeit0
|
527898279b
refactor: rename SystemStream references to StreamWrapper
|
7 months ago |
Akeit0
|
2403e5bd65
change: move file systems to Lua.IO
|
7 months ago |
Akeit0
|
e75c81b257
rename: update FileManager references to FileSystem in OperatingSystemLibrary
|
7 months ago |
Akeit0
|
c784577d84
rename: rename ILuaFileManager to ILuaFileSystem and update references
|
7 months ago |
Akeit0
|
bf1e2d87d8
rename: rename LuaFile to LuaFileContent and update related methods
|
7 months ago |