Mats Wichmann

Results 559 comments of Mats Wichmann

>Fixes #4608 [needs testing] I can now confirm that it does. Got quite a bit slower, now those four tests are running all the combos, not just one :-)

> > Fixes #4608 [needs testing] > > I can now confirm that it does. Got quite a bit slower, now those four tests are running all the combos, not...

> Personal Internal Notes - Implementation vs Documentation: Was there someplace this could go, as it seems useful? I'm trying to gradually add annotations and docstring argument info *where it...

I think it's been mentioned before, but you don't tell scons the order, it figures it out based on computed dependencies. You can influence this a bit - take a...

I think normally, Value (Python) nodes don't get included in the tree?

I've mentioned elsewhere, just for recording in this issue: it's "unfortunate" that if the relevant decider decides a rebuild is needed, than the explain logic fires and it tries to...

Here's some trace information: when `explain()` runs, it ends up using the decider in effect to answer whether a file changed, once it's dealt with dependencies no longer present or...

> What's causing stdout.encoding to be None? That's just the way it is (default) - from Python, not from us.

Right... and MSCommon uses oem, as we were advised by someone a while back, once we got to Python versions where that was consistently supported (3.6+). So is there a...

Amusingly (maybe), the last time we had a go-round with Windows and non-ascii characters, I set up the Swedish language support, as it's a native language for me, where German...