jacereda

Results 162 comments of jacereda

Can you try now? Unless I messed something, this should work: ``` cd cosmogfx nix-shell ./mk ``` The executable should now work on Linux, Windows, NetBSD and FreeBSD.

I see.. Looks like a mess with runtimes. I'll try to simplify it so it doesn't depend on my nixpkgs fork.

Meanwhile, does `nix-shell --pure` work?

Can you please try again with the latest changes?

The first error seems related to https://github.com/jart/cosmopolitan/commit/7064d736e3ded150870fbb8354542ce144e71d03 Using your local copy won't work, Nixpkgs is using a very old version and this project needs some recent changes. I've synced with...

Hi, thanks for the report. Can you reproduce this? Can you share how? > From my reading of main(), all accesses are buffered in the shared memory buffer until the...

Can you generate a coredump? Also, the buffer is stack-allocated, can you replace that by a malloc() and increase the `FSAT_BUF_SIZE`?

Also can you try the current master? That one gets rid of `FSAT_BUF_SIZE` and has a static 16MB buffer.

What would be the expected behaviour from a build system perspective? I would assume queries/reads should follow symlinks but deletes shouldn't, what do you think?