-
Notifications
You must be signed in to change notification settings - Fork 9
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
Namespaced scopes #167
Namespaced scopes #167
Conversation
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 deal-breakers necessarily, but I have a few pointed questions. Also, I think the code comments are a little uneven -- I think we have too many/unnecessary line comments and perhaps not enough function header comments. (And, I have a couple of coding suggestions/questions.)
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.
Down to three items, one new and two old; I think I'll need to chat with you in realtime to address the old ones.
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.
👍
Changes introduced with this PR
This PR utilizes the namespaced scopes features added to the Go SDK.
It applies scopes from all of the steps.
The best examples are in the workflow_test.go file.
By contributing to this repository, I agree to the contribution guidelines.