Joseph Brill

Results 203 comments of Joseph Brill

#4610 should fix this issue. Might be worth a try on armv7. Removing `platform='win32'` from the msvs tests scripts works on WSL/ubuntu and windows (i.e., the msvs tool generates code...

@bdbaddog, @mwichmann: I believe the SCons behavior is correct in this specific case. Reproduction SConstruct: ```py import os from SCons.Script import * env = Environment() for variant in ["debug", "release"]:...

> If you do the latter, Which example is "latter" referring to: 1) Conceptually this example 2) Equivalent example, or 3) Untested alternate example? > Or am I inventing problems...

> The third one - multiple .vsxproj files listed in one solution. Which is prefectly legal to do, I'm just worrying since they're not really distinct, they'd all be the...

> The third one - multiple .vsxproj files listed in one solution. Which is prefectly legal to do, I'm just worrying since they're not really distinct, they'd all be the...

The intent of this post is to document some of the existing issues and limitations of the *CConditionalScanner*, and to a lesser extent, the *CScanner*. ***Please report any erroneous assumptions,...

#### @mwichmann Your feedback is appreciated at all times. I'm counting on you to find all erroneous assertions. No pressure. > I will refrain from too much commentary while it's...

@mwichmann Off-topic: inline LaTeX math-mode color definitions As you know, much to your annoyance, I am a fan of using inline LaTeX math-mode to change the foreground color text. As...

@mwichmann *Despite the TODO in the final section of the [comment above](https://github.com/SCons/scons/issues/4656#issuecomment-2619311496), there is no additional work planned anytime soon and should be considered complete for all practical purposes.* An...

Addressed in PR #4610 Tests results: * *Output Layout*: 8897 B Test-I1-P1S1NV-B   62 B &#x251c&#x2500 SConstruct  238 B &#x251c&#x2500 Build  118 B &#x2502  &#x251c&#x2500 Test.sln  120 B &#x2502  &#x2514&#x2500 Test.vcxproj 8597 B &#x2514&#x2500 src  686 B    &#x251c&#x2500 SConscript  810 B    &#x251c&#x2500 Test.sln 5387 B    &#x251c&#x2500 Test.vcxproj 1714 B    &#x2514&#x2500 Test.vcxproj.filters 2 directories, 7 files * *Build\\Test.sln* Fragment: ``` This is just a placeholder file....