Re: Project setup for DUB

2020-01-04 Thread Ron Tarrant via Digitalmars-d-learn

On Wednesday, 1 January 2020 at 13:19:20 UTC, Andre Pany wrote:

In addition to that, there are different ways how you can 
contribute to Dub:


- enhancing the dub help on code.dlang.org


Does anyone know dub well enough to do this? :)


Re: Project setup for DUB

2020-01-04 Thread Ankush Bhardwaj via Digitalmars-d-learn

On Wednesday, 1 January 2020 at 13:19:20 UTC, Andre Pany wrote:
On Wednesday, 1 January 2020 at 08:37:43 UTC, rikki cattermole 
wrote:


In addition to that, there are different ways how you can 
contribute to Dub:


- enhancing the dub help on code.dlang.org
- finding duplicate/already solved issues on the github issue 
tracker


Especially the issues list is a good starting point for new 
contributors to get some ideas how to contribute.


Kind regards
Andre


Thanks. I'll definitely look at some issues on the issue tracker.


Re: Project setup for DUB

2020-01-04 Thread Ankush Bhardwaj via Digitalmars-d-learn
On Wednesday, 1 January 2020 at 08:37:43 UTC, rikki cattermole 
wrote:

On 01/01/2020 9:11 PM, Ankush Bhardwaj wrote:
I am now stuck here not knowing what should I do next or how 
should I compile.


Compile what?
You successfully compiled and ran your dub build.

Please note the default action is to run, so using `dub` by 
itself is equivalent to `dub run`. Hence the recursive 
executions.


Use `dub build` if all you want to do is build.


Oops, my bad. For some reason, `build` happened again and again. 
It didn't stop after building once. Anyways `dub build` worked. 
Thanks :D


Re: Project setup for DUB

2020-01-01 Thread Andre Pany via Digitalmars-d-learn
On Wednesday, 1 January 2020 at 08:37:43 UTC, rikki cattermole 
wrote:

On 01/01/2020 9:11 PM, Ankush Bhardwaj wrote:
I am now stuck here not knowing what should I do next or how 
should I compile.


Compile what?
You successfully compiled and ran your dub build.

Please note the default action is to run, so using `dub` by 
itself is equivalent to `dub run`. Hence the recursive 
executions.


Use `dub build` if all you want to do is build.


In addition to that, there are different ways how you can 
contribute to Dub:


- enhancing the dub help on code.dlang.org
- finding duplicate/already solved issues on the github issue 
tracker


Especially the issues list is a good starting point for new 
contributors to get some ideas how to contribute.


Kind regards
Andre


Re: Project setup for DUB

2020-01-01 Thread rikki cattermole via Digitalmars-d-learn

On 01/01/2020 9:11 PM, Ankush Bhardwaj wrote:
I am now stuck here not knowing what should I do next or how should I 
compile.


Compile what?
You successfully compiled and ran your dub build.

Please note the default action is to run, so using `dub` by itself is 
equivalent to `dub run`. Hence the recursive executions.


Use `dub build` if all you want to do is build.