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
if category <>falseandnot HasRangeCategoryOfHomomorphismStructure( category ) then
258
-
259
-
Display( Concatenation( "WARNING: You are calling an Add function for a CAP operation for \"", Name( category ), "\" which is part of a homomorphism structure but the category has no RangeCategoryOfHomomorphismStructure (yet)" ) );
260
-
261
-
fi;
235
+
return ValueGlobal( "IsJuliaObject" );
262
236
263
-
if category <>falseand HasRangeCategoryOfHomomorphismStructure( category ) then
if category <>falseandnot HasRangeCategoryOfHomomorphismStructure( category ) then
271
-
272
-
Display( Concatenation( "WARNING: You are calling an Add function for a CAP operation for \"", Name( category ), "\" which is part of a homomorphism structure but the category has no RangeCategoryOfHomomorphismStructure (yet)" ) );
273
-
274
-
fi;
239
+
return filter;
275
240
276
-
if category <>falseand HasRangeCategoryOfHomomorphismStructure( category ) then
Copy file name to clipboardExpand all lines: CompilerForCAP/gap/EnhancedSyntaxTree.gi
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -525,7 +525,7 @@ InstallGlobalFunction( ENHANCED_SYNTAX_TREE, function ( func )
525
525
526
526
# using LocationFunc causes a segfault (https://github.com/gap-system/gap/issues/4507)
527
527
# COVERAGE_IGNORE_NEXT_LINE
528
-
Print( "WARNING: operation ", tree.funcref.gvar, ", located in function at ", FilenameFunc( func ), ":", StartlineFunc( func ), "can probably not be resolved.\n" );
528
+
Print( "WARNING: operation ", tree.funcref.gvar, ", located in function at ", FilenameFunc( func ), ":", StartlineFunc( func ), "with name\n", NameFunction( func ), "\ncan probably not be resolved.\n" );
0 commit comments