Jump to page: 1 2
Thread overview
[Issue 19927] D standard library not detected while I select LDC as the build configuration
May 31, 2019
Srxy Wang
May 31, 2019
Rainer Schuetze
Jun 01, 2019
Srxy Wang
Jun 01, 2019
Srxy Wang
Jun 01, 2019
Srxy Wang
Jun 01, 2019
Srxy Wang
Jun 01, 2019
Srxy Wang
Jun 01, 2019
Srxy Wang
Jun 01, 2019
Srxy Wang
Jun 01, 2019
Srxy Wang
Jun 01, 2019
Srxy Wang
[Issue 19927] D standard library not detected if I select "Release" as the current build configuration
Jun 01, 2019
Srxy Wang
Jun 01, 2019
Srxy Wang
Jun 01, 2019
Srxy Wang
Jun 01, 2019
Srxy Wang
Jun 01, 2019
Srxy Wang
Jan 24, 2020
Srxy Wang
Mar 15, 2020
Rainer Schuetze
Dec 17, 2022
Iain Buclaw
May 31, 2019
https://issues.dlang.org/show_bug.cgi?id=19927

Srxy Wang <x13989@126.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|D standard library not      |D standard library not
                   |detected while              |detected while I select LDC
                   |                            |as the build configuration

--
May 31, 2019
https://issues.dlang.org/show_bug.cgi?id=19927

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario@gmx.de

--- Comment #1 from Rainer Schuetze <r.sagitario@gmx.de> ---
When trying to reproduce this, it doesn't seem to fail in general, but switching between LDC and DMD seems to freeze the semantic engine by some mixin handling. The issue goes away if I disable "mixin analysis". Is this the case for you, too?

BTW: what project type do you use, visualdproj or vcxproj?

--
June 01, 2019
https://issues.dlang.org/show_bug.cgi?id=19927

--- Comment #2 from Srxy Wang <x13989@126.com> ---
visualdproj

--
June 01, 2019
https://issues.dlang.org/show_bug.cgi?id=19927

--- Comment #3 from Srxy Wang <x13989@126.com> ---
I don’t know why the stdlib gets undetected when I switch the build config to LDC. I’ve tried to add ldc\bin to Path, but it doesn’t helps.

--
June 01, 2019
https://issues.dlang.org/show_bug.cgi?id=19927

--- Comment #4 from Srxy Wang <x13989@126.com> ---
Disabling mixin analysis seems to work.

--
June 01, 2019
https://issues.dlang.org/show_bug.cgi?id=19927

--- Comment #5 from Srxy Wang <x13989@126.com> ---
Is it possible to bring this problem a full fix?

--
June 01, 2019
https://issues.dlang.org/show_bug.cgi?id=19927

--- Comment #6 from Srxy Wang <x13989@126.com> ---
I have attempted and disabling mixin analysis won’t help fixing this issue.

--
June 01, 2019
https://issues.dlang.org/show_bug.cgi?id=19927

--- Comment #7 from Srxy Wang <x13989@126.com> ---
I found that Debug LDC works fine, but Release LDC is bugged as I described.

--
June 01, 2019
https://issues.dlang.org/show_bug.cgi?id=19927

--- Comment #8 from Srxy Wang <x13989@126.com> ---
Sorry, I’ve described the condition wrongly. It should be: The problem only occurs in Release/Release LDC, and doesn’t occurs under Debug/Debug LDC. It isn’t related with LDC, I’m sorry for my wrong description before.

--
June 01, 2019
https://issues.dlang.org/show_bug.cgi?id=19927

--- Comment #9 from Srxy Wang <x13989@126.com> ---
Created attachment 1749
  --> https://issues.dlang.org/attachment.cgi?id=1749&action=edit
Debug

--
« First   ‹ Prev
1 2