Mats Wichmann
Mats Wichmann
Covers xml file for manpage, very minor stuff in uguide, and docstring in code. Also tweaked `Ignore` manpage entry, only because it was the very next description in Environment.xml and...
Doc-only change (including docstrings) Signed-off-by: Mats Wichmann ## Contributor Checklist: * [ ] I have created a new test or updated the unit tests to cover the new/changed functionality. *...
`Glob` is documented as taking an argument `source`: > The `source` argument may be set to `True` (or any equivalent value) to specify that, when the local directory is a...
`Glob` inherits from Python's `glob.glob` special handling of directory entries that begin with dot. This rule is, in turn, inherited from POSIX (UNIX) `glob`, which refers to this piece from...
Also convert usage of the term Microsoft Visual C++ (which was used in several forms, with/without "Microsoft", as C/C++, etc.) into an entity `&MSVC;` for consistency. This is a doc-only...
Tested using git head as of 15 Feb: with 5.x versions of lxml installed, the doc tree no longer validates. Used 5.0.0, 5.0.1, 5.1.0. Dropping back to any 4.9.x release...
The Fortran Scanner finds `INCLUDE` and `USE` statements, and treats them the same - no dependency is generated if the indicated file does not exist. This is correct for include...
This is to document, in an issue, a limitation of the Fortran Scanner. The scanner itself does describe the limitation in comments, but not why it exists. In searching for...
SCons scanners often emit a `DependencyWarning` if an "include file" detected during scanning is not found. This usage should, at least in some cases, be in some sort of "informational"...
The regular `_concat` function, when processing a list of strings, adds a prefix+suffix to each, possibly after expanding the list through a call to a function. The function is often...