Re: [julia-users] Re: How to require the current master of pacakge

2014-08-19 Thread Spencer Lyon
Done: https://github.com/JuliaLang/METADATA.jl/pull/1273 Thanks guys On Tuesday, August 19, 2014 10:58:46 AM UTC-7, Leah Hanson wrote: > > That should work. :) > > -- Leah > > > On Tue, Aug 19, 2014 at 12:28 PM, Spencer Lyon > wrote: > >> That's what I thought. I'm happy to do that >> >> To do t

Re: [julia-users] Re: How to require the current master of pacakge

2014-08-19 Thread Leah Hanson
That should work. :) -- Leah On Tue, Aug 19, 2014 at 12:28 PM, Spencer Lyon wrote: > That's what I thought. I'm happy to do that > > To do this I just need to do > > `Pkg.tag("PDMats")` > > Then push that commit to my fork of METADATA and submit a PR, right? > > > On Tuesday, August 19, 2014 1

[julia-users] Re: How to require the current master of pacakge

2014-08-19 Thread Spencer Lyon
That's what I thought. I'm happy to do that To do this I just need to do `Pkg.tag("PDMats")` Then push that commit to my fork of METADATA and submit a PR, right? On Tuesday, August 19, 2014 10:13:06 AM UTC-7, Spencer Lyon wrote: > > Is there a way to specify that a package depends on the curre