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

Deprecate robotInit() #6622

Open
calcmogul opened this issue May 13, 2024 · 2 comments · May be fixed by #6623
Open

Deprecate robotInit() #6622

calcmogul opened this issue May 13, 2024 · 2 comments · May be fixed by #6623
Labels
component: wpilibc WPILib C++ component: wpilibj WPILib Java good first issue Good for newcomers.

Comments

@calcmogul
Copy link
Member

The constructor is the language-level equivalent, and they run at the same time at startup.

@calcmogul calcmogul added component: wpilibj WPILib Java component: wpilibc WPILib C++ good first issue Good for newcomers. labels May 13, 2024
@spacey-sooty
Copy link
Contributor

Do we wanna deprecate this removing its behaviour immediately or leave the behaviour then remove it when we remove it?

@spacey-sooty spacey-sooty linked a pull request May 14, 2024 that will close this issue
@Starlight220
Copy link
Member

Deprecated functionality should still work until it is removed. If functionality is broken, it should be outright removed and not just deprecated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: wpilibc WPILib C++ component: wpilibj WPILib Java good first issue Good for newcomers.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants