scriptisto icon indicating copy to clipboard operation
scriptisto copied to clipboard

A language-agnostic "shebang interpreter" that enables you to write scripts in compiled languages.

Results 20 scriptisto issues
Sort by recently updated
recently updated
newest added

I just tried to execute the default Rust template, and it took a long time to build. The problem is, that there is no indicator of what is happening. I...

needs design

First of all, thanks for this project! The following is a working example that uses `nix-shell` to run `scriptisto` as interpreter. `nix-shell` will install all the dependencies required to run...

This PR adds a template for the zig programming language.

cla: yes

Installing it via `cargo` is quite slow. Having a ready binary is much better. Homebrew supports both macOS and linux.

Sorry, didn't open an issue before. Please add one if this feature isn't clear. To me, hashing more than just the script file itself is essential since many programs consist...

cla: yes

Already did some work in, packaging dependencies https://salsa.debian.org/rust-team/debcargo-conf

This can be used to abandon script form and promote the project to a normal program. Nice to use with package managers.

needs design

So far multiples runs of the script are unaware of each other and they can trigger compiler concurrently. This can lead to unpredicted behavior, especially if the build is multi-stage....

bug

## Expected Behavior Simply running the example template for `docker-rust` should succeed. ## Actual Behavior Running the example yields in an error. ```shell cp: can't stat '/vol/./target/x86_64-unknown-linux-musl/release/script': No such file...