Tom Read Cutting

Results 48 comments of Tom Read Cutting

Whilst not directly related to this - I'm currently working on implementing bitcode parsing support - needed for our drop-in replacement of llvm-ar. Just thought that I would leave a...

I recently ran into this issue wheren I leaked file handles, resulting in a delete pending error when trying to create a new file in the same location. The delete...

Also for reference, here is a repro case for this specific problem on Windows: ```zig const std = @import("std"); const fs = std.fs; pub fn main() anyerror!void { var test_src_dir...

What do we want to happen when the user deletes a file without closing the file handle to it elsewhere? On Linux this issue was just silently ignored, do we...

> I have very little experience with actually using this API, and my first question would be: how do you normally handle this on Windows? Same - and I think...

InKryption mentioned on Discord seeing some discussion about adding some debug state info for catching this stuff as well in a PR somewhere, so just mentioning that here at least...

Cheers! All of these changes look sensible to me. I'm happy to go with zig-naming, I was only copying the convention for that struct in the compiler, but you are...

Actual code merge is done :fireworks: #4 ! I think before this is considered wholly complete - the results of the merge need to be cleaned-up so that everything works...

OK - so I'm not sure how sensible this is, but my current plan was to structure the program around the fact that ar is a simple program. As long...

I've pushed a change the correctly parses and uses the modifier and applies it to timestamps - but it still needs os-specific works to support uids & gids. Furthermore, there...