call getKnownJavacLints error when locale language is chinese
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 205
- Forks
- 129
- PR merge metrics
- No merged PRs in 30d
Description
reason:
When compiling graalvmjdk, mx calls getKnownJavacLints if the local language is Chinese, it will cause UnicodeDecodeError: 'utf-8' codec can't decode byte 0xbf in position 19: invalid start byte, and there is no problem if the local language is English
resolution:
Add errors="ignore" named parameter to ignore errors when decoding strings
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the mx codebase for getKnownJavacLints, then inspect how it decodes compiler output. Reproduce the failure with a Chinese locale and verify that decoding no longer raises UnicodeDecodeError while compiling GraalVM JDK.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100