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

Variables refactor #108

Merged
merged 5 commits into from
Jun 4, 2021
Merged

Variables refactor #108

merged 5 commits into from
Jun 4, 2021

Conversation

plorenz
Copy link
Member

@plorenz plorenz commented May 21, 2021

No description provided.

@plorenz plorenz changed the base branch from main to v0.4 May 21, 2021 20:14
Copy link
Collaborator

@michaelquigley michaelquigley left a comment

Choose a reason for hiding this comment

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

a couple of comments. otherwise 👍 .

@@ -0,0 +1,23 @@
package fabutil
Copy link
Collaborator

Choose a reason for hiding this comment

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

can we just call fabutil util?

Copy link
Member Author

Choose a reason for hiding this comment

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

renamed. I try to avoid util/utils sometimes because package name collision is a bigger issue in golang and it often feels like every module has a util.

Comment on lines 48 to 57
1. Scope local cache, for already resolved variables
1. Parent Scope with path
1. Parent Scope without path
1. Binding with path
1. Binding without path
1. Command line override with path
1. Command line override without path
1. Environment variable with path
1. Environment variable without path
1. A constant value (used for providing defaults)
Copy link
Collaborator

Choose a reason for hiding this comment

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

didn't we already resolve this discussion? also, this list looks like it's missing the label resolver stuff.

Copy link
Member Author

Choose a reason for hiding this comment

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

Doc was outdated, removed.

@plorenz plorenz merged commit 10cafeb into v0.4 Jun 4, 2021
@plorenz plorenz deleted the variables-refactor branch June 4, 2021 17:52
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.

2 participants