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

fixes the double execution when generated files didn't exist yet #3093

Merged
merged 3 commits into from
Dec 20, 2022

Commits on Dec 20, 2022

  1. restrict concurrency to 1 read/write operation per file per filesystem

    this avoids that a file is read while it is still being written
    sokra committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    76582e9 View commit details
    Browse the repository at this point in the history
  2. fix CompletionVc::unchanged

    typo COMPLETIONS -> COMPLETION
    sokra committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    85619bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d657fe9 View commit details
    Browse the repository at this point in the history