Skip to content

Replace List used as stack with LocalVector#100433

Closed
YYF233333 wants to merge 2 commits intogodotengine:masterfrom
YYF233333:stack_list
Closed

Replace List used as stack with LocalVector#100433
YYF233333 wants to merge 2 commits intogodotengine:masterfrom
YYF233333:stack_list

Conversation

@YYF233333
Copy link
Contributor

@YYF233333 YYF233333 commented Dec 15, 2024

Needs #99955 and include it.

Replace local variable List used as stack (which means no push_front()/pop_front()). Class members are planned in following PR.

Most of these variables have a lifetime no longer than a screen of code, so should be easy to review.

The one in editor/filesystem_dock.cpp is named as queue while it is actually a stack.

@YYF233333
Copy link
Contributor Author

Same as #99936. I’ll recreate this one with a better approach and scope once I've done the overall evaluating.

@YYF233333 YYF233333 closed this Jan 6, 2025
@YeldhamDev YeldhamDev removed this from the 4.x milestone Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants