Skip to content

Add the BuildMetadata class #299

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

Merged
merged 3 commits into from
Aug 15, 2025
Merged

Add the BuildMetadata class #299

merged 3 commits into from
Aug 15, 2025

Conversation

AA-Turner
Copy link
Member

In the inner loop, we operate on version-language pairs. These are currently only joined in the type system via tuples, or not at all. By introducing the BuildMetadata class, we make the link explicit.

My intent is to (later) add further attributes to BuildMetadata (e.g. the directory paths), making BuildMetadata a data-only class that performs no actions, with DocBuilder performing the actual build. For example, DocBuilder.html_only could be fully merged into BuildMetadata.

A

Copy link
Member

@hugovk hugovk left a comment

Choose a reason for hiding this comment

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

Just some variable naming nits.

@AA-Turner AA-Turner merged commit 0f2598a into main Aug 15, 2025
16 checks passed
@AA-Turner AA-Turner deleted the build-meta branch August 15, 2025 15:50
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.

2 participants