Before this MR we saved analysis stats for each dev document in separate file named after document. If document has long name this strategy will fail with OSError. Also this strategy is not good if we have many dev docs because they will be dumped as separate files in file directory.
Now i dump analysis of all dev docs in same file with some separators.
Before this MR we saved analysis stats for each dev document in separate file named after document. If document has long name this strategy will fail with
OSError
. Also this strategy is not good if we have many dev docs because they will be dumped as separate files in file directory.Now i dump analysis of all dev docs in same file with some separators.