Re: [opam-devel] pinned package not installing dependencies

2016-01-22 Thread Tim Cuthbertson
On Fri, Jan 22, 2016 at 2:42 AM, Louis Gesbert wrote: > Indeed, that must be the error: > the default behaviour, on the repository, is to just ignore a field when it > doesn't have the expected format -- to break as little as possible when the > repository isn't exactly as expected (repository bug

Re: [opam-devel] pinned package not installing dependencies

2016-01-21 Thread Louis Gesbert
Indeed, that must be the error: the default behaviour, on the repository, is to just ignore a field when it doesn't have the expected format -- to break as little as possible when the repository isn't exactly as expected (repository bug, or problem of compatibility beteen versions). This should

Re: [opam-devel] pinned package not installing dependencies

2016-01-21 Thread Sebastien Mondet
On Thu, Jan 21, 2016 at 3:13 AM, Tim Cuthbertson wrote: > On Thu, Jan 21, 2016 at 8:58 AM, David Scott wrote: > > > > > > On Wed, Jan 20, 2016 at 9:34 PM, Tim Cuthbertson > wrote: > >> > >> I've used opam a bunch, but this is the first time I've tried creating > >> my own package. It seems like

Re: [opam-devel] pinned package not installing dependencies

2016-01-21 Thread Tim Cuthbertson
On Thu, Jan 21, 2016 at 8:48 AM Daniel Bünzli wrote: > > > Le mercredi, 20 janvier 2016 à 22:34, Tim Cuthbertson a écrit : > > > As you can see, it doesn't try to install any of my dependencies. I am > > using the builtin solver instead of aspcud, but I'm assuming the > > default solver isn't _th

Re: [opam-devel] pinned package not installing dependencies

2016-01-21 Thread Tim Cuthbertson
On Thu, Jan 21, 2016 at 8:58 AM, David Scott wrote: > > > On Wed, Jan 20, 2016 at 9:34 PM, Tim Cuthbertson wrote: >> >> I've used opam a bunch, but this is the first time I've tried creating >> my own package. It seems like I must be doing something dumb, but in >> order to test my package I'm se

Re: [opam-devel] pinned package not installing dependencies

2016-01-20 Thread David Scott
On Wed, Jan 20, 2016 at 9:34 PM, Tim Cuthbertson wrote: > I've used opam a bunch, but this is the first time I've tried creating > my own package. It seems like I must be doing something dumb, but in > order to test my package I'm setting up a new opam repository (opam > init; opam switch create;

Re: [opam-devel] pinned package not installing dependencies

2016-01-20 Thread Daniel Bünzli
Le mercredi, 20 janvier 2016 à 22:34, Tim Cuthbertson a écrit : > As you can see, it doesn't try to install any of my dependencies. I am > using the builtin solver instead of aspcud, but I'm assuming the > default solver isn't _that_ bad ;). Not sure if it its this but why are you using --no-ac

[opam-devel] pinned package not installing dependencies

2016-01-20 Thread Tim Cuthbertson
I've used opam a bunch, but this is the first time I've tried creating my own package. It seems like I must be doing something dumb, but in order to test my package I'm setting up a new opam repository (opam init; opam switch create; then in that switch opam pin ). Opam then tries to install `gup`