-
Notifications
You must be signed in to change notification settings - Fork 677
[copybara] mostrobotpy to allwpilib #8503
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
base: 2027
Are you sure you want to change the base?
[copybara] mostrobotpy to allwpilib #8503
Conversation
GitOrigin-RevId: 82bfc8c9cd221d50c146b8cbfdd750eef17224a1
PeterJohnson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Multiple changes to repo URLs that had been set for 2027; did something change to make these no longer necessary?
I zero'd out the |
This is a high churn change whenever `mostrobotpy` switches from pointing to `release-2027` to `development-2027`. The value isn't used by the bazel build scripts, so there is no reason to have a zero impact change on ~11 files muddying up the synchronization diffs. In the `allwpilib -> mostrobotpy` direction, we update [this ](https://github.com/robotpy/mostrobotpy/blob/main/rdev.toml) config file and run [this](https://github.com/robotpy/mostrobotpy/blob/main/rdev.sh) script which updates it in that repo during. I manually did this change in #8503, but this will do it automatically in the future
…otpy_to_allwpilib
GitOrigin-RevId: 1be856013b97aeb4664280d4e3d26fb9e25d3adb
|
Now updated to include this |
Resync with
mostrobotpyThis mostly involves the big "ignore almost everything in the HAL project" and some fixups for the Addressable LED classes.
Required two small hand fixes to get it building over here with bazel, and with more compiler warnings on.
I also manually zeroed out the
repo_urlfield in the toml files to avoid unnecessary churn whenever it goes from a release build to a development build. I already did this withversionfield in there, and will do a follow up PR that updates the copybara script to do it automatically.