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

Stand alone delta debugging command #213

Merged
merged 6 commits into from
Jul 24, 2024

Conversation

MozartPanda
Copy link
Contributor

This pull request includes the implementation of delta debugging for a stand alone cli command.

@MozartPanda MozartPanda changed the title Stand alone delta debugging command #213 Stand alone delta debugging command Jun 23, 2024
@tfiedor
Copy link
Collaborator

tfiedor commented Jun 24, 2024

Thanks for the PR, we are currently quite swamped with Jirka (we are leading some workshop tomorrow), hopefully we will look at it at the end of the week.

Copy link
Collaborator

@JiriPavela JiriPavela left a comment

Choose a reason for hiding this comment

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

Overall, the code looks good. Please look into the feedback I've provided and try to resolve it.

When writing the type annotations, you can check whether the annotations are correct by running make check, which does type checking using mypy.

Also, consider adding some tests for your new package (see the tests folder in perun) so that we know when something breaks in the future.

perun/cli.py Outdated Show resolved Hide resolved
perun/cli.py Outdated Show resolved Hide resolved
perun/deltadebugging/factory.py Outdated Show resolved Hide resolved
perun/deltadebugging/factory.py Outdated Show resolved Hide resolved
perun/deltadebugging/factory.py Outdated Show resolved Hide resolved
perun/deltadebugging/factory.py Outdated Show resolved Hide resolved
perun/deltadebugging/factory.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@JiriPavela JiriPavela left a comment

Choose a reason for hiding this comment

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

Great, I think we're ready for a merge. Good job.

@JiriPavela JiriPavela merged commit ee62ff5 into Perfexionists:devel Jul 24, 2024
17 checks passed
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.

3 participants