[Scons-users] Problem upgrading from 3.0.1 to 3.1.2
Mats Wichmann
mats at wichmann.us
Thu May 14 12:43:32 EDT 2020
On 5/14/20 10:39 AM, Steve Hill (Wireless) via Scons-users wrote:
>>> who's calling os.path.splitdrive? is that scons, or you?
>
> Me, in the Cygwinify class (as I have, in some - but not all - cases, to change C:\ to /cygdrive/c/ if it is an absolute path...). I really hate this particular toolchain.
Yeah... the git-for-windows stuff has proved nicer, and I'm sort of
gradually drifting over to msys2 instead as a result - the special
/cygdrive/ prefix has always been an irritant for me. Not that I'm not
letting the discussion drift off-topic here :)
===
> who's calling os.path.splitdrive? is that scons, or you?
>
> as a Python library function, it won't know about SCons defined datatypes, though CmdStringHolder is just a specialization of collections.UserString...
>
More information about the Scons-users
mailing list