Perry E. Metzger
Perry E. Metzger
Many other projects add a few sentences of summary to the links in their "This Week In" mailings which makes it much easier to skim and determine what one actually...
Howdy! Although the last update only bumped from 1.9.3 to 1.9.4, the package now uses an incompatible configuration system. This wasn't noted in any release notes, and has broken builds...
https://lgtm.com/projects/g/dinhviethoa/libetpan/alerts?mode=list seems to indicate that there are four current code quality issues outstanding in the repo... cc: @xcorail
Just like it says on the label. On OS X, config.h.in starts with HAVE_ICONV undef'ed and nothing ever fixes that. There doesn't even seem to be any code generated to...
show doesn't have a built-in handler for Uchar.t, which makes it messy to try to derive a show function for something containing a Uchar.t.
Right now, I have to instruct MacPorts not to do `make -jN` when building because parallel builds seem to consistently fail during configuration. I'm not sure if you have tested...
Howdy! Building the irony server on macOS Sierra, I'm having trouble getting the thing to find my locally installed copy of LLVM. In particular, when I run this (either manually...
I'm not sure if it is intentional (in which case it should be documented) or not, but if you match _, the lexeme you get is empty (that is, "")....
There's currently no syntax for saying things from POSIXy regexps like "^" or "$", and also nothing for handling other kinds of leading and trailing context. (Being able to say...
Currently, to learn how to use utop, you generally need to learn how to use the original `ocaml` toplevel, as there isn't any standalone documentation for most of the `#`...