rbtcollins · GitHub

@rbtcollins

@rbtcollins

@rbtcollins rbtcollins changed the title Move BuildDirectory to RequirementCache Issue #988: Resolve requirements from multiple sources

Apr 29, 2015

@rbtcollins

@rbtcollins

@rbtcollins

Since the point of the Cache is to own the directories and all the
metadata about requirements, they need to own this stuff.
Currently we delete succesfully installed requirements and not ones
that failed. Then (most of the time) we delete the requirements cache
that contained them, deleting everything. This means that useful
debugging context is lost (when we don't delete the cache), and we've
got complexity serving no point. Instead, either keep everything or
delete it all.
Its useful to know whats happening, so push the existing logging down
to debug, and store the skip reason (which will be constant for a
given req) on the req itself.

@rbtcollins

Still a very large commit with lots of unresolved duplication.

@rbtcollins

Closed

Closed

@qwcode qwcode changed the title Issue #988: Resolve requirements from multiple sources Issue #988: new resolver for pip

Nov 3, 2015

Closed

Closed

@lock lock Bot added the auto-locked

Outdated issues that have been locked by automation

label

Jun 3, 2019

@lock lock Bot locked as resolved and limited conversation to collaborators

Jun 3, 2019

Read the original on github.com ↗