-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[Feature Request][compiler-v2] Dead code analysis #11147
Labels
compiler-v2
enhancement
New feature or request
stale-exempt
Prevents issues from being automatically marked and closed as stale
Comments
sausagee
added
compiler-v2
stale-exempt
Prevents issues from being automatically marked and closed as stale
enhancement
New feature or request
labels
Dec 1, 2023
Includes detecting unreachable code. Includes unused variables which are not starting with |
To add a bit more structure, here is a list of various warnings that need to be implemented in v2:
The plan is to break these down into smaller pieces and tackle them. |
github-project-automation
bot
moved this from For Grabs
to ✅ Done
in Move Language and Runtime
Jan 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
compiler-v2
enhancement
New feature or request
stale-exempt
Prevents issues from being automatically marked and closed as stale
Identify dead code and produce errors for it. Also identify unused types, functions, variables and fields
The text was updated successfully, but these errors were encountered: