setup: problems with local install

Ken Brown kbrown@cornell.edu
Tue Mar 6 19:31:00 GMT 2018


On 3/6/2018 10:18 AM, Jon Turney wrote:
> (I also note we have also have another 'erase an element from a vector 
> while we are iterating over it' here, so that needs fixing, as well)

I think this one might be OK.  If I'm not mistaken, 
pkg.versions.erase(i++) passes a copy of i to erase, and then increments 
i before erase() has done its work.  But I'm no expert on this.

Ken



More information about the Cygwin-apps mailing list