Re: Making a repo of downloaded dub package

2017-09-05 Thread Dukc via Digitalmars-d-learn
On Tuesday, 5 September 2017 at 08:43:02 UTC, Jonathan M Davis wrote: Yeah. I'm fairly certain that that's your only option. dub is not designed with the idea that you would be editing the source code that it downloads. That's just intended for building the code that you are editing. It does su

Re: Making a repo of downloaded dub package

2017-09-05 Thread Jonathan M Davis via Digitalmars-d-learn
On Tuesday, September 05, 2017 07:52:03 Rene Zwanenburg via Digitalmars-d- learn wrote: > On Tuesday, 5 September 2017 at 06:23:26 UTC, Dukc wrote: > > On Monday, 4 September 2017 at 20:31:35 UTC, Igor wrote: > >> Search for word "local" here: > >> https://code.dlang.org/docs/commandline. Maybe som

Re: Making a repo of downloaded dub package

2017-09-05 Thread Rene Zwanenburg via Digitalmars-d-learn
On Tuesday, 5 September 2017 at 06:23:26 UTC, Dukc wrote: On Monday, 4 September 2017 at 20:31:35 UTC, Igor wrote: Search for word "local" here: https://code.dlang.org/docs/commandline. Maybe some of those can help you. If not you could make a pull request for dub that would support such a thi

Re: Making a repo of downloaded dub package

2017-09-04 Thread Dukc via Digitalmars-d-learn
On Monday, 4 September 2017 at 20:31:35 UTC, Igor wrote: Search for word "local" here: https://code.dlang.org/docs/commandline. Maybe some of those can help you. If not you could make a pull request for dub that would support such a thing :) That will make a Dub package out of a Git package,

Re: Making a repo of downloaded dub package

2017-09-04 Thread Igor via Digitalmars-d-learn
On Monday, 4 September 2017 at 14:35:47 UTC, Dukc wrote: Bump Search for word "local" here: https://code.dlang.org/docs/commandline. Maybe some of those can help you. If not you could make a pull request for dub that would support such a thing :)

Re: Making a repo of downloaded dub package

2017-09-04 Thread Dukc via Digitalmars-d-learn
Bump

Making a repo of downloaded dub package

2017-08-27 Thread Dukc via Digitalmars-d-learn
More than once I have downloaded a DUB package which almost compiles but not quite. The fixes are often so trivial that even the user can do them, and the package starts working. But one may want to create a pull request to fix those issues for others too. Is there any way to make the automati