-
-
Notifications
You must be signed in to change notification settings - Fork 80
Allow 'haxelib local' to take web url #105
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
Comments
haxelib local accepting web URLs is a bit of an oxymoron. What is the use-case here? |
True enough about the oxymoron. vs: haxelib url http://blah.zip Hugh On Wed, Nov 27, 2013 at 7:42 PM, Simon Krajewski
|
|
While you are at it - got a bug on haxelib that reports: Library nme version dev does not have a neko dll for your system This comes from returning "linux" for Sys.systemName() on a mac. I presume this is from Would you like me to report a separate bug? Hugh On Wed, Nov 27, 2013 at 8:45 PM, Simon Krajewski
|
Yes, please file a separate bug. |
Would it be too much overloading to use "haxelib install"? Currently we have haxelib install markdown # from haxelib And correspondingly rules that a library name cannot be "all", or end in haxelib install https://github.com/haxetink/tink_core/archive/master.zip And library names starting with "http://" or "https://" are disallowed. Cheers for the massive Haxelib cleanup!
|
Yes, I think a regex would be much better, and have a single "haxelib install file.zip|name[version]|http" Hugh |
I didn't know that |
While we're at it we could also handle git:// svn:// and http://github.com/ncannasse/h3d as well |
@jasononeil: To clarify, all these |
@Simn yep, those are all supported: haxelib/src/tools/haxelib/Main.hx Line 402 in e711b2f
|
I understand that they are supported, I need to know if they were supported in the Haxelib version that came with 3.0.0. |
Yes, that's what I meant to say. That's the implementation for Haxelib 3.0.0. |
@back2dos |
I think we can merge this issue into #238, since we're discussing npm-like url support there. |
It would be nice to be able to point haxelib at a "wget" url as well as a local file.
The text was updated successfully, but these errors were encountered: