flow / vim-flow

A vim plugin for Flow
Other
525 stars 52 forks source link

Will this project be updated to the new Flow 0.66 error format? #74

Open nvie opened 6 years ago

nvie commented 6 years ago

It seems like the new error output from Flow 0.66 is causing this plugin to break.

TrySound commented 6 years ago

@nvie Can you add screen?

nvie commented 6 years ago

Sure!

Before (Flow < 0.66)

All good here:

screen shot 2018-02-22 at 11 03 04

After (Flow 0.66+)

Error output not parsed correctly anymore, and quick fix window gets confused:

screen shot 2018-02-22 at 11 04 06
mblarsen commented 6 years ago

@nvie sorry for posting here, but how do you get the multi-line flow output as shown in the before screen?

simlrh commented 5 years ago

This errorformat works: '%EError\ %*-\ %f:%l:%c,'

@mblarsen You can get multiline output in the quickfix window by providing an errorformat that doesn't correctly match an error message. It will just show whatever output came in between the error lines it recognised.