Skip to content

Test case TaTalentSlotsTests fails (with 2 errors) #9

@jvalteren

Description

@jvalteren

(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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions