Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Add a tool to analyze the impact of changes to the typesystem (#…
…4938) * chore: Add a tool to analyze the impact of changes to the typesystem ... and standard library. Extracted from #4776. Currently this supports consuming either an sqlite database or a csv file which are the two sources of scripts I am aware of at the moment. ```bash cargo run --release --bin analyze_query_log --all-features -- "../../../Downloads/2022-06-28_18 30_influxdb_data.csv" --new-features unusedSymbolWarnings ``` * chore: make generate
- Loading branch information