-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Bugfix 3375: Fix bug when pasing .interp file #3419
Conversation
sync code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@parrt Good patch for the Java interpreter data reader and a new test that probably needs a change wrt to the test reorg.
Hi! Thanks. could you also sign the contributors.txt file? Thanks! |
@mike-lischke I'll tweak the test upon merging. |
@Tinker1024 please ping with |
|
I have rised a issue #3375 when I was reading codes in runtime module.
The bug will lead the parseFile() to strange error.
So I open this PR to fix it.
fixes #3375