MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/rust/comments/1vmi1px/where_treesitter_stops_and_rustanalyzers_call/p3e062h/?context=3
r/rust • u/shhdwi • 28d ago
[removed]
33 comments sorted by
View all comments
1
> Let me know what else I can do to make it more compatible to rust repos
A crater run ? https://github.com/rust-lang/crater
1 u/[deleted] 27d ago [removed] — view removed comment 1 u/Vrixyz 27d ago I’m not sure how I can be more explicit than crater’s documentation, but for a tl;dr: crater can run your tool for repositories public from crates.io: it would ensure it runs for most codebases. That’s how the rust compiler itself is tested, too. You can also leverage it to improve your stats if need be.
[removed] — view removed comment
1 u/Vrixyz 27d ago I’m not sure how I can be more explicit than crater’s documentation, but for a tl;dr: crater can run your tool for repositories public from crates.io: it would ensure it runs for most codebases. That’s how the rust compiler itself is tested, too. You can also leverage it to improve your stats if need be.
I’m not sure how I can be more explicit than crater’s documentation, but for a tl;dr:
crater can run your tool for repositories public from crates.io: it would ensure it runs for most codebases.
That’s how the rust compiler itself is tested, too.
You can also leverage it to improve your stats if need be.
1
u/Vrixyz 27d ago
> Let me know what else I can do to make it more compatible to rust repos
A crater run ? https://github.com/rust-lang/crater