use builddir consistently and verify usage of cached results in selfcheck / improved --debug-analyzerinfo output#8204
use builddir consistently and verify usage of cached results in selfcheck / improved --debug-analyzerinfo output#8204firewave wants to merge 5 commits intodanmar:mainfrom
--debug-analyzerinfo output#8204Conversation
2216ede to
5e6e050
Compare
--debug-analyzerinfo output
5e6e050 to
ad64df7
Compare
The problem is that we perform individual analysis(eses) on the same builddir leading to conflicts when a file with the same name exists in a different location. I am not sure this can be resolved as the A valid use case would be the usage of a cache in conjunction with an IDE integration which would only invoke the analysis for a single file. In that case though we could generate the It could be achieved though by not writing the file unconditionally but use it as an index for lookups and append new entries. This would leave outdated and/or removed files behind but that is already an issue now (needs a separate ticket). |
ad64df7 to
ade4d58
Compare
selfcheck.sh: make it possible to pass additional flags selfcheck.sh: removed unnecessary early exit selfcheck.sh: remove generated folders extracted selfcheck into script
ade4d58 to
8e1d6dc
Compare
|



No description provided.