Neil Mitchell

Results 1206 comments of Neil Mitchell

Adding a hexml_ prefix is pure win. There were good reasons for the `int` thing originally - you could pass a string which was not null terminated, and use the...

I have prefixed all exported functions with hexml_ and added static annotations to the rest. Should I also be mangling the types? e.g. hexml_str? Should it really be hexml_str_t by...

I'm a Windows user, so have no idea about `netrc`. What does it give me? How does it work? Can you run `netrc` to get the password back in plain...

I'm not averse to calling curl with `--netrc`, and if it fails, trying again with a password request. I can't see how that is harmful (I ask for the password...

If you report that `--netrc` to curl and no password works thats enough information for me to give it a whirl, as long as you can test the result (although...

Is `record-dot-preprocessor` on the `$PATH`? From what I can tell, it looks like an issue with Haskell Language Server, but putting it on `$PATH` probably solves the issue most easily....

See https://travis-ci.org/ndmitchell/hexml/jobs/321106337 which reads: ``` unset AFL_USE_ASAN AFL_USE_MSAN AFL_INST_RATIO; AFL_QUIET=1 AFL_PATH=. AFL_CC=clang ../afl-clang-fast -O3 -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -DVERSION=\"2.52b\" ../test-instr.c -o test-instr clang-5.0: error: unable to execute...

Yep, I need to tidy up the whole process. My hope is that https://github.com/actions/runner/issues/646 stabilises first. I view this as slightly useful, but not that important for a good few...

Does it work with those definitions in a file? It may well be that plugins aren't applied in the ghci prompt, which wouldn't be too surprising (I've never checked either...

You'll need to look at https://brew.sh/ to figure out how to get homebrew installed. My travis script just does `brew update && brew install ghc cabal-install` so try and see...