Skip to content

feat: workspace symbols warmup (Phase 2) - #158

Draft
AlexCannonball wants to merge 1 commit into
coder3101:mainfrom
AlexCannonball:feat/workspace-symbols-warmup
Draft

feat: workspace symbols warmup (Phase 2)#158
AlexCannonball wants to merge 1 commit into
coder3101:mainfrom
AlexCannonball:feat/workspace-symbols-warmup

Conversation

@AlexCannonball

Copy link
Copy Markdown
Contributor

Improvements related to Phase 2 from #130

@AlexCannonball

Copy link
Copy Markdown
Contributor Author

At the moment still a very early attempt to implement eager warmup + lazy query evaluation from #130 (comment)

TODO list from the top of my head:

@AlexCannonball

Copy link
Copy Markdown
Contributor Author

Quick update on Phase 2 refactoring:

I'm currently pushing all heavy synchronous workloads (Tree-sitter processing, WalkDir, protoc, and clang-format) completely out of the main current_thread executor.

As expected, introducing async and graceful cancellation has deeply "infected" the entire codebase.

Right now, the IDE is reporting 100+ cascading type mismatch and lifetime errors.

I am currently grinding through these compiler errors layer by layer to align all the type boundaries and will continue pushing updates to this PR as soon as the core compilation passes. Still on it!

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

Successfully merging this pull request may close these issues.

1 participant