marimo icon indicating copy to clipboard operation
marimo copied to clipboard

fix: per-block reference resolution

Open akshayka opened this issue 7 months ago • 3 comments

For each instance of a referenced name, we need to track the blocks it appears in; previously, references on new blocks (scopes) were evicting references on other scopes. These newer references could be resolved but the other ones weren't, leading to us drop references.

Fixes #4742

akshayka avatar Apr 30 '25 04:04 akshayka

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 30, 2025 4:53pm

vercel[bot] avatar Apr 30 '25 04:04 vercel[bot]

~~Pushed a couple other global fixes. If there are other issues with global, let's handle those in a different PR/issue (unless they are caused by the change in this PR).~~

akshayka avatar Apr 30 '25 07:04 akshayka

Converting to a draft, may not have time to get to this in the immediate future.

akshayka avatar Apr 30 '25 07:04 akshayka

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

github-actions[bot] avatar May 01 '25 08:05 github-actions[bot]