Skip to content

Fix toolbox not being rebuilt when mechanism name changes - #527

Merged
lizlooney merged 1 commit into
wpilibsuite:mainfrom
alan412:pr_fix_renaming_mechanism
Sep 5, 2026
Merged

Fix toolbox not being rebuilt when mechanism name changes#527
lizlooney merged 1 commit into
wpilibsuite:mainfrom
alan412:pr_fix_renaming_mechanism

Conversation

@alan412

@alan412 alan412 commented Aug 31, 2026

Copy link
Copy Markdown
Collaborator

Overview

This makes sure the toolbox is rebuilt when a mechanism name changes

Linked Issues

Fixes #526

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that causes existing functionality to change)
  • Documentation update
  • Code style/formatting updates
  • Refactoring / Renaming
  • Other

How Has This Been Tested?

Create mechanism, put in robot
Change name of mechanism, watch change occur in toolbox

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • [N/A] I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • [N/A] I have run through the [docs/testing_before_pr_checklist.md]

@alan412
alan412 requested a review from lizlooney August 31, 2026 17:18
@lizlooney
lizlooney merged commit 8593f88 into wpilibsuite:main Sep 5, 2026
1 check 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

Development

Successfully merging this pull request may close these issues.

Renaming a mechanism in the robot should update the name in the toolbox

2 participants