digitalmars.D.announce - Beta 2.084.1
- Martin Nowak (7/7) Feb 04 2019 Glad to announce the first beta for the 2.084.1 point release, ♥ to th...
- Pradeep Gowda (2/9) Feb 04 2019 The link to the changelog is broken.
- Andre Pany (13/20) Feb 05 2019 This beta again has this issue:
- Rainer Schuetze (12/36) Feb 06 2019 I think this happens because the Windows SDK is detected, but VC is not.
- Andre Pany (7/20) Feb 06 2019 In my case I want to use LLD for D. I had to install the Build
- Johan Engelen (11/12) Feb 05 2019 Any chance of getting this in?
- Seb (2/6) Feb 05 2019 -> https://github.com/dlang/phobos/pull/6855
Glad to announce the first beta for the 2.084.1 point release, ♥ to the 6 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.084.1.html As usual please report any bugs at https://issues.dlang.org -Martin
Feb 04 2019
On Tuesday, 5 February 2019 at 04:18:55 UTC, Martin Nowak wrote:Glad to announce the first beta for the 2.084.1 point release, ♥ to the 6 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.084.1.html As usual please report any bugs at https://issues.dlang.org -MartinThe link to the changelog is broken.
Feb 04 2019
On Tuesday, 5 February 2019 at 04:18:55 UTC, Martin Nowak wrote:Glad to announce the first beta for the 2.084.1 point release, ♥ to the 6 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.084.1.html As usual please report any bugs at https://issues.dlang.org -MartinThis beta again has this issue: lld-link.exe: error: could not open msvcrt100.lib: no such file or directory lld-link.exe: error: could not open OLDNAMES.lib: no such file or directory (It is caused if you have a visual studio / build tools installation, then lld gets confused). It was already solved in the nightly build, I downloaded some days ago. Kind regards André
Feb 05 2019
On 05/02/2019 11:53, Andre Pany wrote:On Tuesday, 5 February 2019 at 04:18:55 UTC, Martin Nowak wrote:I think this happens because the Windows SDK is detected, but VC is not. As the replacement import libraries for both are in the dmd\windows\lib64\mingw folder, adding it to the library search path would be causing some bad mixture of libraries. VC is probably no longer detected because recent versions of the VS installations do not write an expected registry key, but assume the COM API to be used for detection (as added by https://github.com/dlang/dmd/pull/9243). So pedantically, this is not a regression in dmd, but a changed environment. You should still be able to link when running the vcvarsall.bat to setup the VS/VC environment variables.Glad to announce the first beta for the 2.084.1 point release, ♥ to the 6 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.084.1.html As usual please report any bugs at https://issues.dlang.org -MartinThis beta again has this issue: lld-link.exe: error: could not open msvcrt100.lib: no such file or directory lld-link.exe: error: could not open OLDNAMES.lib: no such file or directory (It is caused if you have a visual studio / build tools installation, then lld gets confused). It was already solved in the nightly build, I downloaded some days ago. Kind regards André
Feb 06 2019
On Wednesday, 6 February 2019 at 08:37:29 UTC, Rainer Schuetze wrote:On 05/02/2019 11:53, Andre Pany wrote:In my case I want to use LLD for D. I had to install the Build Tools for Python Development and this broke D (2.084.0). The mentioned errors occurs. Kind regards Andre[...]I think this happens because the Windows SDK is detected, but VC is not. As the replacement import libraries for both are in the dmd\windows\lib64\mingw folder, adding it to the library search path would be causing some bad mixture of libraries. VC is probably no longer detected because recent versions of the VS installations do not write an expected registry key, but assume the COM API to be used for detection (as added by https://github.com/dlang/dmd/pull/9243). So pedantically, this is not a regression in dmd, but a changed environment. You should still be able to link when running the vcvarsall.bat to setup the VS/VC environment variables.
Feb 06 2019
On Tuesday, 5 February 2019 at 04:18:55 UTC, Martin Nowak wrote:Glad to announce the first beta for the 2.084.1 point release,Any chance of getting this in? https://github.com/dlang/phobos/pull/6814 Phobos std.file has become unusable after 2.082 because of [1] leading to memory corruption. It's pretty bad: dmd 2.082 and 2.083, and LDC 1.12 and 1.13 cannot be used for serious work (unless you prevent people from using std.file by deleting it?). Cheers, Johan [1] the trigger of the bug: https://github.com/dlang/phobos/pull/6584
Feb 05 2019
On Tuesday, 5 February 2019 at 17:41:50 UTC, Johan Engelen wrote:On Tuesday, 5 February 2019 at 04:18:55 UTC, Martin Nowak wrote:-> https://github.com/dlang/phobos/pull/6855Glad to announce the first beta for the 2.084.1 point release,Any chance of getting this in? https://github.com/dlang/phobos/pull/6814
Feb 05 2019