On Sun, Oct 1, 2017 at 8:09 PM, Boespflug, Mathieu <[email protected]> wrote:
> Note that the (AFAIK unreleased) version of ghc-events on the master
> branch of the upstream repo can parse event streams incrementally, if
> that's what you meant.

It can but it got some problems. For one the only thing incremental
parser can do is to print the output - for everything else old parser
will be used and output of that incremental is partially out of order
due to the way event blocks are stored. Anyway, I already have my own
version that does proper incremental parsing, provides interface with
a streaming library and collects some info that wasn't available in
the original version. How it's more about shuffling stuff around,
cleaning and testing.
_______________________________________________
ghc-devs mailing list
[email protected]
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

Reply via email to