Skip to content

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

Open
LinqLover wants to merge 1 commit intohpi-swa:masterfrom
LinqLover:fix/messageset-indention
Open

Fix inheritance browser indentions by removing overridden MessageSet >> #initializeMessageList:#2
LinqLover wants to merge 1 commit intohpi-swa:masterfrom
LinqLover:fix/messageset-indention

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