AcademySoftwareFoundation / rez

An integrated package configuration, build and deployment system for software
https://rez.readthedocs.io
Apache License 2.0
938 stars 332 forks source link

Add rez-bisect tool #273

Open maxnbk opened 8 years ago

maxnbk commented 8 years ago

It would be really quite handy in situations where a package resolve causes a problem, to be able to run a command similar to git-bisect [i.e.] rez-bisect where a binary search of package-resolutions could be run with a script or command to be run to check validity, as a way of locating a difficult-to-trace issue in a complex tree of dependencies.

nerdvegas commented 8 years ago

I'm big into this idea, been wanting to add this for a long time.