- If `typeTransform(Type)` is called on an unknown type then print out the type in the error message asx well
feature/class_static_init
Tristan B. V. Kildaire 10 months ago
parent a42ec98625
commit 921235ab22

@ -104,7 +104,7 @@ public final class DCodeEmitter : CodeEmitter
// return "KAK TODO";
}
gprintln("Type transform unimplemented", DebugType.ERROR);
gprintln("Type transform unimplemented for type '"~to!(string)(typeIn)~"'", DebugType.ERROR);
assert(false);
// return stringRepr;
}

Loading…
Cancel
Save