Remove superfluous indents during installs
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
During installs of procedures using the new <file> ... <endfile> blocks, a superfluous indentation is added at the beginning of every line. This indentation should be removed before the files contents are written to a file.
This can be implemented by buffering the files contents and determining the superfluous indent depth. This indent can then be removed while writing the buffer to the actual file.
A package was installed using the new <file ...>...<endfile> tags and the indentations were preserved (although converted to whitespaces).
Anonymous
Diff:
Diff:
Diff:
Related
Commit: [r1067]
Diff: