Environment (please complete the following information):
ucm --version unison version: release/0.5.21 (built on 2024-06-04)
OS/Architecture: m1 macbook pro sonoma 14.5
Browser, if applicable: N/A
Additional context
As you can see above I installed ucm via the unison-ucm package in nixpkgs using home-manager and nix-darwin. I just discovered Unison so I really have no idea why this is hanging. I was just playing around and wanted to see if I could transpile the output of compile.native to JS but didn't get that far because unison-runtime always spins/hangs.
Describe and demonstrate the bug
Input:
/nix/store/2vscfm23bx4dj4rbhjwzvdxsfxwq9kqd-unison-code-manager-0.5.21/lib/runtime/bin/unison-runtime --help
Output:
None, it hangs spinning at 100% cpu
Environment (please complete the following information):
ucm --version
unison version: release/0.5.21 (built on 2024-06-04)Additional context As you can see above I installed ucm via the
unison-ucm
package in nixpkgs using home-manager and nix-darwin. I just discovered Unison so I really have no idea why this is hanging. I was just playing around and wanted to see if I could transpile the output ofcompile.native
to JS but didn't get that far because unison-runtime always spins/hangs.