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
Attempts to update the NT* definitions have run into the problem of breakage with clients using the normativeTypesCPP module with its extremely strict (and often unnecessary) type checks epics-base/normativeTypesCPP#15. What was intended as a linter check ended up being applied by regular clients.
The (definitive, prospective, speculative?) NT wiki conversion https://github.com/epics-base/normativeTypesCPP/wiki/Normative+Types+Specification#display_t shows a display_t as having a precision and form rather than a format string.
p4p has the old format string:
https://github.com/mdavidsaver/p4p/blob/master/src/p4p/nt/scalar.py#L123
Is precision and form the new standard? If so, can we update? Shall I have a go at it?
The text was updated successfully, but these errors were encountered: