so it's happened to me decently often that I accidentally open up something in crates/ast
instead of crates/compiler
without realizing it, and end up wasting time looking at (or even editing) the wrong file...also it's part of our build process, which is already too long haha
I believe it's only used by code_markup and by the editor, and code_markup is only used by the editor
given that development of the editor is paused for the time being, and that when we get back to it we'll likely have a different strategy (different from ast
) for integrating compiler things into the editor...I wonder if we could clean up the repo a bit by "archiving" some of these things for now?
Sounds good :+1:
I'll take care of that sometime
Last updated: Jul 06 2025 at 12:14 UTC