-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Skip unique check when doing an eval * Detect if the worker has exited * Add subshell in _async_job for atomic print This partially reverts d5e007b and will allow the output to be written in a single print statement, allowing the output to be captured in one go on the other end (usually). * Signal when the worker exits * Fix eval command * Restore removed comment * Use is-at-least and disable HUP trap on newer Zsh versions * Improve zpty worker termination and killjobs * Clean up requests that contain garbage carriage returns * Silence zpty errors when there is a callback handler * Bump dev version * Update readme * Fix the check for older Zsh versions in worker * travis: Add Zsh 5.7, 5.7.1 and 5.8 as test targets * test: Fix exit status of test runner * travis: Disable 5.0.2 tests due to missing signals on Travis
- Loading branch information
Showing
5 changed files
with
115 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters