allwpilib
allwpilib copied to clipboard
Add command.repeatdly(int count) to both java and c++
Currently, the unit tests fail and there are a lot of print statements for whoever might be checking into this.
The problem is. The exact same function calls create different results between C++ and Java. I may just be the idiot but it seems to require further look into
The debug's are in different commits making it a lot easier to revert them if needed.
/format
This was stated in Discord, but tests are probably failing because of an inconsistent order of when the commands in the internal deadline group are checked, which should be fixed by #6602.
Thanks to #6602 being merged, the tests pass correctly.
I reverted back the print code and rebased them out for a cleaner history.
fix formatting with rebase + force push:
/format
Force pushing to rebase with main and revert the format commit (broke the entire PR lol)
/format