Skip to content
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

Latest ILSpy treat different locals as the same local #3279

Closed
CreateAndInject opened this issue Sep 20, 2024 · 3 comments
Closed

Latest ILSpy treat different locals as the same local #3279

CreateAndInject opened this issue Sep 20, 2024 · 3 comments
Labels
Bug Decompiler The decompiler engine itself

Comments

@CreateAndInject
Copy link
Contributor

CreateAndInject commented Sep 20, 2024

ChromFormCtrl::CreateDocStatistics

Latest ILSpy is wrong:
image

Old ILSpy is right:
image

@CreateAndInject CreateAndInject added Bug Decompiler The decompiler engine itself labels Sep 20, 2024
@CreateAndInject
Copy link
Contributor Author

Fortunately, one local is int and another one is float, and a float local can not be used as index, so that we can find the issue in compile-time, otherwise it's hard to find such issue in run-time

@CreateAndInject
Copy link
Contributor Author

CreateAndInject commented Sep 20, 2024

This issue is produced by #3243, make sure those issues fixed by #3243 won't come back to wrong state when this issus get fixed.

@CreateAndInject
Copy link
Contributor Author

@siegfriedpammer Seems 966b99a also fix this issue, if you're sure, you can close this issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Decompiler The decompiler engine itself
Projects
None yet
Development

No branches or pull requests

2 participants