-
Notifications
You must be signed in to change notification settings - Fork 69
feat: experimental hatchling builder #637
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
Conversation
44078ba
to
dc32917
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #637 +/- ##
==========================================
- Coverage 86.22% 83.13% -3.09%
==========================================
Files 64 67 +3
Lines 3331 3511 +180
==========================================
+ Hits 2872 2919 +47
- Misses 459 592 +133 ☔ View full report in Codecov by Sentry. |
a91c7d7
to
38384d4
Compare
@aryamanjeendgar, it's passing now, so ready for you to work on it. |
0395f84
to
7bf2f98
Compare
@@ -1,12 +1,13 @@ | |||
cattrs==22.2.0 | |||
hatchling==0.25.0 |
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.
Is this to support Python 2? If so, note that there is a patch release after this one.
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.
No, 3.7 is our oldest. Was just trying to pick the oldest one easy to support as a minimum. Can change if you'd like.
I've pulled the API change out so we can ship that for third party plugins sooner. #697 |
Pulling out the API change from #637. Signed-off-by: Henry Schreiner <[email protected]>
I know you're not finished but don't forget that I implemented the dynamic dependencies feature you requested! |
This is needed for #637 (comment). Signed-off-by: Henry Schreiner <[email protected]>
A little bit of optimization for plugin use, such as #637. Signed-off-by: Henry Schreiner <[email protected]>
ced63df
to
3a15845
Compare
TODO: self.directory is |
Signed-off-by: Henry Schreiner <[email protected]>
Signed-off-by: Henry Schreiner <[email protected]>
Signed-off-by: Henry Schreiner <[email protected]>
Signed-off-by: Henry Schreiner <[email protected]>
Signed-off-by: Henry Schreiner <[email protected]>
Signed-off-by: Henry Schreiner <[email protected]>
Signed-off-by: Henry Schreiner <[email protected]>
Signed-off-by: Henry Schreiner <[email protected]>
Signed-off-by: Henry Schreiner <[email protected]>
3a15845
to
91a766f
Compare
Signed-off-by: Henry Schreiner <[email protected]>
Signed-off-by: Henry Schreiner <[email protected]>
Signed-off-by: Henry Schreiner <[email protected]>
Signed-off-by: Henry Schreiner <[email protected]>
Signed-off-by: Henry Schreiner <[email protected]>
Signed-off-by: Henry Schreiner <[email protected]>
Signed-off-by: Henry Schreiner <[email protected]>
Signed-off-by: Henry Schreiner <[email protected]>
In progress.