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

Fix inheritance browser indentions by removing overridden MessageSet >> #initializeMessageList: #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

LinqLover
Copy link

The old version of #initializeMessageList: stored in this override is no longer compatible with modern message set indentions as used by the inheritance browser. The sole purpose of this override was to preserve CSMethodReferences while string elements from the array are parsed. Since eem 12/16/2016 11:25 (Squeak 5.2), this invariant is already satisfied in the base system, thus the extension method is not needed any longer.

@codeZeilen This change is not compatible with Squeak 5.1 or lower. Do you think this is a concern? What extent of compatibility does this project guarantee?

…>> #initializeMessageList:

The old version of #initializeMessageList: stored in this override is no longer compatible with modern message set indentions as used by the inheritance browser. The sole purpose of this override was to preserve CSMethodReferences while string elements from the array are parsed. Since eem 12/16/2016 11:25 (Squeak 5.2), this invariant is already satisifed in the base system, thus the extension method is not needed any longer.
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