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

Commits on Aug 20, 2021

  1. Fix inheritance browser indentions by removing overridden MessageSet …

    …>> #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.
    LinqLover committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    5d1c7e7 View commit details
    Browse the repository at this point in the history