Skip to content

Set errorformat for AsyncRun Strategy? #274

@stevenharman

Description

@stevenharman

I'm still struggling to understand how vim-test and various strategies hang together, so forgive me I'm way off base. But... I'm using the AsyncRun strategy, and it works, but the errorformat used in the QuickFix window isn't correct. Specifically, if I use the Dispatch strategy, or even :Dispatch rspec directly, the QuickFix window is populated as I'd expect:

dispatch

But when running with AsyncRun the Quickfix window looks like this:

asyncrun

I know for some other strategies vim-test calls dispatch#compiler_for_program to set the compiler, which also impacts the errorformat used. Is it possible to do something similar for the AsyncRun strategy?

This is possibly related to #145 and/or #220.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions