robotpy / robotpy-commands-v2

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

Deprecate deadlineWith and add deadlineFor instead #59

Closed spacey-sooty closed 2 weeks ago

spacey-sooty commented 2 weeks ago

From https://github.com/wpilibsuite/allwpilib/pull/6544

TheTripleV commented 2 weeks ago

needs a test. You can copy and paste the existing deadlineWith one.

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.

spacey-sooty commented 2 weeks ago

needs a test. You can copy and paste the existing deadlineWith one.

Should I delete the deadlineWith one as well?

TheTripleV commented 2 weeks ago

Keep it for now since its still supported