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

🐛 Add race option to detect raced codes #10899

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Oct 13, 2024

  1. fix: race code

    Signed-off-by: sivchari <shibuuuu5@gmail.com>
    sivchari committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    57995c9 View commit details
    Browse the repository at this point in the history
  2. remove sync variable

    Signed-off-by: sivchari <shibuuuu5@gmail.com>
    sivchari committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    1b505e3 View commit details
    Browse the repository at this point in the history
  3. use sync chan

    Signed-off-by: sivchari <shibuuuu5@gmail.com>
    sivchari committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    7cc8b28 View commit details
    Browse the repository at this point in the history
  4. drop chan

    Signed-off-by: sivchari <shibuuuu5@gmail.com>
    sivchari committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    02c8ae0 View commit details
    Browse the repository at this point in the history
  5. add -race option again

    Signed-off-by: sivchari <shibuuuu5@gmail.com>
    sivchari committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    4d91c48 View commit details
    Browse the repository at this point in the history