Tim Landscheidt

Results 5 comments of Tim Landscheidt

I don't agree with Andreas's reasoning, but it would be nice to decouple compiling and testing to enable mounting the source directory read-only to a container or something like that....

On second thought, discarding the output files would mean that the issues with macros and compilation that Andreas alluded to are never tested, i. e. while the test suite would...

AFAICT, mounting the directory is not necessary. However, it only seems to work (with mounting the directory or not) either with `--old-chroot` or with `--enable-network`. For authentication, it appears to...

Workaround: `--nolists`.

Further musings: The cause of the warning is that `pTk/mTk/generic/tkScrollbar.c`'s `ScrollbarWidgetCmd()` uses `sprintf()` to set the return value for `delta`. `sprintf()` will honour the locale setting. So my first instinct...