Any takers for http://d.puremagic.com/issues/show_bug.cgi?id=9673?

Vladimir Panteleev vladimir at thecybershadow.net
Sun Mar 10 18:22:54 PDT 2013


On Sunday, 10 March 2013 at 16:42:52 UTC, Marco Leise wrote:
> Maybe this _class_ of bug wasn't considered before.
> You just need to have one module with a template and another
> one using it. If you change the template, the template module
> will be recompiled (generating no code to speak of), while the
> other file that actually instantiates the template remains
> untouched.
> Incremental builds end up with either outdated template
> instances or linker errors until you force a rebuild.

I don't think this is the problem that we're dealing with here. 
Don't quote me on it, but if I recall collectly, the problem had 
to do with DMD emitting template instantiations only to one 
arbitrary object file out of the all compiled at the moment.


More information about the Digitalmars-d mailing list