This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
script to analyze behaviour of rome throughout time #3885
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Small script to help to understand what changed through time. It will checkout, build and run rome for each commit specified and will generate a report like the one below.
Example
1 - feat(rome_js_semantic): model improvements (#3825)
Details
2022-11-23 11:18:13 +0000
Result
2 - feat(rome_js_analyze): promote rules (#3471)
Details
2022-11-01 08:20:00 +0000
Result
3 - feat(rome_js_analyze): handle serde errors inside
RuleContext
(#3352)Details
2022-10-10 16:39:56 +0100
Result
4 - perf(rome_js_analyze): improve the performance of noUndeclaredVariables (#3320)
Details
perf(rome_js_analyze): improve the performance of noUndeclaredVariables by allowing it to directly inspect the semantic model
address PR review
PR review and tests improvements
2022-10-05 10:50:24 +0200
Result
5 - refactor(rome_analyze): automatically derive the rule category in
declare_rule!
(#3321)Details
automatically derive the rule category in
declare_rule!
link the rules to their group and category at the type system level
fixup after rebase
run codegen
Update crates/rome_analyze/src/rule.rs
2022-10-05 09:43:08 +0200
Result
Performance
1
2
3
4
5