cxbrooks / test

Second test for bugzilla to git
0 stars 0 forks source link

Publisher and Subscriber do not work across Opaque TypedCompositeActors #223

Closed cxbrooks closed 14 years ago

cxbrooks commented 14 years ago

Note: the issue was created automatically with bugzilla2github tool

Original bug ID: BZ#341 From: @cxbrooks Reported version: 8.1.devel CC: pt-dev@chess.eecs.berkeley.edu

Duplicates: BZ#165 Blocker for: BZ#70, BZ#338

cxbrooks commented 14 years ago

If we have a Publisher inside an TypedCompositeActor that has a Director (making it opaque), then a Subscriber cannot Subscribe to the Publisher.

See $PTII/ptolemy/actor/lib/test/auto/PublisherSubscriberOpaque.xml

Note that this sort of model sort of works in Modular CodeGen, but not in regular interpreted mode.

cxbrooks commented 14 years ago

This bug has been marked as a duplicate of bug BZ#165