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

Some fixes #28

Merged
merged 2 commits into from
Dec 1, 2023
Merged

Some fixes #28

merged 2 commits into from
Dec 1, 2023

Conversation

tmccombs
Copy link
Contributor

No description provided.

because apparantly it causes problems when used. Instead call executable directly from the format.sh
script
There are some cases where resolve is problematic, so to be safe leave it off by default.

Cases where resolve causes problems:

1. If you use += it can produce invalid config, and if you use more than a handful even cause an OOM
2. If a value a reference is used in one config, and we resolve, then we override the referenced
value in a downstream dependency, we get the wrong value. So resolve should only be used in the last
stage when you have multiple dependencies.
@tmccombs tmccombs merged commit 80db50d into master Dec 1, 2023
2 checks passed
@tmccombs tmccombs deleted the some-fixes branch December 1, 2023 04: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