Justin M. Keyes
Justin M. Keyes
Thanks, but those logs don't help. Need the low-level error type, which may require the source code changes I requested.
In your example, currently `semsg(_(e_notopen_2), eap->arg);` does not print the error code. So knowing the error code is the first step. May need to add logs in `do_source` and/or `source_runtime`...
"File not found" would be useful to know if it were related to shada files. A missing `neovim.ico` is not relevant. So need to add logs for shada files.
> Are shada files supposed to be machine readable? it is msgpack > when I run ` VIMRUNTIME=~/runtime ./build/bin/nvim -i testshada`, the testshada file is in `.`. No files get...
running with `-i testshada` doesn't tell us anything because this issue is about writing to the "user profile" directory. > Lua callback: vim/_defaults.lua:487: module 'vim.ui' not found: that implies you...
`./build/bin/lua` is just a guess, it looks in many places. let's move this to a discussion, we're really getting into the weeds
Nice! At minimum, I hope we can surface this in a more meaningful way, i.e somehow detect the failure, possibly with a special-purpose function that checks various conditions. That will...
This has been reported many times for various features. We don't need more reports, we need a Windows user to actually work on fixing this. Related: - #25791 - #28384...
'noshellslash' is the case where the "just in time" conversion is needed. It's also not really that important, imo.
I think I like this idea, but should at least log the failure. Silent failures can be very problematic, especially if the error isn't sent "up the chain". For example,...