Skip to content

Maintain the same module cache for an application scope#311

Merged
kriszyp merged 4 commits intomainfrom
maintain-scope-module-cache
Apr 2, 2026
Merged

Maintain the same module cache for an application scope#311
kriszyp merged 4 commits intomainfrom
maintain-scope-module-cache

Conversation

@kriszyp
Copy link
Copy Markdown
Member

@kriszyp kriszyp commented Apr 1, 2026

Making multiple import calls into a shared module cache revealed a bunch of problems. After a few hours of claude failing to fix these problems, found a better solution seemed to be linking modules by switching to synchronous module linking process.

@kriszyp kriszyp marked this pull request as ready for review April 1, 2026 02:48
@kriszyp kriszyp requested a review from a team as a code owner April 1, 2026 02:48
@kriszyp kriszyp changed the title Maintain the same module cache for an application scope, and a number… Maintain the same module cache for an application scope Apr 1, 2026
kriszyp added 3 commits April 1, 2026 09:31
… of fixes for linking modules with asynchronous loading of multiple modules
@kriszyp kriszyp force-pushed the maintain-scope-module-cache branch from 87da8e3 to fc88d14 Compare April 1, 2026 15:32
@kriszyp kriszyp merged commit 053db64 into main Apr 2, 2026
21 of 22 checks passed
@kriszyp kriszyp deleted the maintain-scope-module-cache branch April 2, 2026 14:35
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.

2 participants