sdformat icon indicating copy to clipboard operation
sdformat copied to clipboard

Deprecate function overloads that do not use `sdf::Errors`

Open marcoag opened this issue 1 year ago • 0 comments

As part of the work being done here, once all functions have an option to use the sdf::Errors parameter, the function overloads that don't have it should be deprecated.

Desired behavior

Users of these functions should now use the sdf::Errors parameter to retrieve any errors and not rely on the library printing anything by itself.

marcoag avatar Oct 14 '22 05:10 marcoag