periareon / req-compile

Python requirements compilation
MIT License
14 stars 4 forks source link

Improve recursion during compile and fix some version is_possible checks #7

Closed sputt closed 3 years ago

sputt commented 3 years ago

This pull requests marks nodes during solving "complete" earlier to reduce the number reentries into the compile_roots. It also fixes a is_possible call for when versions include "dev" or "post"