Skip to content

Add few comments-for-julia in FreydCategoriesForCAP #1731

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion FreydCategoriesForCAP/PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SetPackageInfo( rec(

PackageName := "FreydCategoriesForCAP",
Subtitle := "Freyd categories - Formal (co)kernels for additive categories",
Version := "2025.04-01",
Version := "2025.04-02",
Date := (function ( ) if IsBound( GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE ) then return GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE; else return Concatenation( ~.Version{[ 1 .. 4 ]}, "-", ~.Version{[ 6, 7 ]}, "-01" ); fi; end)( ),
License := "GPL-2.0-or-later",

Expand Down
3 changes: 1 addition & 2 deletions FreydCategoriesForCAP/gap/AdelmanCategory.gi
Original file line number Diff line number Diff line change
Expand Up @@ -1375,6 +1375,7 @@ end );
##
####################################

#= comment for Julia
##
InstallMethod( Display,
[ IsAdelmanCategoryMorphism ],
Expand All @@ -1387,7 +1388,6 @@ InstallMethod( Display,

end );


##
InstallMethod( Display,
[ IsAdelmanCategoryObject ],
Expand All @@ -1406,7 +1406,6 @@ InstallMethod( Display,

end );

#= comment for Julia
##
InstallMethod( LaTeXOutput,
[ IsAdelmanCategoryObject ],
Expand Down
2 changes: 2 additions & 0 deletions FreydCategoriesForCAP/gap/CategoryOfColumns.gi
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ end );
##
####################################

#= comment for Julia
##
InstallMethod( Display,
[ IsCategoryOfColumnsMorphism ],
Expand All @@ -246,6 +247,7 @@ InstallMethod( Display,
Display( StringMutable( category_of_columns_morphism ) );

end );
# =#

##
InstallMethod( String,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,8 @@ end );
##
####################################

#= comment for Julia
##
InstallMethod( Display,
[ IsGradedRowOrColumn ],
function( graded_row_or_column )
Expand Down Expand Up @@ -272,7 +274,7 @@ InstallMethod( Display,
fi;

end );

# =#


####################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ end );
##
####################################

#= comment for Julia
##
InstallMethod( Display,
[ IsGradedRowOrColumnMorphism ],
function( graded_row_or_column_morphism )
Expand All @@ -184,7 +186,7 @@ InstallMethod( Display,
Print( StringMutable( graded_row_or_column_morphism ) );

end );

# =#


####################################
Expand Down
5 changes: 4 additions & 1 deletion FreydCategoriesForCAP/gap/CategoryOfRows.gi
Original file line number Diff line number Diff line change
Expand Up @@ -1430,6 +1430,7 @@ AddFinalDerivationBundle( "Using BasisOfExternalHom and CoefficientsOfMorphism t
##
####################################

#= comment for Julia
##
InstallMethod( Display,
[ IsCategoryOfRowsMorphism ],
Expand All @@ -1453,6 +1454,7 @@ InstallMethod( Display,
Display( StringMutable( category_of_rows_morphism ) );

end );
# =#

##
InstallMethod( String,
Expand All @@ -1465,6 +1467,7 @@ InstallMethod( String,
" of rank ", String( RankOfObject( category_of_rows_object ) ) );

end );

##
InstallMethod( ViewString,
[ IsCategoryOfRowsObject ],
Expand All @@ -1485,6 +1488,7 @@ InstallMethod( DisplayString,

end );

#= comment for Julia
##
InstallMethod( LaTeXOutput,
[ IsCategoryOfRowsObject ],
Expand All @@ -1495,7 +1499,6 @@ InstallMethod( LaTeXOutput,

end );

#= comment for Julia
##
InstallMethod( LaTeXOutput,
[ IsCategoryOfRowsMorphism ],
Expand Down
2 changes: 2 additions & 0 deletions FreydCategoriesForCAP/gap/CoFreydCategory.gi
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ end );
##
####################################

#= comment for Julia
##
InstallMethod( Display,
[ IsCoFreydCategoryObject ],
Expand Down Expand Up @@ -188,3 +189,4 @@ InstallMethod( Display,
Print( Concatenation( StringMutable( co_freyd_category_morphism ), "\n\n" ) );

end );
# =#
2 changes: 2 additions & 0 deletions FreydCategoriesForCAP/gap/CokernelImageClosure.gi
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,7 @@ end );
##
####################################

#= comment for Julia
##
InstallMethod( Display,
[ IsCokernelImageClosureObject ],
Expand Down Expand Up @@ -757,6 +758,7 @@ InstallMethod( Display,
Display( MorphismDatum( cokernel_image_closure_morphism ) );

end );
# =#

####################################
##
Expand Down
2 changes: 1 addition & 1 deletion FreydCategoriesForCAP/gap/FreydCategory.gi
Original file line number Diff line number Diff line change
Expand Up @@ -1972,6 +1972,7 @@ end );
##
####################################

#= comment for Julia
##
InstallMethod( Display,
[ IsFreydCategoryMorphism ],
Expand Down Expand Up @@ -2045,7 +2046,6 @@ InstallMethod( LaTeXOutput,

end );

#= comment for Julia
##
InstallMethod( LaTeXOutput,
[ IsFreydCategoryMorphism ],
Expand Down