Skip to content

Conversation

xuhuanzy
Copy link
Member

@xuhuanzy xuhuanzy commented Apr 8, 2025

fixes #348
fixes #350
fixes #345
fixes #351
fixes #299

@xuhuanzy xuhuanzy changed the title optimize class attr optimize Apr 8, 2025
@xuhuanzy xuhuanzy changed the title optimize optimize && fix Apr 8, 2025
@xuhuanzy xuhuanzy requested a review from CppCXY April 9, 2025 01:41
@CppCXY CppCXY requested a review from Copilot April 10, 2025 01:52
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 24 out of 24 changed files in this pull request and generated 1 comment.

}

let mut is_async = false;
let is_async;
Copy link

Copilot AI Apr 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The variable 'is_async' is declared and assigned values within the match arms but never used in the remaining code. If it is not needed for any later logic, consider removing it to avoid potential confusion.

Suggested change
let is_async;

Copilot uses AI. Check for mistakes.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

空文件?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

后面要用

@xuhuanzy xuhuanzy requested a review from CppCXY April 10, 2025 11:33
@CppCXY CppCXY merged commit e7e8818 into EmmyLuaLs:main Apr 11, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants