robotpy / robotpy-commands-v2

Python implementation of the WPILib Command Framework (2020+)
Other
2 stars 14 forks source link

Add Proxy/DeferredCommand docs and deprecate ProxyCommand supplier constructor #61

Open DeltaDizzy opened 2 weeks ago

DeltaDizzy commented 2 weeks ago

First time writing much serious python so dont be afraid to fine tooth comb it!

TheTripleV commented 2 weeks ago

after https://github.com/wpilibsuite/allwpilib/pull/6553

virtuald commented 2 weeks ago

git-source-track information needs to be updated too, probably should add it to CI and a document for how one does that.

DeltaDizzy commented 2 weeks ago

git-source-track information needs to be updated too, probably should add it to CI and a document for how one does that.

Indeed, it's not really clear what upstream is in this case or what specifically to update.