proposal: lazy compilation model for compiling binaries

Jacob Carlborg doob at me.com
Mon Jun 24 13:48:48 PDT 2013


On 2013-06-24 09:35, JS wrote:

> It should be possible to "export"(or rather "share") types,
> mixins, templates, generic unit tests, etc. (shared compile time
> constructs would just be "copied" to a shared library as they
> can't be compiled)

These are compile time entities. I don't see why they need to be in a 
library at all. Just having them in the source/interface files is enough.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list