Skip to content

Update the compiler plugin #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

CarloDePieri
Copy link

This compiler plugin output is currently kinda broken:

  • Currently pytest bin is called 'pytest'.
  • More importantly, it features colors by default: they must be disabled to take advantage of the compiler errorformat.

CarloDePieri@a296f74 solve these first points.

Now, I'm not sure the second commit has a place here, but I'm proposing it anyway; if you are not interested in it we can merge only the first one. Anyway. CarloDePieri@2a45ac3 introduces g:pytest_compiler_args and the relative documentation:

  • this is usefull in its own right, when passing often the same flags to the compiler
  • not so coincidentally, it also offers an easy way to apply a fix to the broken pytest layout that results by using this compiler with :Dispatch

Currently pytest bin is called 'pytest'.
It also features colors by default: they must be disabled
to take advantage of the compiler errorformat.
This is usefull for flags that are used by the user in every run.
The readme has been updated to document the new variable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant