files so the same signature file can interoperate on Windows and
non-Windows systems.
+ - Make --debug=stacktrace print a stacktrace when a UserError is thrown.
+
+ - Remove an old, erroneous cut-and-paste comment in Scanner/Dir.py.
+
From Stanislav Baranov:
- Make it possible to support with custom Alias (sub-)classes.
- Fix an incorrect Command() keyword argument in the man page.
+ - Add a $TEMPFILEPREFIX variable to control the prefix or flag used
+ to pass a long-command-line-execution tempfile to a command.
+
From Eric Frias:
- Huge performance improvement: wrap the tuples representing an
def scan(node, env, path=()):
"""
- This scanner scans program files for static-library
- dependencies. It will search the LIBPATH environment variable
- for libraries specified in the LIBS variable, returning any
- files it finds as dependencies.
+ This scanner scans a directory for on-disk files and directories therein.
"""
try:
flist = node.fs.listdir(node.abspath)