Skip to content

Conversation

joyceerhl
Copy link
Contributor

@joyceerhl joyceerhl commented Aug 30, 2021

@rchiodo found that when restarting a kernel, existing sys info cells get overwritten instead of a new sys info cell with the restart message being appended. The cause appears to be that existing metadata properties aren't being zeroed on the VS Code side (which I assumed that an API with replace in the name would do)

This is a candidate for the August release.

@joyceerhl joyceerhl requested a review from a team as a code owner August 30, 2021 17:40
@codecov-commenter
Copy link

Codecov Report

Merging #7340 (f214159) into main (69ae8c3) will increase coverage by 0%.
The diff coverage is 100%.

@@          Coverage Diff          @@
##            main   #7340   +/-   ##
=====================================
  Coverage     65%     65%           
=====================================
  Files        360     360           
  Lines      22553   22551    -2     
  Branches    3413    3411    -2     
=====================================
- Hits       14788   14787    -1     
+ Misses      6465    6461    -4     
- Partials    1300    1303    +3     
Impacted Files Coverage Δ
src/client/datascience/jupyter/kernels/kernel.ts 74% <100%> (+<1%) ⬆️
src/client/common/cancellation.ts 72% <0%> (-4%) ⬇️
...ence/interactive-window/nativeInteractiveWindow.ts 24% <0%> (-3%) ⬇️
.../datascience/notebook/notebookControllerManager.ts 87% <0%> (-2%) ⬇️
src/client/common/utils/decorators.ts 78% <0%> (-2%) ⬇️
src/client/datascience/jupyter/kernelVariables.ts 44% <0%> (-1%) ⬇️
src/client/datascience/baseJupyterSession.ts 62% <0%> (-1%) ⬇️
src/client/datascience/jupyter/jupyterNotebook.ts 52% <0%> (+1%) ⬆️
src/client/common/utils/async.ts 43% <0%> (+2%) ⬆️
...lient/datascience/variablesView/notebookWatcher.ts 83% <0%> (+2%) ⬆️
... and 2 more

@joyceerhl joyceerhl merged commit 6165d06 into main Aug 30, 2021
@joyceerhl joyceerhl deleted the dev/joyceerhl/iw-placeholder-cell branch August 30, 2021 18:04
joyceerhl added a commit that referenced this pull request Aug 31, 2021
joyceerhl added a commit that referenced this pull request Aug 31, 2021
* Revert "Fix interactive window placeholder cell updates (#7340) (#7343)"

This reverts commit 8bdf492.

* Revert "Fix placeholder sys info cell not being updated correctly (#7307)"

This reverts commit 64ba681.

* Update changelog

* Tweak interactive window test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants