-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
haxelib install
should not install dependencies if they exist as a "dev" or "git" library already
#174
Comments
haxelib install
should not install dependencies if they exist as a "dev" library alreadyhaxelib install
should not install dependencies if they exist as a "dev" or "git" library already
Oh, that's because we assume that "dev" is outdated. That should not be the case for dependencies indeed, unless the version number is explicitly required in the dependency |
This is now fixed thanks to @ibilon, however note that we want to lose |
Actually there is an implementation in haxelib to update the repository (haxelib update), and according to the changes that i make won't clone the repository again when you will call haxelib install ... I hope i've understood correctly the problem... |
When you run
haxelib install
, dependencies are installed, even if they already exist.For example, if you have OpenFL and Lime set up as
haxelib dev
directories, installing HaxeFlixel will force the download of both libraries before finishing the install.The text was updated successfully, but these errors were encountered: