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

5193-Running-Executable-Comments-Checker-on-200-000-Classes-images-should-work-faster #6801

Conversation

MarcusDenker
Copy link
Member

This speeds up both selecting packages and then running the tests by pre-checking of the sourceCode of the method contains a string >>>

This avoids to call #comments on the method which is very slow due to creating the AST.

fixes #5193 at least to some extent: It is now quite usable for the image, which means it should be much faster for a larger image.

…pre-checking of the sourceCode of the method contains a string >>>

This avoids to call #comments on the method which is  very slow due to creating the AST.

fixes pharo-project#5193 at least to some extent: It is now quite usable for the image, which means it should be *much* faster for a larger image.
@MarcusDenker MarcusDenker merged commit d2b02cb into pharo-project:Pharo9.0 Jul 9, 2020
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.

Running Executable Comments Checker on 200 000+ Classes images should work faster
2 participants