Open
Conversation
- Update README.md with --timeout and --no-timeout options - Add comprehensive timeout documentation to docs/cli.md - Add verification test spec/verify_timeout_spec.sh 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
cb80e2a to
11f9889
Compare
Author
Update: Bug Fixes MergedA bug fix commit has been pushed to the Changes in commit
|
Author
|
Patch Installation Guide Finalized - Release-based patch applies cleanly to 0.28.1. Only one harmless rejection (bin/shellspec.rej is a symlink). All bug fixes included. Ready for review. Commit: b62f9e2 |
Author
- name: Apply ShellSpec Timeout Patch
run: |
# Apply the timeout feature patch to ShellSpec if not already applied
if ! shellspec --help 2>/dev/null | grep -q -- '--timeout'; then
echo "Applying ShellSpec timeout patch..."
chmod +x patches/apply.sh
./patches/apply.sh
else
echo "ShellSpec timeout patch already applied"
fi
# Verify patch is applied
shellspec --help | grep -A 2 timeout
and folder with patches: https://github.com/OleksandrKucherenko/e-bash/tree/master/patches |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves:
Description
Performs a version bump to 0.29.0.
Includes:
--timeoutflag and%timeoutdirective.shellspecandpackage.json.Verification