This change does multiple things. Instead of checking for WSTOPPED, WIFSTOPPED() is now used. It seems that's a good thing in light of this change: https://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/sys/wait.h?rev=1.17&content-type=text/x-cvsweb-markup Meanwhile, it also uses WCONTINUED and WIFCONTINUED(). These are available almost everywhere and it's been that way for a long time but... almost. This looks good: Linux 2.6.10 (2004-12-24): Mail with patch from 2004-09-27: https://lwn.net/Articles/104112/...
Topics worth discussing: - The status :continued should maybe be renamed to :resumed since that's what ECL calls it - The status hook is now only run when a process changes its status to :exited or :signaled (but not e.g. :stopped). This seemed appropriate processes for which the hook needs to run are collected in a list called exited. But maybe it is not (and the name should just be changed).
Please find the aforementioned PNG attached.
groupplots should not pass on unit information to colorbar axis
I've been using Jake's solution successfully for quite a while now. What it currently...
Issue with path labelling in conjunction with 'cycle'
I'm seeing segfaults in asdf-pathname-test as of asdf-3.1.7.25 again (didn't see...
Cmake 3.5.1 is very recent. But according to https://cmake.org/cmake/help/v3.0/module/FindEXPAT.html...