Harrison

Results 28 issues of Harrison

What license is this code being released under?

I'm trying to create a few pull requests but the pre-commit hook is broken for me. I looked in the package.json and I see the pre-commit runs lint and test....

enhancement

Travis CI has several limitations that make running a Jenkins server desirable. 1) First Travis CI does not support FreeBSD and the Travis CI team shows little interest in adding...

enhancement

Nextgen uses it's own dependency injection library, which can be found here: https://github.com/hbowden/nextgen/tree/master/src/depend-inject . However this library is specific to nextgen and as such can't be used outside of nextgen...

enhancement

Use coveralls or a similar service to display lcov results on the README.

enhancement
easy

Write implementation for set_process_name() on FreeBSD and Linux, right now set_process_name() is only implemented for macOS.

bug

Write a style guide so that contributors have a resource for how to format nextgen's source code.

enhancement

Running `make coverage` no longer generates code coverage reports. Code coverage generation fails with the error message below. `100% tests passed, 0 tests failed out of 7 Total Test time...

bug
regression

Currently `-h` and `--help` doesn't help anyone, print out a useful message on how to use `nextgen` and where to get more information.

enhancement
easy

Have cmake check for needed headers and libraries like `libdtrace` and `dtrace.h` before generating Makefiles.

enhancement
easy