-
Notifications
You must be signed in to change notification settings - Fork 33
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
Reiwa #176
Conversation
… For Locale.US, two pass in ScalaJS and one fails. For Locale.CANADA, one passes in ScalaJS and two fail. Run `testOnly org.threeten.bp.format.TestDateTimeTextPrinting`
Signed-off-by: Carlos Quiroz <carlos.m.quiroz@gmail.com>
after this I'm getting:
caught by Scala community build |
oh, sorry, I guess it's actually expected that it fails on JDK 8? would maybe be a bit nicer if the test were conditionalized on that |
Indeed, I updated to jdk13 |
as you wish, for yourself and your own contributors (I can exclude the test in the community build, so it's not really a problem for me) |
why isn't it sufficient to check the JVM version at runtime? |
This PR uses a constant Reiwa added in recent versions of the jvm, attempts to run on jvm 8 will fail to compile |
Add support for Japanese Reiwa era, see ThreeTen#124
Note we need to run this PR on jdk 13
Includes #172