William Deegan

Results 317 comments of William Deegan

Hmm.. I'm actually not sure that allowing gcc tool to default back to 'cc' is a good idea. Assuming the user actually wants gcc in the strange case a 'cc'...

> @bdbaddog In fact, `cc` is a symbolic link to `gcc` program which gets automatically configured once GCC is installed, and both LLVM and GCC provide the symlink for the...

Maybe take a look at this repo? Looks like they're repackaging pywin32 for pypi https://github.com/Googulator/pypiwin32

@thopiekar - I don't know that developer, but had seen a reference to that pypi package when looking at another developers work and that's how I stumbled upon it. So...

You might reach out to the folks on the python distutils mailing list for some assistance?

Can't we detect if SCons is running on itanium and just make these changes in that case. That way if someone out there is still building on PA-RISC we don't...

> "The code attached here" - but don't see any attachment. There's been later work on long command lines... is this still an active issue? I reformatted the text, you...

> @mwichmann @bdbaddog what are the expectations regarding code coverage? If I'm reading this correctly, my unit tests only exercise 41% of the lines of code. There are certainly more...

Probably worth addressing all the sider complaints.

> > Bummer. Also, on a related note, I noticed that the SconsDoc stuff tries to load lxml, and if that fails, tries to fall back to a different implementation,...