-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interesting fix/hack/workaround for 'local' dependencies... #186
Comments
Remotely related corner case: transitive dependencies. I just imported A current workaround is to just let the copy sit there (not a big deal), add |
Oh nvm, I've just seen |
Yep, it's a bit more work to setup no_auto_import projects, but it's created exactly for that reason, to filter out imports that are not needed in some build configs. |
…repository see floooh#186 for an outline; this commit just prevents 'fips diag' to falsely report status of a parent repository, if there is one.
* fix typo in error message * 'fips clear' only prints configs effectively cleared * print info message on 'fips diag imports' if project dir isn't a git repository see #186 for an outline; this commit just prevents 'fips diag' to falsely report status of a parent repository, if there is one.
Interesting idea by @code-disaster: https://gist.github.com/code-disaster/1b99511e0e74b21f97297e7091c56428
A 'real' local dependency mode should probably work in a project subdirectory not under version control (like NPM), but if the changes are small it may make sense to implement the idea in the gist just to enable more scenarios.
The text was updated successfully, but these errors were encountered: