Re: More info for polymorphic port.(new req)

2007-01-29 Thread Christopher Brooks
Hi Saeed, I'm not totally sure I understand the bug. Type conversion in record tokens is subtle. The RecordType class comment says: --start-- Note that a record type with more fields is a subtype of a record type with a subset of the fields. For example, {x = double, y = int} is a subtype of {

More info for polymorphic port.(new req)

2007-01-27 Thread saeed pashazadeh
Dear Reader According to previous question i send it and also i tested it again i send results. I want to have an TypedIOPort that sends messages to other actors. but my messages have 4 different record types that fields of each message varies with others. i did many works but i failed. for each