Skip to content

GsUpgrader >> configurationVersionReportOn: logic error (MNU) #24

@rjsargent

Description

@rjsargent

GsUpgrader >> configurationVersionReportOn: gets a MessageNotUnderstood error in the following:

((Object allSubclasses
select: [ :cl |
cl isMeta not
and: [ cl isMetacelloConfig and: [ cl name asString beginsWith: 'ConfigurationOf' ] ] ])

There is no general implementation of #isMetacelloConfig for all classes. This results in:

a MessageNotUnderstood occurred (error 2010), a Association class does not understand #'isMetacelloConfig'
Association happens to be the first subclass of Object, in this case.

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