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

Show execution progress #429

Merged
merged 11 commits into from
Mar 15, 2023
Merged

Show execution progress #429

merged 11 commits into from
Mar 15, 2023

Conversation

mk
Copy link
Member

@mk mk commented Mar 9, 2023

To see what's going on while waiting for a long-running computation, Clerk will now show an execution status bar on the top. For named cells (defining a var) it will show the name of the var, for anonymous expressions, a preview of the form.

The progress indicator currently shows a fixed amount for parsing, analysis and evaluating. Evaluation progress is divided per cell.

Screen Shot 2023-03-09 at 10 42 01

Closes #380.

@mk mk merged commit cc002cb into main Mar 15, 2023
@mk mk deleted the exec-state branch March 15, 2023 02:26
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.

Long-running code
2 participants