Rafael Fernández López
Rafael Fernández López
Also, tested https://github.com/NixOS/nixpkgs/pull/312922 and it works fine on Darwin aarch64: ``` .> run.native foo foo () ``` Note: it takes a while to show up, but it does eventually. In...
And for the sake of completeness, Darwin on x86_64 working as well with https://github.com/NixOS/nixpkgs/pull/312922: ``` vibrant-wallaroo/main> run foo foo () vibrant-wallaroo/main> run.native foo foo () ```
> @ereslibre Oops, sorry about that — that's a known issue I forgot about, which trips me up sometimes too. If you run the tests from the root directory of...
Yup, tests pass with `run.native tests` after cloning `clone @unison/runtime-tests`, and when executed from within the unison directory. ``` @unison/runtime-tests/main> run.native tests Summary of results: ✅✅✅ 499 PASSED () ```
With https://github.com/nix-community/nixos-generators/pull/368 applied, the same command results in: ``` /dev/disk/by-label/nixos 20G 1.7G 17G 10% / ```
> How do you all feel about this archive proposal? +1 from my side. It has been a fun ride, amazing project and team that made it possible. Thanks @squillace...
cc/ @elezar (due to https://github.com/moby/moby/issues/47676)
> @ereslibre Can you create backports of this PR to 25.x through 27.x? I'm not sure if 25.x backport will actually help anyone, but a 27.x one would be sincerely...
> I was working on some backports, so opened cherry-picks for those branches 👍 Thanks @thaJeztah!