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

Roadmap for v0.5 #1

Open
sunxfancy opened this issue Dec 4, 2023 · 0 comments
Open

Roadmap for v0.5 #1

sunxfancy opened this issue Dec 4, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@sunxfancy
Copy link
Owner

I think I should make commands run in real time when I am editing the input file.
Just like what compiler explorer did. Okay, more and more similar. :)

However, there is a few issues to solve:

  1. performance - we don't want to print all the IRs immediately since it's so slow to print and parsing.
  2. async processing - we want the commands run in background when I am typing so it won't break the editing.
  3. lazy processing - If we are opening a window - we just want to see change on that window in real time. Other commands could be delayed.
@sunxfancy sunxfancy added the enhancement New feature or request label Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant