Jakub Konka

Results 128 comments of Jakub Konka

@slimsag I'm a little confused by the title of the issue: it looks to me like the issue is potentially linking in the wrong archive *but not* the header files?...

Agreed. Did you check why they end up in your search path when targeting linux then? I am asking since we don't add those automatically in zig, or shouldn't. The...

I'll be happy to take a look but first I really want to have the first working prototype of MachO linker done (without debug info, etc., but something that will...

BTW, the CI failure on Win with a cryptic name of `LLVM: Out of memory` is unrelated, right?

> No problem @kubkon - what do you suggest we do to get master branch passing in the meantime? We'll need that to be green so that I can merge...

> 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...

For Windows, I'd look into Wine and ReactOS to see how they flag it and handle it. I have very little experience with actually using this API, and my first...

For `libstd` I'd very much in favour of the default acting the same across platforms but providing enough lower-level functionality to make it fully customisable. Higher-level helpers would do too.

Looks like there are some formatting issues in `src/parse.zig`. Would you mind fixing those?

I see that the CI is trying to run the spec tests even though we haven't provided any: https://github.com/kubkon/zig-yaml/actions/runs/4096254949/jobs/7084964904#step:6:5 I see two possible solutions here: 1) we make the spec...