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

7591-We-have-isImmediateClass-add-isImmediateObject #7594

Conversation

MarcusDenker
Copy link
Member

  • add #isImmediateObject
  • add test
  • use in #isReadOnlyObject and #setIsReadOnlyObject:

this will alow us to (in a second step) simplify #isReadOnlyLiteral, as with this we can just call #beReadOnlyLiteral on all literals

fixes #7591

- add test
- use in #isReadOnlyObject and #setIsReadOnlyObject:

this will alow us to (in a second step) simplify #isReadOnlyLiteral, as with this we can just call #beReadOnlyLiteral on all literals

fixes pharo-project#7591
Copy link
Contributor

@dionisiydk dionisiydk left a comment

Choose a reason for hiding this comment

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

It seems a Character is also immediate object

@MarcusDenker MarcusDenker merged commit 9e4a78a into pharo-project:Pharo9.0 Oct 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

We have isImmediateClass, add isImmediateObject
2 participants