-
Notifications
You must be signed in to change notification settings - Fork 8
feat: Allow re-run of RelicApp #257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 📝 WalkthroughWalkthroughModified RelicApp.close to explicitly reset internal state by setting Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes
Possibly related PRs
Pre-merge checks and finishing touches❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #257 +/- ##
==========================================
+ Coverage 91.44% 91.48% +0.03%
==========================================
Files 89 89
Lines 3473 3475 +2
Branches 1769 1769
==========================================
+ Hits 3176 3179 +3
+ Misses 297 296 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@CodeRabbit review |
✅ Actions performedReview triggered.
|
|
@CodeRabbit Create an issue to match this PR in hindsight |
|
Tip For best results, initiate chat on the files or code changes. 🧩 Analysis chain🏁 Script executed: Length of output: 8603 🏁 Script executed: Length of output: 45 @nielsenko: I've created issue #258 to document the feature need that PR #257 addresses. The issue describes the problem of not being able to restart a You can view the issue here: #258 ヽ(•‿•)ノ 🧠 Learnings used |
SandPod
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Description
Fixes a bug where
RelicAppcould not be restarted after callingclose().Related Issues
Pre-Launch Checklist
///), ensuring consistency with existing project documentation.Breaking Changes
Additional Notes
This came up while working on serverpod/serverpod#4101
Summary by CodeRabbit
Release Notes
Bug Fixes
Tests