You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to figure out dependencies of rocks, rocks.nvim looks through all rocks from the rocks.toml file. The issue is, however, that it's not guaranteed that the rocks from rocks.toml are installed.
Solution
rocks.nvim should pull from state.installed_rocks() instead to resolve this issue.
The text was updated successfully, but these errors were encountered:
Root Cause
When attempting to figure out dependencies of rocks,
rocks.nvim
looks through all rocks from therocks.toml
file. The issue is, however, that it's not guaranteed that the rocks fromrocks.toml
are installed.Solution
rocks.nvim
should pull fromstate.installed_rocks()
instead to resolve this issue.The text was updated successfully, but these errors were encountered: