[Issue 11054] ICE with -property when importing std.traits

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Sep 16 21:37:23 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=11054



--- Comment #4 from hsteoh at quickfur.ath.cx 2013-09-16 21:37:16 PDT ---
Argh. I can't seem to narrow down actual code that causes the ICE. Dustmite
always reduces it to just a single import statement. First it was std.traits ->
import std.typetuple, then std.typetuple -> import std.traits, then when I
copied both std.traits and std.typetuple into the test directory, it reduces to
import std.algorithm. After several tries, I finally copied
std.{traits,algorithm,typetuple} into the test dir and renamed them along with
all import references to them (so that they don't pick up the original Phobos
version), and now dustmite reduces it to import std.typecons.

So it seems to be a wild goose chase. I still have no idea what's going on
here.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list