Skip to content

fix: More aggressive file reconciliation in --watch#6701

Merged
mscolnick merged 11 commits intomainfrom
dm/sync-graph
Oct 7, 2025
Merged

fix: More aggressive file reconciliation in --watch#6701
mscolnick merged 11 commits intomainfrom
dm/sync-graph

Conversation

@dmadisetti
Copy link
Collaborator

📝 Summary

fixes #6594

In cases where auto-save is not enabled, the kernel representation of the notebook graph can bifurcate from what's actually on disk and what the session manager is aware. This reconciles the issue by forwarding all information to the kernel to properly prune and reconstruct cells.

@dmadisetti dmadisetti requested a review from akshayka as a code owner October 6, 2025 18:28
@vercel
Copy link

vercel bot commented Oct 6, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
marimo-docs Ready Ready Preview Comment Oct 7, 2025 6:03am

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Oct 6, 2025
@dmadisetti dmadisetti requested review from mscolnick and removed request for akshayka October 6, 2025 18:30
mscolnick
mscolnick previously approved these changes Oct 6, 2025
@mscolnick mscolnick merged commit bb09501 into main Oct 7, 2025
39 of 41 checks passed
@mscolnick mscolnick deleted the dm/sync-graph branch October 7, 2025 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working documentation Improvements or additions to documentation merge when ready

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Removing a cell in watch mode prevents redeclaring variables

2 participants