You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior: Devs / users should have knobs to let deprecations trigger warnings or errors, separate from (or extending) sdf::EnforcementPolicy::ERR.
Actual behavior: Deprecations are warnings, and turn into errors with sdf::EnforcementPolicy::ERR, which hurts libs that want to be strict, but still admit deprecations.
Environment
N/A. Source code rather.
Description
sdf::EnforcementPolicy::ERR
.sdf::EnforcementPolicy::ERR
, which hurts libs that want to be strict, but still admit deprecations.See: RobotLocomotion/drake#14852 (review)
Relates #481
Steps to reproduce
N/A
Output
N/A
The text was updated successfully, but these errors were encountered: