Low hanging fruit: dub git integration

2017-05-16 Thread Andre Pany via Digitalmars-d
Hi, While integrating the git protocol into dub is complex, there is a much much easier solution. Github and bitbucket provides access to the source code, including releases, branches and commits as archive files using the http protocol. Without counting the actual unzip/untar coding I ass

Re: Low hanging fruit: dub git integration

2017-05-16 Thread Brad Anderson via Digitalmars-d
On Tuesday, 16 May 2017 at 18:10:52 UTC, Andre Pany wrote: Hi, While integrating the git protocol into dub is complex, there is a much much easier solution. Github and bitbucket provides access to the source code, including releases, branches and commits as archive files using the http prot

Re: Low hanging fruit: dub git integration

2017-05-16 Thread Andre Pany via Digitalmars-d
On Tuesday, 16 May 2017 at 19:41:32 UTC, Brad Anderson wrote: On Tuesday, 16 May 2017 at 18:10:52 UTC, Andre Pany wrote: Hi, While integrating the git protocol into dub is complex, there is a much much easier solution. Github and bitbucket provides access to the source code, including relea

Re: Low hanging fruit: dub git integration

2017-05-16 Thread rikki cattermole via Digitalmars-d
On 16/05/2017 7:10 PM, Andre Pany wrote: Hi, While integrating the git protocol into dub is complex, there is a much much easier solution. Github and bitbucket provides access to the source code, including releases, branches and commits as archive files using the http protocol. Without countin

Re: Low hanging fruit: dub git integration

2017-05-16 Thread Andre Pany via Digitalmars-d
On Wednesday, 17 May 2017 at 01:54:20 UTC, rikki cattermole wrote: I've built a prototype UI[1] for some code[0] to solve this exact problem. It may seem complex, but you can't rely on HTTP download options for easy access to repositories. I would appreciate anyone taking the time to do th