supsrc 2025-10-04
Refactored event buffer processing and added emission test script
4 files · 251+ · 148-

Event buffer refactor

2 files changed
  • buffer.py Rewrote with simplified event processing flow (240 lines changed, net reduction)
  • processor.py Improved event processor integration with better timer handling
  • Rewrote event buffer with simplified event processing flow, reducing complexity decouple behavioral
    1 file
    • buffer.py
  • Improved event processor integration with better timer handling decouple behavioral
    1 file
    • processor.py

Temporary emission test script

1 file changed
  • test_temp_emission.py New file (112 lines) for testing temporary file event emission behavior
  • Added test_temp_emission.py for testing temporary file event emission behavior qualify behavioral
    1 file
    • test_temp_emission.py

Atomic file operation test updates

1 file changed
  • test_atomic_file_operations.py Updated integration test assertions for atomic file operations
  • Updated integration test assertions for atomic file operations qualify internal
    1 file
    • test_atomic_file_operations.py