Re: Versioned plugin dependencies

2013-12-10 Thread Anis KADRI
It should work (including with semver semantics). On Tue, Dec 10, 2013 at 1:59 PM, Ian Clelland wrote: > Anis -- does that work, or is it just the syntax that we'd like? > > And does it follow semver -- can I specify "1" to mean "at least major > version 1" > > > On Tue, Dec 10, 2013 at 4:57 PM,

Re: Versioned plugin dependencies

2013-12-10 Thread Ian Clelland
Anis -- does that work, or is it just the syntax that we'd like? And does it follow semver -- can I specify "1" to mean "at least major version 1" On Tue, Dec 10, 2013 at 4:57 PM, Anis KADRI wrote: > > > > On Tue, Dec 10, 2013 at 1:45 PM, Steven Gill > wrote: > > > Same boat as Braden. Not s

Re: Versioned plugin dependencies

2013-12-10 Thread Anis KADRI
and yeah it's not documented and it's registry only. no git, local etc... On Tue, Dec 10, 2013 at 1:57 PM, Anis KADRI wrote: > > > > On Tue, Dec 10, 2013 at 1:45 PM, Steven Gill wrote: > >> Same boat as Braden. Not sure if it has been implemented yet. >> >> >> On Tue, Dec 10, 2013 at 12:48 PM,

Re: Versioned plugin dependencies

2013-12-10 Thread Anis KADRI
On Tue, Dec 10, 2013 at 1:45 PM, Steven Gill wrote: > Same boat as Braden. Not sure if it has been implemented yet. > > > On Tue, Dec 10, 2013 at 12:48 PM, Braden Shepherdson >wrote: > > > I think this has been much discussed, but I'm not aware of it actually > > being implemented. > > > > Br

Re: Versioned plugin dependencies

2013-12-10 Thread Steven Gill
Same boat as Braden. Not sure if it has been implemented yet. On Tue, Dec 10, 2013 at 12:48 PM, Braden Shepherdson wrote: > I think this has been much discussed, but I'm not aware of it actually > being implemented. > > Braden > > > On Tue, Dec 10, 2013 at 11:14 AM, Ian Clelland >wrote: > > > D

Re: Versioned plugin dependencies

2013-12-10 Thread Braden Shepherdson
I think this has been much discussed, but I'm not aware of it actually being implemented. Braden On Tue, Dec 10, 2013 at 11:14 AM, Ian Clelland wrote: > Do we have a way to specify, in plugin.xml, that a plugin depends on a > given (minimum) version of another plugin? > > I was sure that we did

Versioned plugin dependencies

2013-12-10 Thread Ian Clelland
Do we have a way to specify, in plugin.xml, that a plugin depends on a given (minimum) version of another plugin? I was sure that we did, but I can't find any documentation, code, or tests for it, so I may have been hallucinating when I heard about it. It's relevant for file-transfer now; I think