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

Bug fix for bindings to inherited pool dictionaries (issue 22470) #1816

Conversation

bouraqadi
Copy link
Contributor

Fix to issue 22470
Bug fix for bindings to inherited pool dictionaries
https://pharo.fogbugz.com/f/cases/22470/Bug-in-the-opal-compiler-Shared-Pools-inheritance-is-ignored

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.

Looks good to me

@pavel-krivanek
Copy link
Collaborator

System.Support.Tests.SystemNavigationTest failures are related

@tesonep
Copy link
Collaborator

tesonep commented Sep 20, 2018

The problem is that SystemNavigation >> #allReferencesToPool: and SharedPool class >> #includesKey: should not use the recursive lookup. I will implement correctly #includesKey: (without using the superclass) and then make SystemNavigation use it.

…cludesKey: should not use the recursive lookup. I will implement correctly #includesKey: (without using the superclass) and then make SystemNavigation use it.
@Ducasse Ducasse merged commit 9ed1473 into pharo-project:development Sep 22, 2018
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.

None yet

5 participants