Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checklist for use in rust-analyzer/rowan #60

Open
1 of 13 tasks
CAD97 opened this issue Jul 5, 2020 · 0 comments
Open
1 of 13 tasks

Checklist for use in rust-analyzer/rowan #60

CAD97 opened this issue Jul 5, 2020 · 0 comments

Comments

@CAD97
Copy link
Owner

CAD97 commented Jul 5, 2020

  • Work on stable (Rust 1.46.0)
  • Migrate repository from cad97/sorbus to rust-analyer/sorbus (cc @matklad)
  • Initial port of rowan to use sorbus (Expose sorbus as green tree impl rust-analyzer/rowan#69)
    • Merge sorbus use into rowan
  • Initial port of r-a to use rowan on sorbus
    • Merge r-a use of rowan on sorbus
  • Performance and memory use tests
  • ... ?
  • Profit

and improvements to r-a possible after it uses sorbus:

  • Share green cache between files
    • Implicit cache sharing in Rowan? Needs experimentation.
    • GC cache when unloading files
  • Utilize cheaper SyntaxPtr
@CAD97 CAD97 pinned this issue Jul 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant