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

common: config rewrite #738

Merged
merged 1 commit into from
Aug 8, 2024
Merged

common: config rewrite #738

merged 1 commit into from
Aug 8, 2024

Conversation

BrettMayson
Copy link
Owner

@BrettMayson BrettMayson commented Aug 8, 2024

Separates config files from the internal config struct. This will allow more dynamic ways of loading the config than just serde, simplifies handling default values, and allows breaking changes to the internal model without requiring breaking changes to the project config files.

launch.toml has been added as an alternative place to store launch configs, cleaning up the project.toml for large projects

Copy link

codecov bot commented Aug 8, 2024

@BrettMayson BrettMayson merged commit 21b2b2e into main Aug 8, 2024
31 checks passed
@BrettMayson BrettMayson deleted the config_rewrite branch August 8, 2024 06:46
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.

1 participant