Ticket #149 (closed defect: invalid)

Opened 5 years ago

Last modified 5 years ago

dsss build --doc tries to build library even for type=sourcelibrary

Reported by: baxissimo Assigned to: Gregor
Priority: minor Milestone:
Component: DSSS Version:
Keywords: Cc:

Description

Even the type is sourcelibrary, dsss build --doc tries to build and link an actual library. Is that necessary?

If this is just a limitation of ddoc, then feel free to mark this invalid.

I would be nice if you didn't actually have to build the lib, since sometimes certain modules of a package have dependencies you don't care about having, etc.

Change History

10/13/07 23:26:22 changed by Gregor

  • status changed from new to closed.
  • resolution set to invalid.

This is indeed a consequence of how ddoc works. It perhaps should use -o-, but the example you gave isn't really solvable.

It's unfortunate, because this is one of those rare situations that I acknowledge your complaint as totally valid, but I can't really do anything about it.