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é