You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a long process that must be done in multiple PRs that will each go into a 2024 branch until each of them is completed, where there will be one giant PR from 2024 to main. The PRs should preferably be done in this order:
Update WPILib and vendordeps (with minimal code changes except changing removed methods to new methods, even deprecated methods won't be touched yet) Update WPILib and Vendordeps to 2024 #110
Fix build.gradle (WPILib added some garbage cleanup that we need to add to our custom build.gradle) Fix build.gradle for 2024 #111
Setup simple command system (each subsystem will have an extra class that contains simple commands that only depend on it) Setup simple command system #117
This is a long process that must be done in multiple PRs that will each go into a 2024 branch until each of them is completed, where there will be one giant PR from 2024 to main. The PRs should preferably be done in this order: