-
-
Notifications
You must be signed in to change notification settings - Fork 464
Closed
Labels
Buggeneral bugs; can be anythinggeneral bugs; can be anythingGood First IssueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.Help Wantedup for grabsup for grabs
Description
This check bails before it gets to the variant handling check:
if (td->fieldType != FIELD_FLOAT
&& td->fieldType != FIELD_TIME)
{
return pContext->ThrowNativeError("Data field %s is not a float (%d != [%d,%d])",
prop,
td->fieldType,
FIELD_FLOAT,
FIELD_TIME);
}The other type functions appear to all be correct, it is only the float ones affected.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Buggeneral bugs; can be anythinggeneral bugs; can be anythingGood First IssueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.Help Wantedup for grabsup for grabs