Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix generation of package interface when modules are cached #4252

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

GearsDatapacks
Copy link
Member

This PR follows on from #3669 and fixes #2898.
It uses partly the same approach of using the ModuleInterface (the part which is cached) to generate the package interface, rather than the AST. However, this is implemented in such a way that the cached modules do not need to be cloned when doing so.

@GearsDatapacks GearsDatapacks force-pushed the package-interface branch 2 times, most recently from 6315d0a to 2087f6d Compare February 19, 2025 21:38
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.

gleam export package-interface produces empty modules object
1 participant