Mats Wichmann

Results 67 issues of Mats Wichmann

### Describe the bug Just so this is recorded somewhere, it's certainly not a show-stopper bug: If your program uses lxml, it's going to get warnings like this: ```console >>...

bug

Pushed to see if the GH Action will build this way (works locally). This an experiment to respond to the Py Packaging Authority's plea to "not call setup.py directly, use...

CI / buildbot
Release

This came up during a Discord discussion on #scons-help https://discord.com/channels/571796279483564041/571796280146133047/1006057851858452510 Both the man page and User Guide give examples of importing the external `PATH` variable into the SCons build, but...

documentation

To use, set `do_zipapp` to `True` in `site_scons/scons_local_package.py` (notice as submitted, building is disabled) Will produce a `build/dist/scons-local-${VERSION}.pyz` which can be directly executed - copy to a work dir, and...

Release

This issue is generated as a result of investigating using the `CConditionalScanner` to detect dependencies when the `#include` uses a macro, after a Discord discussion here: https://discord.com/channels/571796279483564041/571796280146133047/998690474216927345. This base problem...

scanner

Multiple past issues (see for example #2300) has caused `env.Append` and `env.AppendUnique` to grow special-case code for handling `CPPDEFINES`. One simple example of the special-casing is that normally `Append`ing a...

Append

Created from the scons-users thread at https://pairlist4.pair.net/pipermail/scons-users/2021-June/008551.html and from a subsequent Discord chat. The support for Intel compilers has gone out of date as the compilers have evolved and needs...

Tools

On a recently updated debian 12 "bookworm" (this is current "testing" version, not "stable"), the live assembler test fails due to warnings being emitted, and not expected by the test....

testsuite

In most cases, SCons handles paths that start with `#` alone the same as those that start with `#/`, leading the documentation to claim the slash is optional. However, in...

Glob

The `CPPDEFINES` entry and the `Append` method entry has some additional clarification added, about ways cpp macros can be specified. Added a couple more examples to illustrate. Doc-only change. Signed-off-by:...

Documentation