Skip to content

fix: resolve TODO - use handle scope in RenderExec::exec() for load#116

Open
aditya-8787 wants to merge 1 commit into
metacall:masterfrom
aditya-8787:render-exec-handle
Open

fix: resolve TODO - use handle scope in RenderExec::exec() for load#116
aditya-8787 wants to merge 1 commit into
metacall:masterfrom
aditya-8787:render-exec-handle

Conversation

@aditya-8787

Copy link
Copy Markdown

Previously, load::from_single_file was called with None for the
handle argument, loading render scripts into the global MetaCall scope.
This resolves the TODO by using a locally-scoped load::Handle for
each RenderExec::exec() call, isolating each render script to prevent
potential function name collisions across pages.
image
image

@hulxv hulxv requested review from viferga March 27, 2026 05:00
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