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 depends.py core to the framework. #98

Open
mpg opened this issue Dec 9, 2024 · 0 comments
Open

Move depends.py core to the framework. #98

mpg opened this issue Dec 9, 2024 · 0 comments
Labels
size-m Estimated task size: medium (~1w)

Comments

@mpg
Copy link
Contributor

mpg commented Dec 9, 2024

Similarly to what was done with all-core.sh, and analyze_outcomes.py, we want to split the currently monolithic depends.py script, which currently contains both code and data into:

  • a core (python module that can be imported) that contains most of the code, that can be shared across branches, and should be moved to the framework;
  • branch-specific executable script that imports the core and contains the branch-specific data (and possibly branch-specific code).

Depends on #97 - might be done at the same time, depending on the personal preference of who's doing it.

@mpg mpg added the size-m Estimated task size: medium (~1w) label Dec 9, 2024
@mpg mpg moved this to Framework 2/3 (script for the CI) in Mbed TLS Epics Dec 9, 2024
@mpg mpg changed the title Move depende.py core to the framework. Move depends.py core to the framework. Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size-m Estimated task size: medium (~1w)
Projects
Status: Framework 2/3 (for the CI)
Development

No branches or pull requests

1 participant