Skip to content

[WIP] Fix excessive const qualifiers on obj id and int#2

Draft
Copilot wants to merge 1 commit intodevelopfrom
copilot/remove-extra-const-qualifiers
Draft

[WIP] Fix excessive const qualifiers on obj id and int#2
Copilot wants to merge 1 commit intodevelopfrom
copilot/remove-extra-const-qualifiers

Conversation

Copy link
Copy Markdown

Copilot AI commented Feb 2, 2026

  • Identify all redundant const qualifiers in function parameters (excluding obj_id and int types)
  • Remove const from bool parameters
  • Remove const from uint64_t parameters (except when used as obj_id_t)
  • Remove const from size_t parameters
  • Update function declarations in header files
  • Update function implementations in source files
  • Build and test the changes
Original prompt

检查除了obj id和int多余的const限定符


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants