-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
(Applies to Pharo 8.0)
See TaTalentSlotsTests>>#testRenameKeepingOrderSlot and TaTalentSlotsTests>>#testRenameSlot.
Error message: Instance of TaCompositionElement did not understand #'@@'
See method source for TaAbstractComposition>>#'>>':
>> anAssociation
^ self @@ { anAssociation }
Binary method #'@@' is not implemented. Looking at the source, it seems that the 'rename slot' behavior is required here.
However, the class TaRenameSlot seems to be incomplete. It should implement method TaRenameSlot>>#traitCompositionExpression.
This seems to be resolved in Pharo 9.0. How can we backport this to Pharo 8.0?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels