Skip to content

Comments

Fix two regressions introduced by PR #317#324

Merged
mxpv merged 2 commits intomxpv:mainfrom
Contextualist:fix-pr317-reg
Jun 15, 2022
Merged

Fix two regressions introduced by PR #317#324
mxpv merged 2 commits intomxpv:mainfrom
Contextualist:fix-pr317-reg

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