| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
- 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>
Update: Bug Fixes MergedA bug fix commit has been pushed to the timeout-implementation branch addressing PATH issues discovered during verification testing. Changes in commit 8c247cf:
Current StatusThe timeout feature is now fully functional and verified:
See PR #356 for detailed verification results. |
Sorry, something went wrong.
|
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 |
Sorry, something went wrong.
- 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 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Resolves:
Description
Performs a version bump to 0.29.0.
Includes:
Verification