vhyrro / luarocks.nvim

Easily install luarocks with lazy.nvim
The Unlicense
81 stars 6 forks source link

Display more insightful error messages. #3

Closed vhyrro closed 6 months ago

vhyrro commented 6 months ago

Because of the way we are managing system calls (vim.fn.jobstart()), propagating errors through the build stage isn't the easiest thing in the world.

Despite this, it's important to display detailed error logs if something goes wrong. An on_stderr hook is required to achieve this.

vhyrro commented 6 months ago

Issue has been fixed in the go-away-python branch, which will be merged soon :)