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: variables passed to included taskfile #1533

Merged
merged 1 commit into from
Mar 10, 2024

Conversation

pd93
Copy link
Member

@pd93 pd93 commented Mar 4, 2024

Followup to #1256
Fixes #1503

Quite a small/simple change that allows #1503 to work as expected. I would personally have expected the changes in #1256 to have required the use of default to work correctly. This feels more consistent with how was pass variables around between tasks, but I might be misunderstanding. Variable propagation is complicated in Task 😆

Is this a breaking change?

Copy link
Member

@andreynering andreynering left a comment

Choose a reason for hiding this comment

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

It doesn't look like a breaking change to me. It looks more like a bug fix. 👍

@pd93 pd93 merged commit c0a0faf into main Mar 10, 2024
13 checks passed
@pd93 pd93 deleted the 1503-fix-variables-passed-to-included-taskfile branch March 10, 2024 17:28
pd93 added a commit that referenced this pull request Mar 10, 2024
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.

Variables Passed to Included Taskfile Is Unavilable During Global Variables Expansion
2 participants