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

Progress API to report status of computation to the GUI #12009

Open
JaroslavTulach opened this issue Jan 7, 2025 · 1 comment · May be fixed by #12163
Open

Progress API to report status of computation to the GUI #12009

JaroslavTulach opened this issue Jan 7, 2025 · 1 comment · May be fixed by #12163
Assignees
Labels
-compiler -language-server -libs Libraries: New libraries to be implemented

Comments

@JaroslavTulach
Copy link
Member

I see progress field in Pending update. We could display node as being evaluated if progress != 0. If you know better API for this, please let me know.

Yes, that was my idea, when I introduced the progress field. Thus it'd be:

  • if there is no progress field, the node is pending and not yet being evaluated
  • if there is some value in progress field the node is pending and being evaluated

All that's needed is the IDE to use such info and language server to fill it.

@github-project-automation github-project-automation bot moved this to ❓New in Issues Board Jan 7, 2025
@JaroslavTulach JaroslavTulach self-assigned this Jan 7, 2025
@JaroslavTulach JaroslavTulach added -compiler -language-server -libs Libraries: New libraries to be implemented labels Jan 7, 2025
@JaroslavTulach JaroslavTulach moved this from ❓New to 📤 Backlog in Issues Board Jan 7, 2025
@JaroslavTulach JaroslavTulach moved this from 📤 Backlog to ⚙️ Design in Issues Board Jan 28, 2025
@JaroslavTulach JaroslavTulach linked a pull request Jan 30, 2025 that will close this issue
6 tasks
@JaroslavTulach
Copy link
Member Author

@JaroslavTulach JaroslavTulach changed the title API to report progress to the GUI Progress API to report status of computation to the GUI Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-compiler -language-server -libs Libraries: New libraries to be implemented
Projects
Status: ⚙️ Design
Development

Successfully merging a pull request may close this issue.

1 participant