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

bug: Logging output to stdout while in background #1608

Closed
3 tasks done
ashemedai opened this issue Jul 4, 2024 · 1 comment · Fixed by #1609
Closed
3 tasks done

bug: Logging output to stdout while in background #1608

ashemedai opened this issue Jul 4, 2024 · 1 comment · Fixed by #1609
Labels
bug Something isn't working

Comments

@ashemedai
Copy link

ashemedai commented Jul 4, 2024

Did you check docs and existing issues?

  • I have read all the lazy.nvim docs
  • I have searched the existing issues of lazy.nvim
  • I have searched the existing issues of plugins related to this issue

Neovim version (nvim -v)

v0.10.0

Operating system/version

WSL Debian 12

Describe the bug

With nvim pushed to the background, via Ctrl-Z, every once in a while I see this on the stdout of my zsh:

zsh 4171 [148] % [Comment.nvim]    fetch | Running task fetch
[LuaSnip]         fetch | Running task fetch
[cmp-nvim-lsp]    fetch | Running task fetch
[cmp_luasnip]     fetch | Running task fetch
[friendly-snippets] fetch | Running task fetch
[gitsigns.nvim]   fetch | Running task fetch
[gruvbox]         fetch | Running task fetch
[..]
[Comment.nvim]      log | Running task log
[LuaSnip]           log | Running task log
[cmp-nvim-lsp]      log | Running task log
[cmp_luasnip]       log | Running task log
[friendly-snippets] log | Running task log
[gitsigns.nvim]     log | Running task log
[gruvbox]           log | Running task log

Steps To Reproduce

  1. Configure lazy.nvim with nvim 0.10
  2. Push nvim to background
  3. Observe stdout logging

Expected Behavior

No output to stdout while process is in the background.

Repro

No response

Additional information

This happens with cea5920.

@ashemedai ashemedai added the bug Something isn't working label Jul 4, 2024
@folke folke closed this as completed in 6fdd904 Jul 4, 2024
@ashemedai
Copy link
Author

@folke Thanks! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant