Kevin Quick

Results 40 issues of Kevin Quick

If a match target appears in an alternative an error is thrown: $ ghci Prelude> importText.RE.PCRE.String Prelude PCRE.String> r = [re|foo(A${here}(.*)B|C${there}(.*)D)|] Prelude PCRE.String> allMatches ("foobar" *=~ r) [] Prelude PCRE.String>...

backlog

In our build tracing tool (https://github.com/travitch/build-bom), upgrading to pete 0.12 causes the process to hang, whereas 0.11 runs as expected. This is likely due to the changes in #102 that...

The megaparsec parser allows the user to specify a custom error type (the `e` in Parsec e s`) which the user may use to provide specific errors. The diagnose `megaparsec-compat`...

This probably fixes #81, although that bug is intermittent and if this is indeed the fix, a race condition with a very small timing window, so it is not possible...

Occasionally, we will see failures of `generate-bitcode` processing like the following: ``` [655/656] Compiling ArduPlane/mode_circle.cpp [656/656] Linking build/sitl/bin/arduplane Waf: Leaving directory `/builds/d-fams/dfams-supervolo-demo/ardupilot/build/sitl' BUILD SUMMARY Build directory: /builds/d-fams/dfams-supervolo-demo/ardupilot/build/sitl Target Text Data...

I'm working on developing FRET models in conjunction with other developers. FRET seems to save things in various places in my home directory (~/Documents/fret*, ~/.config/FRET), but I'm wanting to use...

question

Note that this removes constraints from bytestring because it is a core package distributed with GHC itself, so it should just use the version provided with the GHC distribution.