https://d.puremagic.com/issues/show_bug.cgi?id=11942
--- Comment #3 from Manu <[email protected]> 2014-03-16 17:33:05 PDT --- I just gave it a whirl. Big improvement - regular functions are working properly now. But there are some things still not working: Constructors don't seem to list args? auto doc = new Document(new Tag("settings")); auto devs = new Element("devices"); testMat = Material("diffuse_uncompressed_gimp.dds"); None of these new statements offer any parameter info. to! doesn't work: to!string(videoDriver) This shows the helper for 'string's constructor, not 'to'. Cheers for all your work! It's getting better all the time! :) -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
