Skip to content

Conversation

@wookayin
Copy link
Member

@wookayin wookayin commented Dec 11, 2023

This might fix #555.

TODO:

  • Reproduce the bug
  • Add tests

@wookayin
Copy link
Member Author

wookayin commented Dec 11, 2023

/cc @pierreganty can you please test if this PR fixes your issue in #555?

To checkout a PR:

git clone https://github.com/neovim/pynvim
cd pynvim
git fetch origin pull/556/head
git checkout FETCH_HEAD
pip install -e .

and then run neovim (make sure you have a proper python3 host on which this devel version of pynvim is installed).

@pierreganty
Copy link

I have tried and made sure it uses pynvim Version: 0.5.1.dev0 (I followed your clear instructions) but the behavior is the same: the output gets flooded with the same messages as described in #555.

@wookayin
Copy link
Member Author

Closing because this does not fix the issue. see #555

@wookayin wookayin closed this Dec 23, 2023
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.

Output flooded with EventLoop related messages

2 participants