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
DisplayWithCurrentlyCompiledFunctionLocation( Concatenation( "WARNING: Could not find matching declaration of ", gvar, " for input ", String( input_filters ) ) );
155
+
ErrorWithCurrentlyCompiledFunctionLocation( Concatenation( "WARNING: Could not find matching declaration of ", gvar, " for input ", String( input_filters ) ) );
156
156
returnfail;
157
157
158
158
elif Length( type_signatures ) >1then
@@ -428,7 +428,7 @@ InstallGlobalFunction( CAP_JIT_INTERNAL_INFERRED_DATA_TYPES, function ( tree, in
428
428
429
429
if tree.type ="EXPR_INT"then
430
430
431
-
data_type :=rec( filter :=IsInt );
431
+
data_type :=rec( filter :=IsSmallIntRep );
432
432
433
433
elif tree.type ="EXPR_STRING"then
434
434
@@ -519,6 +519,7 @@ InstallGlobalFunction( CAP_JIT_INTERNAL_INFERRED_DATA_TYPES, function ( tree, in
0 commit comments