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 State Machine Inheritance Scope #177

Merged
merged 1 commit into from
Feb 6, 2024
Merged

Fix State Machine Inheritance Scope #177

merged 1 commit into from
Feb 6, 2024

Conversation

Byrdman32
Copy link
Member

@Byrdman32 Byrdman32 commented Feb 6, 2024

Moved the inherited methods from AutonomyThread from Public to Private Scope

Resolves #176

Moved the inherited methods from AutonomyThread from Public to Private Scope
@Byrdman32 Byrdman32 added bug Unexpected behaviors or issues that cause the software to malfunction or produce incorrect results. 1-Star Indicates a very easy task or challenge, suitable for beginners with minimal effort required. formatting Issues related to code formatting, style enforcement, or linting tasks. cleanup Code refactoring or cleanup tasks to remove deprecated features, improve clarity, or ensure code qua labels Feb 6, 2024
@Byrdman32 Byrdman32 added this to the URC 2024 - Sprint 2b milestone Feb 6, 2024
@Byrdman32 Byrdman32 self-assigned this Feb 6, 2024
@Byrdman32 Byrdman32 requested a review from a team as a code owner February 6, 2024 19:47
@Byrdman32 Byrdman32 merged commit 2e00909 into development Feb 6, 2024
9 checks passed
@Byrdman32 Byrdman32 deleted the hotfix/#176 branch February 6, 2024 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1-Star Indicates a very easy task or challenge, suitable for beginners with minimal effort required. bug Unexpected behaviors or issues that cause the software to malfunction or produce incorrect results. cleanup Code refactoring or cleanup tasks to remove deprecated features, improve clarity, or ensure code qua formatting Issues related to code formatting, style enforcement, or linting tasks.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improper Inherited Method Scope
2 participants