Skip to content

Remove unused compiletest args from parsing & Config#1769

Merged
adpaco-aws merged 1 commit intomodel-checking:mainfrom
JanSvejda:main
Oct 11, 2022
Merged

Remove unused compiletest args from parsing & Config#1769
adpaco-aws merged 1 commit intomodel-checking:mainfrom
JanSvejda:main

Conversation

@JanSvejda
Copy link
Contributor

@JanSvejda JanSvejda commented Oct 10, 2022

Description of changes:

Removes unused CLI arguments from parsing logic and Config class as per issue #754 , task 3.

Resolved issues:

Resolves #754

Call-outs:

This is a breaking change for the compiletest CLI - is that ok? I am unfamiliar with how compiletest is used here other than what I saw in the docs and scripts.

If the args used in the docs+scripts in this repo should be the only ones available, let me know. I will remove the rest.

Testing:

  • How is this change tested? With existing tests

  • Is this a refactor change? Yes

Checklist

  • Each commit message has a non-empty body, explaining why the change was made
  • Methods or procedures are documented
    (no new procs/methods added)
  • Regression or unit tests are included, or existing tests cover the modified code
  • My PR is restricted to a single feature or bugfix

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.

@JanSvejda JanSvejda requested a review from a team as a code owner October 10, 2022 20:46
Copy link
Contributor

@adpaco-aws adpaco-aws left a comment

Choose a reason for hiding this comment

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

Thanks @JanSvejda !

This is a breaking change for the compiletest CLI - is that ok?

Yes, the options removed here aren't used or wouldn't do anything even if they were.

@adpaco-aws adpaco-aws merged commit 674ae49 into model-checking:main Oct 11, 2022
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.

Cleanup after compiletest move out of x.py

2 participants