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

feat: bundle pyright inside wheel #300

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

RobertCraigie
Copy link
Owner

@RobertCraigie RobertCraigie commented Sep 21, 2024

closes #231

My main concern with this change is that it increases the footprint of this package by a considerable margin, both over-the-wire bytes and disk storage needed as there is no per-machine cache anymore, the files pyright needs to run will be duplicated for each project.

I think this is a fairly marginal concern though, if users report any issues about the package size I'd be investigate publishing a separate pyright-slim (or similar) package that retains the non-bundled behaviour.

TODO: fix nodejs_wheel debug log
TODO: let conda maintainer know about this change #102

@RobertCraigie RobertCraigie force-pushed the feat/nodejs-extra branch 2 times, most recently from d221beb to 407f2a5 Compare September 22, 2024 09:59
Base automatically changed from feat/nodejs-extra to main September 22, 2024 10:14
@RobertCraigie RobertCraigie force-pushed the feat/bundle-pyright branch 6 times, most recently from f4fe729 to 32f626e Compare September 22, 2024 18:45
@RobertCraigie RobertCraigie force-pushed the feat/bundle-pyright branch 3 times, most recently from 4e13c53 to 40cbf39 Compare September 23, 2024 09:55
add test for bundled version

fix

fix

fix

fix

fix
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.

bundle node and pyright with the pypi package
1 participant