-
Notifications
You must be signed in to change notification settings - Fork 41
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
Question: Scala Native build #192
Comments
Thanks for the ping. This will be blocked by the same reason as: If we can make it work on Scala.js, then Scala Native can follow closely. Off the top of my head the primary issues are:
I am still motivated on this, and have been slowly working on it.
SInce I last checked the codebase there could be new issues that I missed. |
Great stuff. Thank you for the detailed update and your titanic efforts to get all the things around Scala Native and JS going forward! As for optional web-sockets support. Kubernetes-client is using web-sockets in PodsApi for running a pod exec command and upload/download files. This functionality can be quite important for Kubernetes Operators, which could be potentially written with help of THIS project and Scala Native. Looking forwards to updates on this subject. Also, I will be able to contribute smaller parts related to above list, if you have something to share as small task. |
Awesome! Yes, this is what I thought—so that Ember Web Socket client will be quite important.
Thanks! If you have time, the circe-scala-yaml project I linked needs some basic maintenance work to revive the test suites and stuff. Right now it is mostly a hasty fork of circe-yaml with the parser swapped out :) |
Something else you can look into, is cross-platform the kubernetes-client/kubernetes-client/src/com/goyeau/kubernetes/client/util/SslContexts.scala Line 20 in caf15b3
After that, it looks like it is a matter of getting data out of the |
Google Summer of Code http4s Ember Websocket Client project is now announced! Please spread the word :) |
@armanbilge I will have a look at the |
@joan38 , @armanbilge Is it possible to use kubernetes-client with Scala Native? If not - what does prevent us from making this happen? Some particular Java package is not yet available in Scala Native target?
The text was updated successfully, but these errors were encountered: