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

Fix two regressions introduced by PR #317 #324

Merged
merged 2 commits into from
Jun 15, 2022

Conversation

Contextualist
Copy link
Contributor

This fixes #322.

  1. The struct tag for config storage.local.data_dir was marked as yaml while we are using toml (So GitHub Copilot managed to escape from my check and picked its favorite config file format)
  2. Need to make sure that no defer block get executed before the errgroup.Wait() block, i.e. the errgroup.Wait() block need to be last one in, first one out.

Maybe we need some kind of integration test to catch things like regression 2 in the future?

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.

Bug: Segmentation violation when trying to run latest (7a69ddb) on both Pi 2b and amd64
2 participants