More work on re-implementing everything

Finished MetadataReader
Finished DirEntry
Started work on File
Added most important things to Inode
Fixed test.zig
Fixed some build issues causing SEGV
This commit is contained in:
Caleb Gardner
2026-05-27 11:59:47 -05:00
parent 7c4089f826
commit ba2f069a4a
14 changed files with 460 additions and 80 deletions
+2 -1
View File
@@ -9,12 +9,13 @@
"usePlaceholders": false,
},
"settings": {
"build_on_save": true,
// "build_on_save": true,
"use_placeholders": false,
"build_on_save_args": [
"-fincremental",
"-Dallow_lzo=true",
"-Ddebug=true",
"test",
],
},
},