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
Is your feature request related to a problem? Please describe.
Compile time defines used for controlling reporting levels, also needless redefine ut_assert functions defeats the reporting of function and line number
Describe the solution you'd like
ut_assert provides for run-time reporting levels, use them instead of compile time defines. This will also then cause the line number and file to be useful.
Describe alternatives you've considered
None
Additional context
None
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Compile time defines used for controlling reporting levels, also needless redefine ut_assert functions defeats the reporting of function and line number
Describe the solution you'd like
ut_assert provides for run-time reporting levels, use them instead of compile time defines. This will also then cause the line number and file to be useful.
Describe alternatives you've considered
None
Additional context
None
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: