Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

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

Open
nvie opened this issue Feb 22, 2018 · 4 comments
Open

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

nvie opened this issue Feb 22, 2018 · 4 comments

Comments

@nvie
Copy link

nvie commented Feb 22, 2018

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

@TrySound
Copy link

@nvie Can you add screen?

@nvie
Copy link
Author

nvie commented Feb 22, 2018

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
Copy link

mblarsen commented Apr 9, 2018

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

@simlrh
Copy link

simlrh commented Apr 18, 2019

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants