Stream: compiler development

Topic: ast and related crates


view this post on Zulip Richard Feldman (Sep 02 2023 at 01:46):

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

view this post on Zulip Richard Feldman (Sep 02 2023 at 01:46):

I believe it's only used by code_markup and by the editor, and code_markup is only used by the editor

view this post on Zulip Richard Feldman (Sep 02 2023 at 01:47):

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?

view this post on Zulip Anton (Sep 02 2023 at 08:57):

Sounds good :+1:

view this post on Zulip Anton (Sep 02 2023 at 08:57):

I'll take care of that sometime


Last updated: Jul 06 2025 at 12:14 UTC