Opened 19 years ago
Last modified 19 years ago
#111 new defect
Non-composing generators with several input types
| Reported by: | ghost | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | component1 | Version: | |
| Keywords: | Cc: |
Description
Generators which are not composing, but require two input files apepars to be subtly broken. First, if such generator is *passed* two source target the 'convert-to-consumable-types' method will call generators.construct again, for non-obvious reason. Second, if that returns a type that's derived from one of desired source type, we don't detect that, and bypass that target. Finally, we don't check that all required types are present.
Note:
See TracTickets
for help on using tickets.

Clearing the milestone. Given that I've hit this just once since generators.jam was written, this could not be very important.