risor-io / risor

Fast and flexible scripting for Go developers and DevOps.
https://risor.io
Apache License 2.0
576 stars 24 forks source link

some exec/arguments issues #229

Open rprtr258 opened 2 months ago

rprtr258 commented 2 months ago
myzie commented 2 months ago

Thanks @rprtr258

I'll review all this, but I think a couple of these issues I have started to fix already. Others not yet.

Regarding the CLI and shebang lines, this branch has relevant improvements: https://github.com/risor-io/risor/compare/cli-fix?expand=1

The splat operator issue I came across as well and have started to implement here: https://github.com/risor-io/risor/compare/variadic-calls?expand=1

I think that branch needs a bit more work.

I agree the exec module has a couple deficiencies. I'll review your comments in more detail.