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 running nimble path [pkgname], it doesn't respect the configuration of the current package. It ignores the develop file and it ignores any specific version configuration in the nimble file.
My expectation is that when I run nimble path from a nimble directory, it should print the path of the dependency as contextualized by the configuration in the current package.
The text was updated successfully, but these errors were encountered:
Nycto
added a commit
to Nycto/nimble
that referenced
this issue
Feb 11, 2025
When running
nimble path [pkgname]
, it doesn't respect the configuration of the current package. It ignores thedevelop
file and it ignores any specific version configuration in the nimble file.My expectation is that when I run
nimble path
from a nimble directory, it should print the path of the dependency as contextualized by the configuration in the current package.The text was updated successfully, but these errors were encountered: