allwpilib icon indicating copy to clipboard operation
allwpilib copied to clipboard

Commands update requirements inconsistently

Open virtuald opened this issue 1 year ago • 2 comments

There are some commands that update requirements via m_requirements, and some that call addRequirements? probably should always call addRequirements?

virtuald avatar Jan 22 '24 05:01 virtuald

Any examples of commands that update via m_requirements?

spacey-sooty avatar Jan 22 '24 07:01 spacey-sooty

Sure, just search for m_requirements.addAll, there's a bunch of them in Java

virtuald avatar Jan 22 '24 08:01 virtuald