March 06, 2020
On Wednesday, 26 February 2020 at 12:17:43 UTC, Martin Nowak wrote:
> Glad to announce the first beta for the 2.091.0 release, ♥ to the 55 contributors.

The release candidate is live now.

> http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.091.0.html
>
> Due to updating several components in the build pipeline, this beta and release are unfortunately delayed. 2.091.0 is now planned to be released one week later on March 8th.
>
> As usual please report any bugs at
> https://issues.dlang.org
>
> -Martin


March 09, 2020
On Wednesday, 26 February 2020 at 12:17:43 UTC, Martin Nowak wrote:
> Glad to announce the first beta for the 2.091.0 release, ♥ to the 55 contributors.
>
> http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.091.0.html
>
> Due to updating several components in the build pipeline, this beta and release are unfortunately delayed. 2.091.0 is now planned to be released one week later on March 8th.
>
> As usual please report any bugs at
> https://issues.dlang.org
>
> -Martin

Similar problem like missing dub in bin64 folder is for rdmd.
You either need to copy it from bin to bin64 folder or have
both folders in environment path variable in correct order.
I was facing this issue while building DFMT using dub. (dub.json calls rdmd)
(https://github.com/dlang-community/dfmt/issues/472).

Is it planned to support it in future and therefore can be also
copied to bin64 folder? I also heard several times it is deprecated
in favor of dmd -run.

Kind regards
André
March 09, 2020
On 09/03/2020 10:16 PM, Andre Pany wrote:
> On Wednesday, 26 February 2020 at 12:17:43 UTC, Martin Nowak wrote:
>> Glad to announce the first beta for the 2.091.0 release, ♥ to the 55 contributors.
>>
>> http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.091.0.html
>>
>> Due to updating several components in the build pipeline, this beta and release are unfortunately delayed. 2.091.0 is now planned to be released one week later on March 8th.
>>
>> As usual please report any bugs at
>> https://issues.dlang.org
>>
>> -Martin
> 
> Similar problem like missing dub in bin64 folder is for rdmd.
> You either need to copy it from bin to bin64 folder or have
> both folders in environment path variable in correct order.
> I was facing this issue while building DFMT using dub. (dub.json calls rdmd)
> (https://github.com/dlang-community/dfmt/issues/472).
> 
> Is it planned to support it in future and therefore can be also
> copied to bin64 folder? I also heard several times it is deprecated
> in favor of dmd -run.
> 
> Kind regards
> André

dmd -i -run

It gets close but as far as I know rdmd is not deprecated.
March 09, 2020
On Monday, 9 March 2020 at 09:27:26 UTC, rikki cattermole wrote:
> On 09/03/2020 10:16 PM, Andre Pany wrote:
>> On Wednesday, 26 February 2020 at 12:17:43 UTC, Martin Nowak wrote:
>>> [...]
>> 
>> Similar problem like missing dub in bin64 folder is for rdmd.
>> You either need to copy it from bin to bin64 folder or have
>> both folders in environment path variable in correct order.
>> I was facing this issue while building DFMT using dub. (dub.json calls rdmd)
>> (https://github.com/dlang-community/dfmt/issues/472).
>> 
>> Is it planned to support it in future and therefore can be also
>> copied to bin64 folder? I also heard several times it is deprecated
>> in favor of dmd -run.
>> 
>> Kind regards
>> André
>
> dmd -i -run
>
> It gets close but as far as I know rdmd is not deprecated.

The disadvantage of `dmd -i -run` is, it is compiler dependent while
`rdmd` is included in dmd and ldc (gdc I do not know).

Maybe we should include a 64 bit rdmd in the bin64 folder.

Kind regards
André
1 2
Next ›   Last »