refactor: remove SyncState::Initializing variant#465
refactor: remove SyncState::Initializing variant#465xdustinface wants to merge 1 commit intov0.42-devfrom
SyncState::Initializing variant#465Conversation
The `Initializing` state was only used as a default before `initialize()` was called. Replace it with `WaitForEvents` as the default state to simplify the state machine.
|
No actionable comments were generated in the recent review. 🎉 📝 WalkthroughWalkthroughThe changes remove the Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The
Initializingstate was only used as a default beforeinitialize()was called. Replace it withWaitForEventsas the default state to simplify the state machine.Summary by CodeRabbit
Refactor
Tests