Chris Hall

Results 5 issues of Chris Hall

The link from the README no longer hosts sparse 0.4.1 https://www.kernel.org/pub/software/devel/sparse/dist/ I found it at http://ftp.be.debian.org/pub/software/devel/sparse/dist/sparse-0.4.1.tar.gz

This came up when discussing synthesizing an event from AT to represent Activation in #166. If you have an HTML button with focus then some keypresses (Enter, Space) will synthesize...

Running CMake once or twice with the COVERAGE option set produces different results ``` cmake -DCOVERAGE:BOOL=ON ./&& make && make tests && ctest find . -iname '*gcno' | wc -l...

.coveralls.yml is only needed for coveralls.io if you are using travis-ci.com (commercial travis for private repos). You are using a public github repo, and so your .coveralls.yml is PUBLIC. That...

I am happy to write a clang-format config for bone-lisp to enforce c code style across the project, can then hook it up to make as `make format` or potentially...