Skip to content
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

Conjure spams error logs during a long-running eval if I switch to other types of buffers #100

Closed
daveyarwood opened this issue Jun 15, 2020 · 4 comments

Comments

@daveyarwood
Copy link
Contributor

daveyarwood commented Jun 15, 2020

The background here is that I have a UI (browser automation) test suite that takes a really long time to run, so I often like to kick off the tests and then go do other things inside Vim to keep myself busy. The browser tests frequently print a line to stdout to tell me what test step they're running (clicking this button, entering "foo" in this text input, etc.)

I just noticed that if I happen to open a buffer type that Conjure doesn't support (diff, magit, gina, etc.), then every time the Conjure log gets appended, I get interrupted by an error. Here's an extreme example (output is :messages run after the fact):

2020-06-15-140643_1675x1082_scrot

@Olical
Copy link
Owner

Olical commented Jun 15, 2020

Oh no, that's awful! I'll take a dig into why this happens.

@Olical
Copy link
Owner

Olical commented Jun 15, 2020

Can reproduce and I've found the offending code (it's for debugging) - digging deeper.

@Olical
Copy link
Owner

Olical commented Jun 15, 2020

Should be fixed on develop! Also, congratulations on issue #100 :D

@daveyarwood
Copy link
Contributor Author

Nice, lucky roll on my part! 🎲

Thanks, I can confirm that it's fixed on develop 💯

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

No branches or pull requests

2 participants