Sergei Lebedev
Sergei Lebedev
``` bash $ omake -debug-deps --verbose Removing .omakedb Removing .omakedb.lock Removing OMakefile.omc Removing OMakeroot.omc Removing src/OMakefile.omc Removing src/lexer.ml Removing src/parser.ml Removing src/parser.mli *** omake: reading OMakefiles --- Checking for ocamlfind......
Hello, cyvcf seems to have the same problem as jamescasbon/PyVCF#108: ``` python >>> import cyvcf >>> import cPickle >>> f = open(path) >>> r = cyvcf.Reader(f) >>> cPickle.dumps(next(r)) Traceback (most...
Most of the removed tests were unconditionally skipped.
I was debugging a coredump produced by a stack overflow recently, and I noticed that Delve gets increasingly slower as I go up the stack. I suspect that stack navigation...
I don't have a repro, but empirically the lookahead just fails silently, which is no good.