mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-04-28 11:30:03 +00:00
…x cancel_all() TOCTOU - Remove tree_queue property setter (backward-compat hack; all callers already migrated to replace_tree_queue()); keep property getter only - Update 2 remaining tests that still used direct assignment to use replace_tree_queue() - Remove _set_connected() 1-line wrapper on DiscordPlatform; assign _connected directly - Fix cancel_all() TOCTOU: hold self._lock for the full loop so newly created trees cannot slip through between the snapshot and cancellation --------- Co-authored-by: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| test_discord_markdown.py | ||
| test_discord_platform.py | ||
| test_event_parser.py | ||
| test_extract_text.py | ||
| test_handler.py | ||
| test_handler_context_isolation.py | ||
| test_handler_format.py | ||
| test_handler_integration.py | ||
| test_handler_markdown_and_status_edges.py | ||
| test_limiter.py | ||
| test_messaging.py | ||
| test_messaging_factory.py | ||
| test_reliability.py | ||
| test_restart_reply_restore.py | ||
| test_robust_formatting.py | ||
| test_session_store_edge_cases.py | ||
| test_telegram.py | ||
| test_telegram_edge_cases.py | ||
| test_transcript.py | ||
| test_transcription.py | ||
| test_tree_concurrency.py | ||
| test_tree_processor.py | ||
| test_tree_queue.py | ||
| test_tree_repository.py | ||
| test_voice_handlers.py | ||