Skip to content

Allow foreign units in double item definitions

John Tourtellott requested to merge john.tourtellott/smtk:foreign-units into master

Updates smtk to remove the requirement that all units strings be recognized by the units system.

  • An smtkWarningMacro is invoked in Debug build for each unrecognized units string.
  • For double items with foreign units, the UI will include the units string in the item label.
  • The infix expression-result UI is also updated to display the units for the recognized case.

Screen_Shot_2023-07-19_at_4.54.43_PM

Merge request reports