Fork me on GitHub
#parinfer
<
2018-02-02
>
tianshu00:02:06

if edit the file like project.clj, will it process the whole buffer?

cfleming01:02:53

Yes, it will process the whole buffer, but it will only make the minimal set of diffs to the buffer required.

cfleming01:02:31

I’ve been thinking about a change to only process individual top-level forms, but I haven’t done that yet.

dominicm08:02:35

I did this, it wasn't a meaningful improvement. It might be easier for you though.

cfleming01:02:32

There’s also the potential to only process as far as required to ensure that all changes have been taken into account, now that we know where the changes happen, but I haven’t looked into that either.