andrewchambers / janetsh

A powerful new shell that uses the janet programming language for both the implementation and repl.
https://janet-shell.org
MIT License
372 stars 13 forks source link

We should crash at runtime if bad values make it to launch job. #172

Open andrewchambers opened 5 years ago

andrewchambers commented 5 years ago
touch [@{1 2 3 4}]

currently makes a file like: '<table 0x00000204C2D0>'

It would be better to just crash the child in this case, the user obviously did not intend for this. alias needs to obey this too.