October 06, 2020
https://issues.dlang.org/show_bug.cgi?id=21294

--- Comment #10 from Iain Buclaw <ibuclaw@gdcproject.org> ---
Although re-adding the dscope import fixes the bootstrap and build for gdc. Counter-intuitively, removing *more* imports appears to fix the issue for dmd.

I see StringValue!Type being generated after removing unused imports from access.d, aggregate.d, arrayop.d, canthrow.d, compiler.d, and cond.d.

$ dmd -version=MARS -I=src -J=src/dmd/res -J=build -c -od=build/.
src/dmd/./mtype.d -v | grep StringV
function  dmd.root.stringtable.StringValue!(Type).StringValue.lstring
function  dmd.root.stringtable.StringValue!(Type).StringValue.len
function  dmd.root.stringtable.StringValue!(Type).StringValue.toDchars
function  dmd.root.stringtable.StringValue!(Type).StringValue.toString
function  dmd.root.stringtable.StringValue!(Type).StringValue.__xopEquals
function  dmd.root.stringtable.StringValue!(Type).StringValue.__xtoHash

--
October 06, 2020
https://issues.dlang.org/show_bug.cgi?id=21294

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #11 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw created dlang/dmd pull request #11827 "Issue21294" fixing this issue:

- Fix Issue 21294: Workaround missing references to template StringValue!(Type)

https://github.com/dlang/dmd/pull/11827

--
October 08, 2020
https://issues.dlang.org/show_bug.cgi?id=21294

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #12 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #11827 "[REG 2.095] Fix build regression when compiling dmd using separate compilation" was merged into master:

- 19959df3dda0d65c0cecb5a191de7733b7a66f9b by Iain Buclaw:
  Fix Issue 21294: Workaround missing references to template StringValue!(Type)

https://github.com/dlang/dmd/pull/11827

--
1 2
Next ›   Last »