aabacchus
aabacchus
Musl doesn't have the backtrace symbols, which are glibc extensions. libexecinfo is an alternative provider of these symbols. The only existing test for them is if the file `/usr/include/execinfo.h` exists,...
fixes
Some utilities require `-fcommon` to compile on my system.
A wrapper of execve to be able to specify the environment of the new process. I'm not convinced this is good code: should the Lua strings, used to fill the...
Please could you run autoconf before generating the tarball? Thank you
Ideally, if a closed contour is found it should have a known direction (eg. anticlockwise). It seems that currently the direction is random?
`interpolate` requires that z is an `AbstractMatrix`, ie rank 2, but `contours` and `contour` etc are happy to take any kind of data, as long as the first two dimensions...
The hierarchy of types/structs you have makes it possible to have a `ContourLevel` at an isovalue but containing 0 lines, which doesn't make sense. Then, the lack of error means...
``` [foo] [bar](baz) ``` produces ``` foo] [bar ``` instead of the expected ``` [foo] bar ``` Inserting a linebreak gives the expected behaviour. However, if the `[foo]` is in...
Factor looks for libraries named `libgtkglext-x11-1.0.so` (and for gdk) but on my system, the library has at least a `.0` suffix, so I had to ``` ln -s libgtkglext-x11-1.0.so.0 /lib/libgtkglext-x11-1.0.so...