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

rename positron/positron_ipykernel to posit/positron #6085

Merged
merged 5 commits into from
Jan 24, 2025
Merged

Conversation

isabelizimm
Copy link
Contributor

Release Notes

New Features

  • N/A

Bug Fixes

QA Notes

should pass all tests. you should also still be able to run a local build and the LSP works.

Copy link

github-actions bot commented Jan 22, 2025

E2E Tests 🚀
This PR will run tests tagged with: @:critical

readme  valid tags

@@ -43,6 +46,19 @@

_sentinel = object()

# update Jedi cache to not conflict with other Jedi instances
if platform.system().lower() == "windows":
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Learnt from prior changes in this module, if we do not update the cache we will not get any completions (slack conversation)

Adapted from jedi.settings.cache_directory

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great catch!

Copy link
Contributor

@wesm wesm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 -- if this becomes an issue again, I suppose the kernel could also be promoted out of extensions/positron-python into the top-level of the Positron project

@isabelizimm isabelizimm marked this pull request as ready for review January 22, 2025 18:50
Copy link
Contributor

@austin3dickey austin3dickey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!!

Copy link
Contributor

@seeM seeM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@@ -43,6 +46,19 @@

_sentinel = object()

# update Jedi cache to not conflict with other Jedi instances
if platform.system().lower() == "windows":
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great catch!

@isabelizimm isabelizimm merged commit 48c9cf3 into main Jan 24, 2025
27 checks passed
@isabelizimm isabelizimm deleted the shorten-py-path branch January 24, 2025 14:23
@github-actions github-actions bot locked and limited conversation to collaborators Jan 24, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants