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
I had not though about this, but I guess some of the fix PRs did not have one fix
that was in the legacy version of the runtime, copied in to the v4 branch. This
commit fixes that.
Signed-off-by: Jim.Idle <[email protected]>
// Convert Singleton or Empty so both are arrays to normalize - We should not use the existing parameters
411
+
// here.
412
+
//
413
+
// TODO: I think that maybe the Prediction Context structs should be redone as there is a chance we will see this mess again - maybe redo the logic here
414
+
415
+
vararp, arb*ArrayPredictionContext
416
+
varokbool
417
+
ifarp, ok=a.(*ArrayPredictionContext); ok {
418
+
} elseif_, ok=a.(*BaseSingletonPredictionContext); ok {
0 commit comments