[Issue 10920] template instantiation order dependent link failure problem

2015-02-21 Thread via Digitalmars-d-bugs
instantiation order dependent link failure problem https://github.com/D-Programming-Language/dmd/commit/c4387428c034ae83fa2504379c68ed3ac354d58f Merge pull request #4384 from 9rnsr/fix2644 --

[Issue 10920] template instantiation order dependent link failure problem

2015-02-13 Thread via Digitalmars-d-bugs
instantiation order dependent link failure problem https://github.com/D-Programming-Language/dmd/commit/c4387428c034ae83fa2504379c68ed3ac354d58f Merge pull request #4384 from 9rnsr/fix2644 Issue 2644 2500 10920 - Unresolved template reference --

[Issue 10920] template instantiation order dependent link failure problem

2015-02-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10920 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 10920] template instantiation order dependent link failure problem

2015-02-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10920 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #7 from

[Issue 10920] template instantiation order dependent link failure problem

2015-02-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10920 --- Comment #6 from Kenji Hara k.hara...@gmail.com --- Sorry, the OP code was not correct. Precise test case is: // foo.d import bar; void main() { BitArray ba; version(A) pragma(msg, typeof(ba.toString)); FormatSpec!char fs;

[Issue 10920] template instantiation order dependent link failure problem

2013-09-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10920 Denis Shelomovskij verylonglogin@gmail.com changed: What|Removed |Added CC|

[Issue 10920] template instantiation order dependent link failure problem

2013-09-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10920 Dicebot pub...@dicebot.lv changed: What|Removed |Added CC||pub...@dicebot.lv ---

[Issue 10920] template instantiation order dependent link failure problem

2013-09-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10920 --- Comment #4 from Kenji Hara k.hara...@gmail.com 2013-09-24 18:56:59 PDT --- (In reply to comment #3) I think it was already discussed in that Walters pull request and rejected as invalid. If `foo.d` imports `bar.d` it MUST also compile

[Issue 10920] template instantiation order dependent link failure problem

2013-09-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10920 --- Comment #5 from Dicebot pub...@dicebot.lv 2013-09-24 19:01:56 PDT --- (In reply to comment #4) (In reply to comment #3) I think it was already discussed in that Walters pull request and rejected as invalid. If `foo.d` imports

[Issue 10920] template instantiation order dependent link failure problem

2013-08-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10920 --- Comment #1 from Kenji Hara k.hara...@gmail.com 2013-08-29 01:03:48 PDT --- I think this is one of the cause of bug 10631. And, unfortunately, long term bug fix around template opEquals/opAssign/opCmp - e,g, fixing bug 3789, bug 4424, bug