Opened 17 years ago
Last modified 15 years ago
#17 new enhancement
implements() with multiple RemoteInterfaces
Reported by: | Brian Warner | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | undecided |
Component: | schemas | Version: | 0.1.5 |
Keywords: | Cc: |
Description
it would be awfully useful if Referenceable subclasses could indicate that they implement multiple RemoteInterfaces?, not just one. This only-one-RemoteInterface? limitation requires users to play weird games and mix together interfaces that really ought to be separate.
To fix this, we'll need to change the way that Referenceables get sent over the wire the very first time. At the moment, there's a slot in the serialized (my-reference) sequence for a RemoteInterface? name: that needs to accept either a single string or a list of strings.
Note: See
TracTickets for help on using
tickets.