- Jun 10, 2019
-
-
-
Michael Aaron Murphy authored
Add unboarding page to documentation See merge request redox-os/ion!1026
-
-
Michael Aaron Murphy authored
Add detaching process instructions See merge request redox-os/ion!1025
-
Related #849
-
Michael Aaron Murphy authored
Bubble execution errors instead of printing to stderr directly See merge request redox-os/ion!1024
-
AdminXVII authored
-
AdminXVII authored
-
AdminXVII authored
-
AdminXVII authored
-
AdminXVII authored
-
Michael Aaron Murphy authored
Remove the args from the job variant & remove external jobs from single-job pipelines, since they need to fork anyway See merge request redox-os/ion!1023
-
AdminXVII authored
-
- Jun 07, 2019
-
-
Michael Aaron Murphy authored
Allow variable names to start with an underscore Closes #879 See merge request redox-os/ion!1022
-
-
AdminXVII authored
Update to new liner version See merge request redox-os/ion!1021
-
AdminXVII authored
-
- Jun 02, 2019
-
-
Michael Aaron Murphy authored
Add interactive option See merge request redox-os/ion!1018
-
Alex Tokarev authored
Fixes shell invocation for programs, requesting interactive session with '-i' command. See https://youtrack.jetbrains.com/issue/IDEA-215394
-
Michael Aaron Murphy authored
Update Cargo.lock to include new liner version with Intellij Idea fix See merge request redox-os/ion!1019
-
Alex Tokarev authored
-
- Jun 01, 2019
-
-
Michael Aaron Murphy authored
Add the Status helper for builtins: simpler error messages See merge request redox-os/ion!1017
-
AdminXVII authored
-
- May 31, 2019
-
-
AdminXVII authored
Use a custom type instead of i32 to provide helpers, and make it easier to change the internal info in future release.
-
Michael Aaron Murphy authored
Grant access to builtins (allow custom configurations) See merge request redox-os/ion!1016
-
-
Michael Aaron Murphy authored
Use wrappers rather than raw pid See merge request redox-os/ion!1015
-
AdminXVII authored
-
AdminXVII authored
-
Michael Aaron Murphy authored
Use enums See merge request redox-os/ion!1014
-
AdminXVII authored
-
AdminXVII authored
-
AdminXVII authored
-
Michael Aaron Murphy authored
Remove the option wrapper for regexes, it does not serve any purpose See merge request redox-os/ion!1012
-
-
Michael Aaron Murphy authored
Don't expose directly the background jobs See merge request !1013
-
AdminXVII authored
-
AdminXVII authored
Don't expose the fields of backgroundprocess, only permit some mutations
-
- May 30, 2019
-
-
Michael Aaron Murphy authored
Remove the GetVariables Trait See merge request !1011
-
AdminXVII authored
The GetVariables Trait encouraged cloning rather than using references. Since it is rarely the case that cloning is actually needed, it is better to replace it entirely. Furthermore, most of its usage included matching, so it does not significantly increase general verbosity of the code. To account for the env vars that must be fetched, a new method, get_str, was introduced.
-