Mats Wichmann
Mats Wichmann
this is attacking two problems: single-char args, and the problem with args-with-options using space(s); figured it would be easier to get you happy with one at a time?
Will try to swing back and work on adding the remaining part of this PR. The short-option part is now released as part of SCons 4.9.
adding @jcbrill via a mention, in case he has comments.
> Observations: > > * Forcing the platform to be win32 on non-win32 platforms seems like it is asking for trouble. Indeed. I just saw that in the tests, too....
> > So there was value in supporting any tests which didn't actually require a working MSVC compiler to be able to run on any platform. > > There may...
no.. how did that happen???
that it won't keep going after the first time through the loop? looks like someone took one of the single-version tests and just wrapped it without thinking?
and if the pass_test is moved outside, it fails on the second time through the loop... fun.
see, it's better to leave tests incomplete and not slow down the development process :1st_place_medal:
It seems kind of odd to put a dummy pass inside the loop. The framework code certainly supports what you do, but I don't really get the point. Usally it's...