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 option to run critics on a chosen class in Calypso browser #16863

Open
hernanmd opened this issue Jul 5, 2024 · 0 comments
Open

Add option to run critics on a chosen class in Calypso browser #16863

hernanmd opened this issue Jul 5, 2024 · 0 comments
Assignees

Comments

@hernanmd
Copy link
Contributor

hernanmd commented Jul 5, 2024

Description

Currently, the Calypso browser in Pharo lacks the functionality to run critics on a specific chosen class. This feature would enhance the browser's capabilities and provide more flexibility for developers when performing code analysis.

Proposed Enhancement

Implement an option in the Calypso browser to run critics on a user-chosen class in addition to the existing functionality of running critics on the selected package.

User Story

As a Pharo developer using the Calypso browser, I want to run critics on a class of my choice to perform targeted code analysis without having to write a script.

  • Add a new menu item or button in the Calypso browser UI for running critics on a chosen class.
  • After class selection, the critics should run on the chosen class and display results from the existing critics' view.

Technical Considerations

  • Extend the existing critics running mechanism to accept a class as a parameter.
  • Ensure that the implementation follows Pharo coding standards and best practices.
  • Consider potential performance implications for large classes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant