Closed IainNZ closed 10 years ago
I wonder if we should backport Pkg stuff to 0.2. It's a pretty independent component and wouldn't break and normal user program.
I'm (desperately) trying to get HttpServer working on Windows with 0.2 so this is a big deal for me, I'd really appreciate any help with it I can get. Seems like this, https://github.com/loladiro/GnuTLS.jl/issues/14, and https://github.com/hackerschool/HttpParser.jl/issues/15 are the blockers.
Sorry, this is just an accident of history -- julia0.3 support landed before BinDeps support.
A couple of options:
1) @IainNZ running WinRPM.install("icu")
by hand might work,
2) @StefanKarpinski Would Pkg
freak if i back ported this feature to 0.0.0, i.e., modify 0.0.0/sha1
& 0.0.0/requires
?
Alternatively: manually tag a 0.0.1, with a require of julia 0.2
, which definitely wouldn't freak Pkg out at all.
Yeah, that sounds better.
Yes, let's try to get away from this 0.0.0 thing.
Ok, done.
Thanks!!
On Julia 0.2, if you install ICU you get v0.0.0
I see in this thread: https://github.com/aviks/Ito.jl/issues/6
Is there any commit that a) has BinDeps b) works on 0.2
I could go digging, but I don't really know what I'm looking for!