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
Use case: a dependency is installed from github, however it's own dependencies are installed from haxelib.
If, for some reason, it's desired to use a private haxelib server (e.g. a caching proxy), it's currently impossible in the above use case. lix install --haxelib-url haxelib-server gh:org/lib should get the org/lib library from github, but when resolving it's own dependencies, it should respect the haxelib-server specified with --haxelib-url.
The text was updated successfully, but these errors were encountered:
Use case: a dependency is installed from github, however it's own dependencies are installed from haxelib.
If, for some reason, it's desired to use a private haxelib server (e.g. a caching proxy), it's currently impossible in the above use case.
lix install --haxelib-url haxelib-server gh:org/lib
should get the org/lib library from github, but when resolving it's own dependencies, it should respect the haxelib-server specified with --haxelib-url.The text was updated successfully, but these errors were encountered: