-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Fix distribution embeds and update docs #80
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
I don't have time to review this today but can you please make sure the change is correct? I'm almost positive that the empty string is required to indicate that there is no source at runtime. |
Certainly! During runtime, there is no check at all; it blindly tries downloading the source if no embed exists. During build-time, the behavior is identical to providing To clarify what I should do, I need to know how you intend In any case, I think we should deprecate Sidenote: I remember why I got the error I was getting earlier.
I was curling the tar file without |
I updated to fix the issue with The only issues that remain are:
You have the I could probably add tests, but I'm unfortunately no longer using pyapp for the project I'm working on right now so I'm less motivated to work on this contribution. However, I'll try not to leave this issue unresolved. |
Thanks for your patience here! I'm about to push a change and merge this.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much!
Co-authored-by: Ofek Lev <[email protected]> 2eba793
FYI I see what was happening and the pip available conditional you had there was indeed necessary so I added that back. I need more sleep... and to write tests lol |
Lol, we all could probably use a bit more sleep :) |
Closes #79
I updated the docs with what would have (hopefully) prevented any of my confusion.