Closed epage closed 2 years ago
Closing as this was more intend to ping people. Let's continue any discussion in the linked issue or its repo
@epage Thanks - I missed this previously!
Looks interesting and useful, nice work driving this.
Is the initial proposal here to bundle this by default when a user installs rust using rustup, or would it be an optional, additional install?
Bundled by default. As I called out, there is still room for rustscript for extra caching and --expr
flag (as I'm reserving that for the repl).
Btw I caught that windows bug because I ported the test scripts to Rust. Feel free to checkout my tests directory to see how I do it with snapbox.
Would appreciate feedback on my research and proposal.