- 12 Jan, 2020 39 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
-
-
-
-
-
Using the newly created API for default redirections, don't fork in subshells. Since subshells are blocking anyway, make them execute in foreground. Breaking change: exit in a subshell exits the foreground shell
-
-
- 07 Jul, 2019 1 commit
-
-
AdminXVII authored
-