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

Java runtime should codegen all known modules #3923

Closed
wesbillman opened this issue Jan 7, 2025 · 1 comment
Closed

Java runtime should codegen all known modules #3923

wesbillman opened this issue Jan 7, 2025 · 1 comment
Labels
triage Issue needs triaging

Comments

@wesbillman
Copy link
Collaborator

In the go-runtime, we will generate module stubs for all built/deployed modules. This ensures that we have stubs to be used by modules even if they haven't been imported by that module yet. This makes the devx much better since you can just use types from any module in FTL.

You can see the issue in the demo video recording

@github-actions github-actions bot added the triage Issue needs triaging label Jan 7, 2025
@alecthomas alecthomas mentioned this issue Jan 7, 2025
@matt2e
Copy link
Collaborator

matt2e commented Jan 17, 2025

This works now

@matt2e matt2e closed this as completed Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Issue needs triaging
Projects
None yet
Development

No branches or pull requests

2 participants