-
Notifications
You must be signed in to change notification settings - Fork 12
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
Umbrella issue: Multi-language support - check and polish it for open source release #658
Comments
Java , Ruby, JS (needs to be tested, based on my discussions) , other than these three anything more for Barcelona? So, it is better to test and ensure these work first? |
We have simple examples in this repo (in the examples/ directory). That's what I was referring to. We have a separate repo of non-trivial demos (the repo is DCAP-Sapphire-Examples). I would suggest that we rename it '...-Demos' to avoid confusion. |
Current status on Ruby Example with Graal RC14:
Issue created #725 |
Hi, PR (#736) is raised for the Javascript stub generation issue. The added code can be removed once the original issue oracle/graal#678 is fixed. Note: the below combinations tested with the primitive data types and those are working fine. Attached test reports with PR (#736) |
Multi-Lang status :
Post RC9 till RC16 status is same |
@quinton-hoole @skdwriting @VenuReddyHuawei @sungwook-moon |
Hi Amit, |
@skdwriting |
Multi-language support - integration tests and example tutorials should cover at least 3 sufficiently different languages well (e.g. Java, Ruby, Python, and ideally an LLVM language like Rust or C++), as well as any other related languages.(JavaScript, Kotlin etc). At least some of the examples should cover client and server written in different languages, and passing user defined types between them.
See #654.
Detail to be filled in here. Individual issues and PR's to be linked to this issue.
Check list: (please add/remove as required, and check off once complete):
Same language for client and server:
Examples of different languages for client and server (please add/remove as required, and check once verified):
The text was updated successfully, but these errors were encountered: