Mats Wichmann

Results 560 comments of Mats Wichmann

At this point it's pretty clear that the `$PCHCOM` isn't being called in the failing case. You can also see this by setting a value for `$PCHCOMSTR`. Looks like `$PCHCOM`...

Hmmm, it looks like there were some errors before, and a fix *may* have caused this particular problem. See #2505. There's a line in particular there: > have the object_emitter()...

No, I don't get this bit either. Usually, you find header deps by scanning the source file, but that doesn't happen in the case of Microsoft's PCH, as those only...

To record here (this was mentioned on Discord), that's what scons does: `SCons/Variables/__init__.py` in the `Update` method - this is just the flow of comments, no code: ``` # first...

Yes, this is a normal trick that's needed: there are often cases of "don't do this if user asked for help" (or "... asked for clean"). Described here, which you...

also noticed from your code snip here - perhaps this is already done in your more real code - that you usually need to call `GenerateHelpText` to get the help...

So years later... been staring at `Variables`, and I'm now of the opinion that there's a mis-implementation. The `ListVariable` converter effectively serve two purposes and there's no separate validator (it's...

Updated: ignore this, I had missed that the stored value is passed through `env.subst()` before the validator is called, so the validator gets a string. ~~Implementation question: splitting the validation...

Came across this again closing down old browser tabs ;-) This in concept is similar to some Fortran stuff I've been wrestling with. A lot of scanners work on the...

> No CHANGES.txt/RELEASE.txt? as noted, the comment for BoolVariable was intended to be generic across the series, so, no, no additional changelog.