We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if you run the anlyzer twice the previous result file codeprints_merged.json is merged again. The total count is increased with every execution.
codeprints_merged.json
Finished dev [unoptimized + debuginfo] target(s) in 0.04s Running `target/debug/codeprints-analyzer merge` Merging codeprints_analyzer.json Merging codeprints_github.json Merging codeprints_merged.json done! Output file: codeprints_merged.json
Expected: the process is deterministic and the result file is ignored.
The text was updated successfully, but these errors were encountered:
lol
Sorry, something went wrong.
We could call the output file merged_codeprints.json or something so that the glob doesn't match.
merged_codeprints.json
analyzer/src/bin/analyzer/main.rs
Line 62 in 86202e4
This should be fixed now in #4.
No branches or pull requests
if you run the anlyzer twice the previous result file
codeprints_merged.json
is merged again. The total count is increased with every execution.Expected: the process is deterministic and the result file is ignored.
The text was updated successfully, but these errors were encountered: