-
-
Notifications
You must be signed in to change notification settings - Fork 636
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
feat: experiment taskfile envs take precedence over os envs #1633
Conversation
e80aa9a
to
b738c04
Compare
I managed to understand why, it's because the Init() from experiment is called before my SetEnv. I managed to make this test pass by instantiating an experiment in the test. It's ready to review |
@andreynering @pd93 sorry to nag but my org could really use this functionality right now. Any chance one of you guys could review / comment on this? |
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.
Looks good to me.
This has conflicts to be fixed, and I'll also ask a review from @pd93 to get an extra opinion.
68aad36
to
0c90da8
Compare
Thanks for the typo @andreynering |
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.
No further comments from me for now. Let's get some feedback from some users and we can make decisions from there.
Awesome 🚀 When can we expect an official release containing this new experiment? |
Thanks for your interest in this feature. We cannot provide ETA (you can find more information in our doc) |
Linked to :
I am totally open to rework this, including add new template function (as discussed in discord)