You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TonelWriter>>#createDefaultOrganizationFrom: should return an MCOrganization but currently it can return a string (a category name). The code should be:
createDefaultOrganizationFrom: aCollection
"answers a default organisation for the cases where there are none""simplest case, I answer the clas definition"
snapshot definitions
detect:#isClassDefinitionifFound: [ :each | ^MCOrganizationDefinitioncategories: { each category } ].
^selfcreateDefaultOrganizationFromDefinition: (snapshot definitions
detect:#isMethodDefinitionifNone: [ selferror:'cannot determine package name from empty snapshot' ])
The text was updated successfully, but these errors were encountered:
TonelWriter>>#createDefaultOrganizationFrom:
should return an MCOrganization but currently it can return a string (a category name). The code should be:The text was updated successfully, but these errors were encountered: