[Issue 9816] Export is mostly broken

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Aug 30 06:07:54 PDT 2013


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



--- Comment #28 from Martin Nowak <code at dawg.eu> 2013-08-30 06:07:52 PDT ---
(In reply to comment #24)
> I fully agree here. We might still want to provide a -exportall switch for
> convenience.

A compiler switch makes sense for the case where you have the source
code but don't want to modify it, e.g. a downloaded package that was
not annotated. Here it might make sense to offer -export=public,package,private
because nobody maintains the ABI anyhow.

(In reply to comment #27)
> And the metadata of exported UDTs (vtable, rtti)

Actually not vtables because they are indirectly addressed through the class
instance already.

-- 
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