How did you test it? On my system it seems to work: I can get Pkg to upgrade a package if the REQUIRE file specifies julia 0.4.0-dev+274 but not if it specifies julia 0.4.0-dev+275. (I'm on 0.4.0-dev+274.)
Simon On Wednesday, August 20, 2014 4:29:36 PM UTC-4, Elliot Saba wrote: > > @Simon I just tried it out and on my machine at least, it didn't work. > The REQUIRE file doesn't honor the + symbol for some reason, so things > like 0.3.0-rc4 work, but things like 0.4.0-dev+158 don't work. (They are > treated the same as 0.4.0-dev I believe) > -E > > > On Wed, Aug 20, 2014 at 3:32 PM, Júlio Hoffimann <[email protected] > <javascript:>> wrote: > >> What do you recommend for my use case? >> >> Could you please clarify the meaning of all the following version numbers? >> >> 0.3- >> 0.3 >> 0.3+ >> >> Thanks, >> Júlio. >> > >
