-
Notifications
You must be signed in to change notification settings - Fork 24
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
Cross-build for Native #427
Conversation
…to feature/native
…to feature/native
How long until we could have a milestone build of idna4s? If soon, I'd rather avoid the temporary import of icu4j. |
Cool, I've just pushed a commit that replaces the icu4j Punycode port with what's currently on If we're okay to swallow any bincompat breaks / version bumps on Native while that finalizes, I think this is a very reasonable way forward. |
Opening for CI and pre-review.
As a hold-over until idna4s releases, I inlined a package-private Scala port of icu4j to roughly implement IDNA2008 for Scala Native. It is not a UTS46 implementation. But it does pass the test suite of the Punycode.js module currently used for Scala.js, and it doesn't require any dependencies.