uiua-lang / uiua

A stack-based array programming language
https://www.uiua.org
MIT License
1.62k stars 117 forks source link

Fix 0.12.3 on Nix #580

Closed prsteele closed 1 month ago

prsteele commented 1 month ago

This updates the 0.12.3 release to build on Nix. In particular, it will be possible to run

nix run github:uiua-lang/uiua/0.12-fix -- repl

to enter a Uiua REPL.

kaikalii commented 1 month ago

Sorry, I prematurely merged this then had to revert it. Dependencies cannot be git, they must be based on published version, otherwise the crate cannot be published on crates.io.

prsteele commented 1 month ago

Ah, I see. That's unfortunate; the good news is that, for whatever reason, the code on main seems perfectly happy building without these changes.