-
Notifications
You must be signed in to change notification settings - Fork 63
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
Support .java source actions in some fashion #16
Comments
Hasn't there been a proposal by somebody to have "compiling-actions" where we an action is called on action creation and creates the binary outputs that we today "manually" create in the swift runtime for example. Would be nice to have a principled approach here. |
Yes @markusthoemmes me and others have proposed this I think we keep referring them as "init-actions", "compiled-actions" Yes it would be nice to have this approach here I agree 💯 |
@csantanapr @markusthoemmes The current solution compiles a .java into .class in memory and loads it to VM. No real .class files are generated. The approach is suitable for single file and no dependecy actions but nothing else, unless we want to add some known Java libraries to the runtime by default. I think "init-actions" can be suitable for an actualy maven/gradle build. |
by @gorkem from #12 (comment)
by @csantanapr #12 (comment)
by @csantanapr #12 (comment)
by @rabbah #12 (comment)
by @kameshsampath #12 (comment)
The text was updated successfully, but these errors were encountered: