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

Add commentSourcePointer to ClassDescription #11326

Merged

Conversation

MarcusDenker
Copy link
Member

commentSourcePointer is now defined in ClassOrganization, which wastes space.

To be able to move it, we first have to add the ivar using a manual PR.

Fist step for #10958

commentSourcePointer is now defined in ClassOrganization, which wastes space.

To be able to move it, we first have to add the ivar using a manual PR.

Fist step for #10958
@MarcusDenker MarcusDenker added the Status: Need more work The issue is nearly ready. Waiting some last bits. label Jun 3, 2022
@MarcusDenker
Copy link
Member Author

adding the unused var makes two tests fail:

  • NoUnusedVariablesLeftTest>>testNoUnusedInstanceVariablesLeft
  • BehaviorTest>>testInstSize

But as the PR is done by manually editing and not loadable, the only way is to merge and fix in a second step the tests

@MarcusDenker
Copy link
Member Author

I am merging this and then

  • do a second PR to fix the tests
  • a PR to not store the class comment in the class organiser after that

@MarcusDenker MarcusDenker merged commit 7fd37db into Pharo11 Jul 7, 2022
@MarcusDenker MarcusDenker deleted the MarcusDenker-patch-add-var-toClassDescription branch July 7, 2022 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Need more work The issue is nearly ready. Waiting some last bits.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant