So we are down to two failing testcases, both related to the sprintf type. Can we fix that and release Pike 8 before we break something new?
There is a strange error with propagated variables, which totally breaks the build. At least for me.
% diff modules/propagated_variables modules/CommonLog/propagated_variables 2d1 < CXX=/home/marcus/Pike/8.0/build/linux-3.13.0x1000-ppc64/smartlink g++ -m64 3a3
arcus/Pike/8.0/build/linux-3.13.0x1000-ppc64/smartlink g++ -m64
%
Where did the start of the line go? Isn't the point of "propagated variables" that they are the same as the one in the parent directory?
This is in a new, clean build BTW.
Another build failure:
If BACKEND_USES_DEVPOLL and _REENTRANT are defined but not POLL_DEBUG, the formal parameter "me" to POLL_DEVICE_SET_EVENTS in backend.cmod is hidden with UNUSED(), even though it is used in the body.
pike-devel@lists.lysator.liu.se