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

fix: resuming when auto-instantiate is false #1061

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

akshayka
Copy link
Contributor

@akshayka akshayka commented Apr 3, 2024

When resuming a session and auto-instantiate is false, restore history of which cells have been executed and which are stale.

Fixes #1050

when resuming a session and auto-instantiate is false, restore
history of which cells have been executed and which are stale
@akshayka akshayka requested a review from mscolnick April 3, 2024 22:28
Copy link

vercel bot commented Apr 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
marimo-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 3, 2024 10:30pm
marimo-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 3, 2024 10:30pm

@akshayka akshayka merged commit 944e454 into main Apr 3, 2024
29 checks passed
@akshayka akshayka deleted the aka/fix-no-auto-instantiate-resume branch April 3, 2024 22:45
Copy link

github-actions bot commented Apr 3, 2024

🚀 Development release published. You may be able to view the changes at https://marimo.app?v=0.3.9-dev14

Benni-Math pushed a commit to Benni-Math/marimo that referenced this pull request Apr 16, 2024
when resuming a session and auto-instantiate is false, restore
history of which cells have been executed and which are stale
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.

When autorun is disabled, resuming a session shouldn't mark cells as stale
2 participants