Thread overview
#dbugfix 18234
Jun 11, 2018
Basile B.
Jun 11, 2018
Johannes Pfau
Jun 11, 2018
Basile B.
Jun 11, 2018
Basile B.
Jun 13, 2018
Basile B.
June 11, 2018
Russel Winder, "Shove" and finally myself, have encountered a strange linker error with almost always the same symbols related to a template instance...

See:

- https://forum.dlang.org/post/mailman.855.1526549201.29801.digitalmars-d-ldc@puremagic.com
- https://issues.dlang.org/show_bug.cgi?id=18234
- https://issues.dlang.org/show_bug.cgi?id=18971

It's just a matter of time before a fourth folk come with the same error.
June 11, 2018
Am Mon, 11 Jun 2018 16:37:05 +0000 schrieb Basile B.:

> Russel Winder, "Shove" and finally myself, have encountered a strange linker error with almost always the same symbols related to a template instance...
> 
> See:
> 
> - https://forum.dlang.org/post/mailman.855.1526549201.29801.digitalmars-d-
ldc@puremagic.com
> - https://issues.dlang.org/show_bug.cgi?id=18234 - https://issues.dlang.org/show_bug.cgi?id=18971
> 
> It's just a matter of time before a fourth folk come with the same error.

Is this a duplicate bug? https://issues.dlang.org/show_bug.cgi?id=17712

Looks similar.

-- 
Johannes
June 11, 2018
On Monday, 11 June 2018 at 18:29:07 UTC, Johannes Pfau wrote:
> Am Mon, 11 Jun 2018 16:37:05 +0000 schrieb Basile B.:
>
>> Russel Winder, "Shove" and finally myself, have encountered a strange linker error with almost always the same symbols related to a template instance...
>> 
>> See:
>> 
>> - https://forum.dlang.org/post/mailman.855.1526549201.29801.digitalmars-d-
> ldc@puremagic.com
>> - https://issues.dlang.org/show_bug.cgi?id=18234 - https://issues.dlang.org/show_bug.cgi?id=18971
>> 
>> It's just a matter of time before a fourth folk come with the same error.
>
> Is this a duplicate bug? https://issues.dlang.org/show_bug.cgi?id=17712
>
> Looks similar.

Yeah, +1. And it's reduced, that's really a plus.
June 11, 2018
On Monday, 11 June 2018 at 16:37:05 UTC, Basile B. wrote:
> Russel Winder, "Shove" and finally myself, have encountered a strange linker error with almost always the same symbols related to a template instance...
>
> See:
>
> - https://forum.dlang.org/post/mailman.855.1526549201.29801.digitalmars-d-ldc@puremagic.com
> - https://issues.dlang.org/show_bug.cgi?id=18234
> - https://issues.dlang.org/show_bug.cgi?id=18971
>
> It's just a matter of time before a fourth folk come with the same error.

Well it's #dbugfix 17712 now
June 13, 2018
On Monday, 11 June 2018 at 19:05:21 UTC, Basile B. wrote:
> On Monday, 11 June 2018 at 16:37:05 UTC, Basile B. wrote:
>> Russel Winder, "Shove" and finally myself, have encountered a strange linker error with almost always the same symbols related to a template instance...
>>
>> See:
>>
>> - https://forum.dlang.org/post/mailman.855.1526549201.29801.digitalmars-d-ldc@puremagic.com
>> - https://issues.dlang.org/show_bug.cgi?id=18234
>> - https://issues.dlang.org/show_bug.cgi?id=18971
>>
>> It's just a matter of time before a fourth folk come with the same error.
>
> Well it's #dbugfix 17712 now

Another case reached this morning with D:YAML. Same symptom: linker error. Add -allinst and boom it works.