Skip to content

Fix runtime eval temp variable collision#213

Merged
pearmini merged 1 commit intomainfrom
fix/runtime-v-collision
Apr 27, 2026
Merged

Fix runtime eval temp variable collision#213
pearmini merged 1 commit intomainfrom
fix/runtime-v-collision

Conversation

@pearmini
Copy link
Copy Markdown
Collaborator

Use a unique internal result variable in safeEval to avoid TDZ/name collisions with user code (e.g. top-level v). Add a snapshot regression test.

Made-with: Cursor

Use a unique internal result variable in safeEval to avoid TDZ/name collisions with user code (e.g. top-level `v`). Add a snapshot regression test.

Made-with: Cursor
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Apr 27, 2026

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

Project Deployment Actions Updated (UTC)
recho-notebook Ready Ready Preview, Comment Apr 27, 2026 0:50am

@pearmini pearmini merged commit 5cd9812 into main Apr 27, 2026
3 checks passed
@pearmini pearmini deleted the fix/runtime-v-collision branch April 27, 2026 12:51
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.

1 participant