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

feat: create the RuntimeMetadata and Repository structs. Refactor Runtimes #72

Merged
merged 4 commits into from
Jan 24, 2023

Conversation

Angelmmiguel
Copy link
Contributor

@Angelmmiguel Angelmmiguel commented Jan 23, 2023

Introduce the new RuntimeMetadata and Repository structs. They will deserialize the metadata from a TOML file, and then, it will be managed by the RuntimeManager (#66). In this PR, I also applied a final refactor by moving all the runtime code in a separate runtimes module.

For now, this code is quite abstract. I didn't implement any logic yet.

It closes #65, it closes #71

@Angelmmiguel Angelmmiguel added the 🚀 enhancement New feature or request label Jan 23, 2023
@Angelmmiguel Angelmmiguel added this to the v1.0.0 milestone Jan 23, 2023
@Angelmmiguel Angelmmiguel requested a review from a team January 23, 2023 11:46
@Angelmmiguel Angelmmiguel self-assigned this Jan 23, 2023
Copy link
Member

@ereslibre ereslibre left a comment

Choose a reason for hiding this comment

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

LGTM; thanks @Angelmmiguel! Non blocking improvement suggestions.

src/runtimes/metadata.rs Outdated Show resolved Hide resolved
src/runtimes/metadata.rs Show resolved Hide resolved
@Angelmmiguel Angelmmiguel merged commit d59d0f9 into main Jan 24, 2023
@Angelmmiguel Angelmmiguel deleted the runtimes-and-repositories branch May 8, 2023 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement the index metadata file Implement the runtime metadata file (toml)
3 participants