On Wed, 19 Jun 2013 04:37:10 +0200, Adam D. Ruppe <[email protected]> wrote:

If a module is available though, this test actually imports it and if you don't add its object file, you'll get a linker error:

$ dmd test11
true
false
test11.o:(.data+0x50): undefined reference to `_D4test12__ModuleInfoZ'

As you say this might be acceptable, but I would still call it a bug - it's
complaining about symbols that have no business being in the obj file.

--
Simen

Reply via email to