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

Fix mutability issue leading to wrong behavior in //ascend and //descend #3101

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

SirYwell
Copy link
Member

@SirYwell SirYwell commented Feb 3, 2025

Overview

Description

//ascend and //descend functionality used a mutable vector, but the vector got modified in another method. This caused the commands to misbehave. Simply reverting to the original WE code fixes that. As this isn't performance critical, using immutable vectors seems to be fine.

Submitter Checklist

Preview Give feedback

@SirYwell SirYwell requested a review from a team as a code owner February 3, 2025 16:19
@github-actions github-actions bot added the Bugfix This PR fixes a bug label Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugfix This PR fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant