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.

Reply via email to