Closed tmarti2 closed 3 years ago
Approved! Basically this correctly propagates the exit status within the eval tree but keeps last_exit as a means for the user to access it for now.
I'll make sure #10 is compatible with this if it is merged, it's probably better to have a smaller PR to discuss.
This looks great!
This PR should fix background issues mentionned in PR #10 and issue #6 . Here I choosed to ignore exit code from background commands.
State.exit
(andlast_exit ()
) will be updated when you run eitherWait for @Firobe reviews to make sure I did not do mistakes ;)