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

config: switch to yaml #72

Merged
merged 1 commit into from
Dec 17, 2024
Merged

config: switch to yaml #72

merged 1 commit into from
Dec 17, 2024

Conversation

pulsejet
Copy link
Collaborator

@pulsejet pulsejet commented Dec 17, 2024

  1. Configuration is now strongly typed everywhere
  2. Sample file is autogenerated from the Config struct
  3. Strict parsing - specifying an illegal option will now panic

Close #68

@pulsejet pulsejet requested review from Pesa and zjkmxy December 17, 2024 04:40
@pulsejet pulsejet self-assigned this Dec 17, 2024
@pulsejet pulsejet force-pushed the yaml branch 2 times, most recently from 2eb8deb to 74a5b9d Compare December 17, 2024 04:42
1. Configuration is now strongly typed everywhere
2. Sample file is autogenerated from the Config struct
3. Strict parsing - specifying an illegal option will now panic
@Pesa Pesa removed their request for review December 17, 2024 05:50
@zjkmxy zjkmxy merged commit e7e2ae1 into master Dec 17, 2024
12 checks passed
@pulsejet pulsejet deleted the yaml branch December 22, 2024 11:38
pulsejet pushed a commit that referenced this pull request Dec 24, 2024
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.

Switch configuration to YAML
2 participants