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 command line argument for shorter warning output #34

Open
amit-davidson opened this issue Nov 21, 2020 · 0 comments
Open

Add command line argument for shorter warning output #34

amit-davidson opened this issue Nov 21, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@amit-davidson
Copy link
Owner

Enhancement

At the moment, a lengthy description of all the possible race conditions is printed. It includes all the race conditions pairs and the stack trace of that flow. This might be too long and too complicated.
A new command-line argument called --short should be added that will allow displaying less information. It should include:

  • The total amount of possible race conditions

  • The variables themselves (same as in the more lengthy version)

  • Path to the variable (without including the stacktrace)

@amit-davidson amit-davidson added enhancement New feature or request good first issue Good for newcomers labels Nov 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant