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

fix(core): issue with partial module resolution and module templates #6073

Merged
merged 1 commit into from
May 27, 2024

Conversation

edvald
Copy link
Collaborator

@edvald edvald commented May 24, 2024

Follow-up PR for #6002.

@edvald edvald force-pushed the partial-resolution-template-fix branch from c58f13b to 1476007 Compare May 24, 2024 18:55
@edvald edvald marked this pull request as ready for review May 24, 2024 18:55
Copy link
Collaborator

@eysi09 eysi09 left a comment

Choose a reason for hiding this comment

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

Just had one non-blocking question but otherwise looks good.

@@ -496,11 +502,16 @@ export class ModuleResolver {
buildPath,
parentName: rawConfig.parentName,
templateName: rawConfig.templateName,
inputs: rawConfig.inputs,
inputs: {},
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'm probably missing some context, but why is this empty now?

Copy link
Collaborator

Choose a reason for hiding this comment

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

That's because the inputs are being resolved below (line 512).

@edvald edvald added this pull request to the merge queue May 27, 2024
Merged via the queue into main with commit 78f4d35 May 27, 2024
41 checks passed
@edvald edvald deleted the partial-resolution-template-fix branch May 27, 2024 11:27
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.

3 participants