[Distutils] Re: pip resolver work chugging along

2020-03-24 Thread Wes Turner
On Tue, Mar 24, 2020 at 5:24 PM Tzu-ping Chung wrote: > To expand a little on the topic, there are multiple abstraction layers > required to make the new resolver useful as a separate package. > > ResolveLib (mentioned in Paul’s message) is an dependency resolver > implementation in abstract,

[Distutils] Re: pip resolver work chugging along

2020-03-24 Thread Wes Turner
IIRC, the issue for this (or one of the issues for this great work) is: "New Resolver: Rollout, Feedback Loops and Development Flow" https://github.com/pypa/pip/issues/6536 On Tue, Mar 24, 2020 at 3:03 PM Paul Moore wrote: > It's already available as a separate package: >

[Distutils] Re: pip resolver work chugging along

2020-03-24 Thread Wes Turner
I think it may be most likely that you'll get quality feedback through GitHub Issues. Is there an issue template with at least some of the 23 questions in the survey? Survey: https://tools.simplysecure.org/survey/index.php?r=survey/index=989272=en Here's the "Resolver refactorings" project

[Distutils] Re: pip resolver work chugging along

2020-03-24 Thread Wes Turner
Issue and Pull Request Templates: - https://github.com/devspace/awesome-github-templates - Sometimes, a blank issue template option seems most welcoming When users have issues with the resolver, the most helpful thing for them to do may be to add a test case. IDK what the best way to do that

[Distutils] Re: pip resolver work chugging along

2020-03-24 Thread Brett Cannon
I couldn't find this in the blog post but is the plan to make the resolver a separate package so other tools can use it? Or is the plan perhaps to get it working in pip first and to break it out later? -- Distutils-SIG mailing list -- distutils-sig@python.org To unsubscribe send an email to

[Distutils] Re: pip resolver work chugging along

2020-03-24 Thread Paul Moore
It's already available as a separate package: https://pypi.org/project/resolvelib/ Paul On Tue, 24 Mar 2020 at 18:52, Brett Cannon wrote: > > I couldn't find this in the blog post but is the plan to make the resolver a > separate package so other tools can use it? Or is the plan perhaps to get

[Distutils] Re: pip resolver work chugging along

2020-03-24 Thread Tzu-ping Chung
To expand a little on the topic, there are multiple abstraction layers required to make the new resolver useful as a separate package. ResolveLib (mentioned in Paul’s message) is an dependency resolver implementation in abstract, entirely divorced of Python packaging. While it can be used by

[Distutils] Re: pip resolver work chugging along

2020-03-24 Thread Sumana Harihareswara
Hi, Wes! Thanks for your note! We'll look into adjusting our issue templates. But -- not sure whether you've read my piece https://www.harihareswara.net/sumana/2017/04/07/1 "Inclusive-Or: Hospitality in Bug Tracking", but it's really important to expand how we get feedback from our users

[Distutils] Re: pip resolver work chugging along

2020-03-24 Thread Wes Turner
A few more project management resources (A bit OT, but intended to be helpful:) ## Ways to integrate GitHub with other data sources: ### GitHub APIs: - https://developer.github.com/v3/ - https://developer.github.com/v4/ - https://developer.github.com/v3/libraries/ - https://github.com/cli/cli -

[Distutils] Re: pip resolver work chugging along

2020-03-24 Thread Sumana Harihareswara
On 3/24/20 4:13 PM, Sumana Harihareswara wrote: Sounds like you'll be submitting a pull request for that documentation & README change -- go ahead and ping me as @brainwane for review when you do that! Thanks. Sorry, that last bit was kinda snarky. Am making this change myself now. -- Sumana

[Distutils] Re: pip resolver work chugging along

2020-03-24 Thread Tzu-ping Chung
> On 25/3/2020, at 05:37, Wes Turner wrote: > > On Tue, Mar 24, 2020 at 5:24 PM Tzu-ping Chung > wrote: > To expand a little on the topic, there are multiple abstraction layers > required to make the new resolver useful as a separate package. > > ResolveLib