How to use Dub and Digger to build Pull Requests?

Danny Arends Danny.Arends at gmail.com
Wed May 24 10:37:48 UTC 2023


On Tuesday, 23 May 2023 at 13:51:29 UTC, Quirin Schroll wrote:
> On Tuesday, 23 May 2023 at 13:50:09 UTC, Quirin Schroll wrote:
>> The dlang-bot writes a message to every PR:
>>> #### Testing this PR locally
>>>
>>> If you don't have a local development environment setup, you 
>>> can use Digger to test this PR:
>>> ```bash
>>> dub run digger -- build "master + dmd#<<ISSUE-NUMBER>>"
>>> ```
>>
>> I installed the current DMD (version 2.103.1) and executed the 
>> above command; I’m getting the following error:
>
> For the record, I tried multiple PRs and plain `"master"`. It 
> doesn’t seem to be related to the particular PR.

Seems to be a version conflict...
You mentioned that you used: version 2.103.1
However the DMD being called is in:

Documents\\d\\mydmd\\work\\dl\\dmd-2.079.0

so it seems to be 2.079.0




More information about the Digitalmars-d-learn mailing list