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
User has added lune-org/lune@version in a global manifest
User has added filiptibell/lune@version in a project-specific manifest
Only lune from the global manifest is installed by the user
Try to run lune in the project-specific manifest
Rokit will now be managing lune and only has the version from lune-org installed - meaning that when a user tries to run it under the project, and it refers to a tool from a different author, it will fail to run. This is caused by the Rokit runner not automatically prompting for and installing the new tool when necessary:
Consider the following situation:
lune-org/lune@version
in a global manifestfiliptibell/lune@version
in a project-specific manifestlune
from the global manifest is installed by the userlune
in the project-specific manifestRokit will now be managing
lune
and only has the version fromlune-org
installed - meaning that when a user tries to run it under the project, and it refers to a tool from a different author, it will fail to run. This is caused by the Rokit runner not automatically prompting for and installing the new tool when necessary:rokit/src/runner/mod.rs
Line 48 in ca201e4
Implementing the promt-trust-and-install mechanism here in the runner will fix the issue.
The text was updated successfully, but these errors were encountered: