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

Move ClassDefinitionPrinters loading later in the bootstrap process #17661

Open
wants to merge 3 commits into
base: Pharo13
Choose a base branch
from

Conversation

jecisc
Copy link
Member

@jecisc jecisc commented Jan 21, 2025

ClassDefinitionPrinters package is currently loaded by Hermes alongside the compiler. But this is needed only for tooling, the compiler does not need it except in the UI  package.

I propose to load it later in the bootstrap process so that it gets loaded by Metacello normaly and not by Hermes

ClassDefinitionPrinters package is currently loaded by Hermes alongside the compiler. But this is needed only for tooling, the compiler does not need it except in the UI  package. 

I propose to load it later in the bootstrap process so that it gets loaded by Metacello normaly and not by Hermes
@Ducasse
Copy link
Member

Ducasse commented Jan 22, 2025

Sounds good to me.

@jecisc jecisc added the Status: Need more work The issue is nearly ready. Waiting some last bits. label Jan 22, 2025
@jecisc jecisc added Status: Need more work The issue is nearly ready. Waiting some last bits. Status: Waiting for other PR and removed Status: Need more work The issue is nearly ready. Waiting some last bits. labels Jan 22, 2025
@jecisc
Copy link
Member Author

jecisc commented Jan 22, 2025

To fix the broken tests of this one we need to first integrate PR #17665, #17664, #17663

Those 3 PR are cutting unwanted dependencies

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. Status: Waiting for other PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants