Re: Adding DMDScript to dub

2014-12-15 Thread Rikki Cattermole via Digitalmars-d
On 15/12/2014 8:44 p.m., Walter Bright wrote: On 12/14/2014 10:21 PM, Rikki Cattermole wrote: On 15/12/2014 7:12 p.m., Walter Bright wrote: Branch ~test: Package names may not be empty. Check dub.json. That's a new error, I fixed the original per Rikki's advice. I don't understand it,

Re: Adding DMDScript to dub

2014-12-15 Thread Jacob Carlborg via Digitalmars-d
On 2014-12-15 08:44, Walter Bright wrote: How do I get dub to stop looking at the test branch? I've complained about this before. As far as I know it's not currently possible. I would rather tell dub myself which versions are available. Not making all tags available that match a pattern.

Re: Adding DMDScript to dub

2014-12-15 Thread Martin Nowak via Digitalmars-d
On 12/15/2014 09:31 AM, Jacob Carlborg wrote: I've complained about this before. As far as I know it's not currently possible. I would rather tell dub myself which versions are available. Not making all tags available that match a pattern. Well here is the code

Re: Adding DMDScript to dub

2014-12-15 Thread Walter Bright via Digitalmars-d
On 12/15/2014 12:31 AM, Jacob Carlborg wrote: On 2014-12-15 08:44, Walter Bright wrote: How do I get dub to stop looking at the test branch? I've complained about this before. As far as I know it's not currently possible. I would rather tell dub myself which versions are available. Not

Re: Adding DMDScript to dub

2014-12-15 Thread Jacob Carlborg via Digitalmars-d
On 2014-12-15 10:12, Walter Bright wrote: Would it work if I deleted the tags from the test branch? I don't know, at least previously Dub tracked branches as well. -- /Jacob Carlborg

Re: Adding DMDScript to dub

2014-12-15 Thread Jacob Carlborg via Digitalmars-d
On 2014-12-15 09:41, Martin Nowak wrote: Well here is the code https://github.com/D-Programming-Language/dub-registry, right? I don't have time to work on every single project myself. -- /Jacob Carlborg

Re: Adding DMDScript to dub

2014-12-15 Thread Martin Nowak via Digitalmars-d
On 12/15/2014 10:12 AM, Walter Bright wrote: Would it work if I deleted the tags from the test branch? Deleting the dub.json on the test branch should work. But you can also leave things as they are, the test branch isn't available. http://code.dlang.org/packages/dmdscript

Re: Adding DMDScript to dub

2014-12-15 Thread Walter Bright via Digitalmars-d
On 12/15/2014 8:49 AM, Martin Nowak wrote: On 12/15/2014 10:12 AM, Walter Bright wrote: Would it work if I deleted the tags from the test branch? Deleting the dub.json on the test branch should work. But you can also leave things as they are, the test branch isn't available.

Re: Adding DMDScript to dub

2014-12-14 Thread Martin Nowak via Digitalmars-d
On 12/13/2014 02:53 AM, Walter Bright wrote: Dmitry Olshansky has graciously ported DMDScript (a Javascript engine written in D) to D2. https://github.com/DigitalMars/DMDScript I have been trying to get it into dub, but have been stalled by the following when I attempt to register:

Re: Adding DMDScript to dub

2014-12-14 Thread Walter Bright via Digitalmars-d
On 12/14/2014 8:53 PM, Martin Nowak wrote: On 12/13/2014 02:53 AM, Walter Bright wrote: Dmitry Olshansky has graciously ported DMDScript (a Javascript engine written in D) to D2. https://github.com/DigitalMars/DMDScript I have been trying to get it into dub, but have been stalled by the

Re: Adding DMDScript to dub

2014-12-14 Thread Rikki Cattermole via Digitalmars-d
On 15/12/2014 7:12 p.m., Walter Bright wrote: On 12/14/2014 8:53 PM, Martin Nowak wrote: On 12/13/2014 02:53 AM, Walter Bright wrote: Dmitry Olshansky has graciously ported DMDScript (a Javascript engine written in D) to D2. https://github.com/DigitalMars/DMDScript I have been trying to

Re: Adding DMDScript to dub

2014-12-14 Thread Walter Bright via Digitalmars-d
On 12/14/2014 10:21 PM, Rikki Cattermole wrote: On 15/12/2014 7:12 p.m., Walter Bright wrote: Branch ~test: Package names may not be empty. Check dub.json. That's a new error, I fixed the original per Rikki's advice. I don't understand it, either. Shouldn't it be looking at master, not branch

Adding DMDScript to dub

2014-12-12 Thread Walter Bright via Digitalmars-d
Dmitry Olshansky has graciously ported DMDScript (a Javascript engine written in D) to D2. https://github.com/DigitalMars/DMDScript I have been trying to get it into dub, but have been stalled by the following when I attempt to register: Repository owner: DigitalMars Repository name:

Re: Adding DMDScript to dub

2014-12-12 Thread Rikki Cattermole via Digitalmars-d
On 13/12/2014 2:53 p.m., Walter Bright wrote: Dmitry Olshansky has graciously ported DMDScript (a Javascript engine written in D) to D2. https://github.com/DigitalMars/DMDScript I have been trying to get it into dub, but have been stalled by the following when I attempt to register:

Re: Adding DMDScript to dub

2014-12-12 Thread Rikki Cattermole via Digitalmars-d
On 13/12/2014 2:58 p.m., Rikki Cattermole wrote: On 13/12/2014 2:53 p.m., Walter Bright wrote: Dmitry Olshansky has graciously ported DMDScript (a Javascript engine written in D) to D2. https://github.com/DigitalMars/DMDScript I have been trying to get it into dub, but have been stalled by

Re: Adding DMDScript to dub

2014-12-12 Thread Walter Bright via Digitalmars-d
On 12/12/2014 5:58 PM, Rikki Cattermole wrote: On 13/12/2014 2:53 p.m., Walter Bright wrote: What does that mean? There is no package name field in the dub.json file. dependencies: { :engine : *, :ds : *, :ds-ext: * }, I wasn't aware that not having the