www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - #dbugfix 18234

reply Basile B. <b2.b2.b2.temp.temp gmx.com> writes:
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.
Jun 11 2018
next sibling parent reply Johannes Pfau <nospam example.com> writes:
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
Jun 11 2018
parent Basile B. <b2.b2.b2.temp.temp gmx.com> writes:
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.
Jun 11 2018
prev sibling parent reply Basile B. <b2.b2.b2.temp.temp gmx.com> writes:
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
Jun 11 2018
parent Basile B. <b2.b2.b2.b2.b2.temp.temp.temp gmx.gmx.gmx.com.com> writes:
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.
Jun 12 2018