pax create hangs on macOS 12.5.1
Closed this issue ยท 2 comments
๐ Hey team. I am playing around with Pax and noticed that the CLI seems to not work properly. When I run pax create new_project
the command just hangs until I terminate it with ctrl-c. Unfortunately I don't get any debug output. Here is my environment:
- macOS 12.5.1
- rustc 1.66.0
- cargo 1.66.0
Let me know if there is any other information that would be helpful!
Closing since I noticed this isn't implemented yet and the version of pax-cli
currently on crates.io is stale. It may be worth updating once you feel it's ready to go :)
Thanks in any case for the report! To get started on current master (unstable pre-alpha), i.e. 3682859 โ
- Install dev deps specified at https://github.com/pax-lang/pax#development
- clone repo,
cd pax/pax-example
- use the
pax
shell executable insidepax-example
as a proxy for the CLI โ e.g../pax run --target=macos
That should get you rendering shapes on screen, but current master is broken in a number of ways, including ability to use control-flow (so e.g. <Stacker>
doesn't work on master, because it uses for
internally.)