Mats Wichmann

Results 560 comments of Mats Wichmann

@bdbaddog looks like only in `_node_errors`?

I don't see why a node should not have a link back to its env if we know how to set it. A single assignment should not be that costly.

Would you have created such a node by calling `env.File()`? Seems unlikely, but will bow to your experience

Updating the set of related issues. Yes, the `CConditionalScanner` handles the specific case stated here. Since not every compilation system would behave the same way trying to use "the preprocessor"...

I have no idea how you invoke msvc to spit out header dependencies, I'm not saying it can't.

Ah, ok. I see a new option, `/sourceDependencies`, which is much more sophisticated and writes a json file (which must be given as the option-argument). That was introduced, according to...

Seeing this stalled out completely. I've been gradually sneaking in typing annotations in the codebase - we can do more now that 3.6 is the baseline Python versions, I could...

#2485 is an example of this, it looks like.

See also this email thread: http://four.pairlist.net/pipermail/scons-users/2021-April/008527.html