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

v3: Variables refactoring #311

Merged
merged 5 commits into from
May 17, 2020
Merged

v3: Variables refactoring #311

merged 5 commits into from
May 17, 2020

Conversation

andreynering
Copy link
Member

Ref: #218

@andreynering andreynering added state: wip A work in progress. v3 area: variables Changes related to variables. labels Mar 29, 2020
@andreynering andreynering added this to the v3 milestone Mar 29, 2020
@andreynering andreynering self-assigned this Mar 29, 2020
This shouldn't have any behavior changes for now. This is a code
refactor that should allow us to do further improvements on how
variables are handled, specially regarding respecting the declaration
order in Taskfiles, which should make it easier for the users.

Initial work on #218
@andreynering andreynering force-pushed the vars-refactor-for-v3 branch from 79977a3 to cbb12b2 Compare April 5, 2020 14:16
Also, fix "<no value>" been printed when a non-existing variable is printed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment