Skip to content
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

Port back release changelog changes #9008

Merged
merged 19 commits into from
Feb 12, 2022
Merged

Port back release changelog changes #9008

merged 19 commits into from
Feb 12, 2022

Conversation

rchiodo
Copy link
Contributor

@rchiodo rchiodo commented Feb 11, 2022

Pull back the changes for release

DonJayamanne and others added 19 commits January 30, 2022 14:42
* Fix interrupting on Windows (#8949)

* Try adding win32-api (not sure it will build on Unix)

* Working interrupt on windows

* Use a daemon to do the interrupting so we don't have to wait for a process to start

* Add windows non conda test

* Add news entry

* Update 3rd party notices

* Fix unit test

* Remove logging to my own machine

* Fix build and update changelog

* Remove news file

* Put changelog back
* Fix daemons and path problems (#8994)

* Fix daemons and path problems

* Skip stuff we don't need to get windows to run faster

* Missed a section in package.json to get the tests to run on windows

* Cherry pick the other test changes
@rchiodo rchiodo requested a review from a team as a code owner February 11, 2022 23:21
@codecov-commenter
Copy link

Codecov Report

Merging #9008 (f477ec1) into main (1548181) will increase coverage by 0%.
The diff coverage is n/a.

@@          Coverage Diff          @@
##            main   #9008   +/-   ##
=====================================
  Coverage     70%     70%           
=====================================
  Files        382     382           
  Lines      24660   24660           
  Branches    3997    3997           
=====================================
+ Hits       17398   17479   +81     
+ Misses      5657    5565   -92     
- Partials    1605    1616   +11     
Impacted Files Coverage Δ
...ent/datascience/jupyter/kernels/kernelExecution.ts 67% <0%> (-6%) ⬇️
...lient/datascience/jupyter/kernels/cellExecution.ts 73% <0%> (-1%) ⬇️
...t/datascience/notebook/vscodeNotebookController.ts 79% <0%> (+<1%) ⬆️
src/client/datascience/commands/commandRegistry.ts 40% <0%> (+<1%) ⬆️
...science/jupyter/kernels/kernelConnectionWrapper.ts 27% <0%> (+<1%) ⬆️
src/client/datascience/baseJupyterSession.ts 75% <0%> (+<1%) ⬆️
src/client/datascience/jupyterDebugService.ts 17% <0%> (+1%) ⬆️
...client/datascience/commands/activeEditorContext.ts 94% <0%> (+1%) ⬆️
src/client/common/process/pythonDaemonPool.ts 76% <0%> (+1%) ⬆️
...ent/datascience/progress/kernelProgressReporter.ts 74% <0%> (+2%) ⬆️
... and 24 more

@rchiodo rchiodo merged commit 6e62922 into main Feb 12, 2022
@rchiodo rchiodo deleted the rchiodo/update_with_release branch February 12, 2022 00:24
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.

6 participants