GDC can't link LuaD if separate compilation used (bug?)

2014-04-26 Thread ketmar via D.gnu
if i take LuaD[1] and then try to compile it as a set of separate .o files, gdc refuses to link any LuaD sample with message: hello.o:(.data._D30TypeInfo_S4luad4base9LuaObject6__initZ[_D30TypeInfo_S4luad4base9LuaObject6__initZ]+0x1c): undefined reference to `_D4luad4base9LuaObject11__xopEqualsFK

is there any way to stop GDC complain about non-utf source encoding?

2014-04-26 Thread ketmar via D.gnu
the thing is: i have a file where i want to use some one-byte encodings which looks like "bad utf-8". compiler complains even if i'm using that in comments (and i want such encodings in one-byte strings too!). can i somehow force it to shut up and just accept what i wrote? yes, i know that "j