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

[stable30] fix(config): Throw PreconditionException always when it didn't match #47940

Merged
merged 1 commit into from
Sep 15, 2024

Commits on Sep 13, 2024

  1. fix(config): Throw PreconditionException always when it didn't match

    Previously even when the precondition did not match, the call "passed"
    when the after value was the expected one. This however can lead to
    race conditions, duplicate code excutions and other things.
    
    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen authored and backportbot[bot] committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    66a6b44 View commit details
    Browse the repository at this point in the history