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

allow no packaging, add template used to generated headers #957

Merged
merged 4 commits into from
Mar 12, 2024

Conversation

pmcb55
Copy link
Contributor

@pmcb55 pmcb55 commented Mar 12, 2024

New feature description

Not really a new feature, but this change allows YAML files with no packaging info at all, for cases where we just want vocab file generation without packaging up, or publishing.

Checklist

  • All acceptance criteria are met.
  • Relevant documentation, if any, has been written/updated.
  • The changelog has been updated, if applicable.
  • New functions/types have been exported in index.ts, if applicable.
  • Commits in this PR are minimal and have descriptive commit messages.

@pmcb55 pmcb55 requested review from a team as code owners March 12, 2024 09:05
src/generator/ArtifactGenerator.js Outdated Show resolved Hide resolved
@@ -705,6 +705,7 @@ module.exports = class DatasetHandler {
result.sourceRdfResources = `Vocabulary built from ${describeInput(
this.vocabData,
)}.`;
result.sourceTemplateVocab = describeTemplateVocab(this.vocabData);
Copy link
Contributor

Choose a reason for hiding this comment

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

Ideally, separate features are added through separate PRs.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, I know, but I just don't think we have the resource capacity to review multiple PRs in a timely fashion right now (unfortunately), as each review requires a costly 'context switch' for the reviewer.

@pmcb55 pmcb55 merged commit 64b0a21 into main Mar 12, 2024
3 checks passed
@pmcb55 pmcb55 deleted the pmcb/allow-no-packaging branch March 12, 2024 12:39
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