-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Improve lingering logic and documentation #3152
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3152 +/- ##
==========================================
- Coverage 98.03% 98.03% -0.01%
==========================================
Files 44 44
Lines 8332 8331 -1
Branches 1369 1369
==========================================
- Hits 8168 8167 -1
Misses 68 68
Partials 96 96
Continue to review full report at Codecov.
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a [new issue] for related bugs. |
What do these changes do?
Improve logic for lingering and documentation of
Application.make_handler
parametersAre there changes in behavior for the user?
No
Related issue number
N/A
Checklist
CONTRIBUTORS.txt
CHANGES
folder<issue_id>.<type>
for example (588.bugfix)issue_id
change it to the pr id after creating the pr.feature
: Signifying a new feature..bugfix
: Signifying a bug fix..doc
: Signifying a documentation improvement..removal
: Signifying a deprecation or removal of public API..misc
: A ticket has been closed, but it is not of interest to users.