Gold856
Gold856
#6132 removes 84 warnings.
#6325 covered actions/setup-python, actions/setup-java, and most of actions/github-script. #6692 covered lukka/get-cmake, lukka/run-vcpkg, and most of mozilla-actions/sccache-action. #6758 covers the rest.
If you use suppliers, how do you change the constraints? `TrapezoidProfile` and `ExponentialProfile` both use different constraints.
Would vendors implement the bus sim hooks, or would we? I have a SocketCAN extension, and I was kind of thinking about PRing that here.
> If you aren't using a custom HAL, I don't think it will actually connect to any SPI bus unless you're linked to a HAL that allows that (and the...
Maybe not, but nearly **every** device, both in WPILib and in vendordeps, have a condition where if a valid sim device is created (HAL_CreateSimDevice doesn't return 0), it won't use...
How would vendordeps be handled? I'm using this to force REVLib to use its real code path for CANSparkMaxes. Also, what would level would the disables be on? Device-level? IO-level?...
Since #5521 was implemented, getting all the faults can now be done with a simple for loop.
Is there a reason why the JSON file from the frc-docs repo can't be used?
Lucky for you, we already have workarounds. If you look at the [Comment Command workflow](https://github.com/wpilibsuite/allwpilib/blob/main/.github/workflows/comment-command.yml), you'll see that we clone the repo, then use the GitHub CLI to checkout the...