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