Gonzalo Tornaría

Results 138 comments of Gonzalo Tornaría

An issue seems to be that stack uses `x86_64-linux` as arch name for both glibc and musl builds, so the cache gets incorrect binaries when mixing builds. A workaround could...

Thanks for the feedback. If you think this is a good idea, I'll be testing it for a bit while I try to finish the update of pandoc. Disclaimer: I...

I think `STACK_ROOT` contains build artifacts. Not for the current package you are building, but only for all the dependencies taken from stackage. IOW, if you build pandoc again, it's...

> i feel like this kind of testing is better suited to local building. tools like ymir and xxbuild can be used to automate building multiple packages in one go...

> I eliminated the chocolatey warning in the action update, but it hasn't changed anything. I'm giving up. Let's disable the cygwin CI, maybe? It's running python 3.9 which we...

> I assume dropping python 3.9 is ok, but I'm not sure about python 3.10. https://scientific-python.org/specs/spec-0000/#2024---quarter-4 seems to suggest it might be ok to drop python 3.10 if necessary.

Here's a way to reproduce something what appears to be the root cause of this in python, using cysignals 1.11.4: ``` $ python Python 3.12.7 (main, Oct 3 2024, 14:05:50)...