https://d.puremagic.com/issues/show_bug.cgi?id=11937
--- Comment #3 from Orvid King <[email protected]> 2014-01-17 05:38:52 PST --- (In reply to comment #2) > Is this link-failure issue? > This report is not sufficient to reproduce errors. Please also post: > > - Directory tree > - Command line > - Caused error messages Well darn, I was afraid of that, alright, give me a bit to get a small version of the command line together, as it's currently just a little large. (it's a little over 2k characters as I passed it to dustmite, and I need to reduce the 400 line file that is io.d) And now that I re-read my report again, you are correct, I failed completely at saying what the actual issue is, woops. Yes, this is a link-failure issue, as it's unable to resolve the symbol for rethrowExceptionHandler in event.d. Also, as I did a bit more investigating, it appears that the issue was likely caused in the merge of the 2.065 branch into master, as there are no other commits that changed anything that should have had any relation to template instantiation, however that commit shows no changes, so I have no idea how that's actually possible. This commit is the one I am currently using that builds (https://github.com/D-Programming-Language/dmd/commit/df5b5365fbccb9c571ccce7cc43232e4f49b646c), I haven't done more investigation to see which commit actually caused the issue. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
