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

ScalaJS support #11

Merged
merged 7 commits into from
Jun 12, 2018
Merged

ScalaJS support #11

merged 7 commits into from
Jun 12, 2018

Conversation

hibikir
Copy link
Contributor

@hibikir hibikir commented Jun 12, 2018

For anyone using scalaJS, using the same serializers and data types in client and server is a big boon. A bit of the code in mwundo relies on java libraries or scala libraries that do not work in scalajs (spray, breeze, jts), but everything else should work just fine.

The large majority of the change is just move things around. There is a backwards compatibility break introduced though, as the Utils class had both JVM-only and generally useful classes in it. Therefore, I split it in two, one in shared, the other JVM-only sources. Therefore, I recommend that more than just the patch level is moved up.

@bkrodgers
Copy link
Contributor

Could you take a look at the failed travis build?

@hibikir
Copy link
Contributor Author

hibikir commented Jun 12, 2018

will fix

@bkrodgers bkrodgers merged commit 8c740a9 into Bayer-Group:master Jun 12, 2018
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.

None yet

2 participants