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

Implement IceWorkingCopyPatcherVisitor>>visitExtensionDefinition: #1793

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

daniels220
Copy link
Contributor

Fixes error trying to revert all extension-method changes in a class, i.e. right-click on the class extension "definition" node and choose revert. Extension definitions are just a container and have no content of their own, so the same implementation as #visitDirectoryDefinition:--just visit the children--seems reasonable.

This fixes pharo-project/pharo#14395—when I reported it I didn't realize Iceberg had its own repo...

…xes pharo#14395)

Extension definitions are just a container and have no content of their own, so the same implementation as #visitDirectoryDefinition:--just visit the children--seems reasonable.
Copy link
Member

@guillep guillep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes!

@guillep guillep merged commit 2b028fe into pharo-vcs:dev-2.0 Jan 19, 2024
0 of 3 checks passed
@daniels220 daniels220 deleted the revert-all-class-extensions branch January 29, 2024 23:04
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.

Error reverting all changes to class in Iceberg commit window
2 participants