stephan-cr

Results 7 issues of stephan-cr

I try to parse a string of digits and in addition the string might contain escaped characters. A valid string must contain at least one digit. Therefore, I'm using [`digit1`](https://docs.rs/nom/7.0.0/nom/character/complete/fn.digit1.html)...

regression test test/issues/el-get-issue-1920.el revealed that Git HTTP smart host detection is broken. Not all hosts support the HEAD HTTP request method. For example, github.com for HEAD ```elisp (let ((url-request-method "HEAD"))...

```shell $ byte-compile -Werror *.el ``` ... nothing. ```shell $ for i in *.el ; do byte-compile -Werror $i ; done In toplevel form: el-get-byte-compile.el:64:9:Error: reference to free variable ‘el-get-byte-compile’...

This commit declares the transitive dependency to Boost in case docopt is build with Boost regex support. In this way, the user doesn't need to declare the dependency to Boost...

more-eyes

This commit make fff installable, via `cmake --install --prefix ` for example. During installation, imported targets are created, such that users are able to use fff like this: ```cmake find_package(fff...

Is the name of the copyright owner in the [LICENSE file](https://github.com/tarik02/machineid/blob/master/LICENSE#L179) file correct? It says > Copyright 2013-2018 Docker, Inc.