Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify snapshot method with Monticello #1728

Closed

Conversation

jecisc
Copy link
Contributor

@jecisc jecisc commented Sep 4, 2023

Iceberg implemented its own MCPackage>>snapshot method to modify the one of Monticello.

The method of Monticello was updated to use the same change as Iceberg but also it was updated to reduce the number of categories (package-tag) manipulations. I want to check here if we could use this new version for Iceberg too as a step toward getting rid of the categories in Pharo

Iceberg implemented its own MCPackage>>snapshot method to modify the one of Monticello. 

The method of Monticello was updated to use the same change as Iceberg but also it was updated to reduce the number of categories (package-tag) manipulations. I want to check here if we could use this new version for Iceberg too as a step toward getting rid of the categories in Pharo
jecisc added a commit to jecisc/iceberg that referenced this pull request Sep 6, 2023
Base the organization definition on packages and tags instead of categories.

#ensureMCClassOrganisationHasCorrectStructure: has been simplified because now the organization knows the package and we do not need to do magic to ensure we have the right one

IcePackageDefinition has been updated to use the package name and tag names instead of categories.

This change includes pharo-vcs#1728
@jecisc
Copy link
Contributor Author

jecisc commented Sep 15, 2023

Done in:#1732

@jecisc jecisc closed this Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant