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
Only checked in SBC mode thus far.
Impacts 3.6.beta1 and 3.6.beta2 (other versions not checked)
Various OM keys within boards[] do not report correctly for expansion boards. e.g:
The "unsupported type code" message comes from file DataTransfer.cpp so it SBC-specific. The full list of expression type codes is defined in file ObjectMode/TypeCode.h. TypeCode::CanExpansionBoardDetails is code 24. I think the code in DataTransfer just needs to call ExpressionValue::ExtractRequestedPart to handle this case.
That's right, TypeCode::CanExpansionBoardDetails wasn't supported in DataTransfer.cpp. My fix looks a bit different but it works as well - the underlying code calls ExtractRequestedPart, too. Please merge it into 3.5-dev and 3.6-dev.
Only checked in SBC mode thus far.
Impacts 3.6.beta1 and 3.6.beta2 (other versions not checked)
Various OM keys within boards[] do not report correctly for expansion boards. e.g:
In all cases these report:
unsupported type code 24
Other keys do report correctly, e.g.:
Work around:
Appending an empty string to the query/use of the result works:
e.g.
The text was updated successfully, but these errors were encountered: