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

runtime: Support applets with multiple Starlark files #1041

Merged
merged 1 commit into from
Apr 18, 2024
Merged

Conversation

rohansingh
Copy link
Member

With NewAppletFromFS, process all the Starlark files in the root directory to look for main() and schema() functions.

Also allow files to load other Starlark files.

@rohansingh rohansingh force-pushed the rohan/bundle branch 2 times, most recently from c3facc7 to 08844f2 Compare April 18, 2024 02:15
@rohansingh rohansingh requested a review from matslina April 18, 2024 02:18
With `NewAppletFromFS`, process all the Starlark files in the root
directory to look for `main()` and `schema()` functions.

Also allow files to load other Starlark files.
@rohansingh rohansingh merged commit ce0d274 into main Apr 18, 2024
7 checks passed
@rohansingh rohansingh deleted the rohan/bundle branch April 18, 2024 16:26
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