Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork64
Add theBuildMetadata 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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
hugovk left a comment
There was a problem hiding this 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.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
0f2598a intomainUh oh!
There was an error while loading.Please reload this page.
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
BuildMetadataclass, we make the link explicit.My intent is to (later) add further attributes to
BuildMetadata(e.g. the directory paths), makingBuildMetadataa data-only class that performs no actions, withDocBuilderperforming the actual build. For example,DocBuilder.html_onlycould be fully merged intoBuildMetadata.A