-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
Revert "Delay list -> dict conversation to end (#192)" #234
Conversation
This reverts commit 7b9c024.
Codecov Report
@@ Coverage Diff @@
## main #234 +/- ##
=======================================
Coverage ? 76.08%
=======================================
Files ? 29
Lines ? 2204
Branches ? 0
=======================================
Hits ? 1677
Misses ? 527
Partials ? 0 Continue to review full report at Codecov.
|
I think we can reapply #192 now that jupyterlab/jupyterlab#11744 is merged? |
It's not clear whether #192 should be considered as a bug fix or not. If so and assuming |
Ok so it would be good to wait for a feedback of @vidartf before taking a decision.
|
Sorry, I was out for the holidays. Did that change break anything more than the test? #192 can be considered more of an enhancement, but it can be argued as a bug fix in that the values in |
Looks like it affected the disabling and enabling of JupyterLab extensions, based on this comment: jupyterlab/jupyterlab#11744 (comment)
So we could maybe reapply #192? Especially now that jupyterlab/jupyterlab#11744 should handle both cases? |
Probably, but it might not make sense as a patch/minor release if it breaks older versions of lab. |
This reverts commit 7b9c024.
Temporary fix for jupyterlab/jupyterlab#11743