- 12 Jan, 2020 40 commits
-
-
-
-
-
-
-
-
-
This reverts commit dccf2e24.
-
-
-
-
-
-
-
build: running a vendored build+tests on gentoo fails with 'RUSTUP=0 VENDORED=1 make {,tests}', so only use the toolchain if RUSTUP==1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Fix #542
-
-
-
-
-
IDEs like IntelliJ run "interactive" scripts without a tty. To make it possible to use Ion without needing to restart it at eache error, add the '-f' flag, which will use the stdin like a file, but won't exit on error. This should NOT be used for being lazy with scripts
-
-
Upgrade dependencies Use the same dependency for project and base directories fetching Only set history variables in the interactive binary Breaking change: On mac, the config/history files no longer reside in the XDG's .config/ion/, and instead are in ~/Library/Preferences/org.Redox-OS.ion/ to follow MacOS's conventions
-
If the command did not run successfully, the command expansion would exit early, without resetting the standard pipes and the controlling terminal. Fix that
-
-