Barak A. Pearlmutter
Barak A. Pearlmutter
The Debian autobuilders build each package for various architectures. In the case of the perceptualdiff package, I enabled running the test script `test/run_tests.bash` during the build, in version 2.1-3, which...
Debian and other distributions like to be able to run tests both at built time, against the built package, and at a separate test time, where they're run against an...
Was showing off nesting, simplest example I could think of, oops. **tldr:** `ad` 4.3.2.1, `ghc` 8.0.1, `diff (\x -> diff (*x) 1) 1` gets a type error. ```` $ cabal...
The directional derivative operator `du` doesn't seem to handle the simplest case. ``` $ ghci GHCi, version 7.6.3: http://www.haskell.org/ghc/ :? for help Loading package ghc-prim ... linking ... done. Loading...
The fix to #714 took care of some architectures, but some lingering problems remain. See https://buildd.debian.org/status/package.php?p=chibi-scheme for version 0.9.1-3. E.g., build error on arch armhf, which is a release architecture....
I registered a machine which has a proper (albeit dynamic) IPv6 address, but accesses IPv4 via NAT. I registered the host's IPv6 address via ``` wget -6 .../ipv6.nsupdate.info/... ``` and...
An automatic system called mayhem that tests programs for their behavior with icky inputs was able to crash hebcal 3.5. See https://bugs.debian.org/716058 for details. Although I have not tried to...
Complete rewrite of the build system using autotools.
There is logic to use either `termio.h` or `termios.h`, but (a) the case on architecture is done multiple times, both for the `#include` and later for the usage, and (b)...
Do not #include as it is deprecated in favor of termios.h, and use tcgetattr() and tcsetattr() instead of less-portable ioctl calls.