-
Notifications
You must be signed in to change notification settings - Fork 50
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
[jnigen] Fix summarizer encoding #1127
Conversation
PR HealthChangelog Entry ✔️Details
Changes to files need to be accounted for in their respective changelogs. Coverage ✔️Details
This check for test coverage is informational (issues shown here will not fail the PR). License Headers ✔️Details
All source files should start with a license header. Unrelated files missing license headers
Package publish validation ❗Details
Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation. This check can be disabled by tagging the PR with |
Ok I don't know what wrong with my machine >.< this is output using -o option. |
Oh, this screenshot says Unhandled exception. This collectOutputStream method might throw FormatException? ApiSummarizer.jar's stderr's encoding is not in UTF-8? |
I changed that now as well. Probably easier to revert these changes and instead use a jvm flag when compiling using mvn. Java 18 and onwards will not have this problem btw as it is going to be UTF-8 by default! https://openjdk.org/jeps/400 – well, maybe not for console I/O but at least for other things! |
a796761
to
2445bac
Compare
Closing this in favor of #1141 |
Closes #1118
@glanium Please check if this works for you.
Use this dev dependency to test: