Skip to content

Commit bf669e4

Browse files
authored
Merge pull request #203 from zickgraf/master
Adjust to homalg-project/CategoricalTowers#217
2 parents cbc1945 + 6a5e380 commit bf669e4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

PackageInfo.g

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SetPackageInfo( rec(
1010

1111
PackageName := "FinSetsForCAP",
1212
Subtitle := "The elementary topos of (skeletal) finite sets",
13-
Version := "2023.05-07",
13+
Version := "2023.05-08",
1414

1515
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)( ),
1616
License := "GPL-2.0-or-later",

gap/precompiled_categories/CategoryOfSkeletalFinSetsPrecompiled.gi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -763,8 +763,8 @@ function ( cat_1, l_1, m_1 )
763763
end );
764764
deduped_25_1 := Length( deduped_26_1 );
765765
deduped_24_1 := [ 0 .. deduped_25_1 - 1 ];
766-
hoisted_13_1 := List( deduped_24_1, function ( logic_new_func_x_2 )
767-
return REM_INT( QUO_INT( CAP_JIT_INCOMPLETE_LOGIC( deduped_26_1[1 + logic_new_func_x_2] ), deduped_32_1 ), deduped_33_1 );
766+
hoisted_13_1 := List( deduped_24_1, function ( i_2 )
767+
return REM_INT( QUO_INT( CAP_JIT_INCOMPLETE_LOGIC( deduped_26_1[1 + i_2] ), deduped_32_1 ), deduped_33_1 );
768768
end );
769769
deduped_23_1 := Filtered( [ 0 .. deduped_25_1 * deduped_33_1 - 1 ], function ( x_2 )
770770
local deduped_1_2;
@@ -812,7 +812,7 @@ function ( cat_1, l_1, m_1 )
812812
end
813813
########
814814

815-
, 5420 : IsPrecompiledDerivation := true );
815+
, 19767 : IsPrecompiledDerivation := true );
816816

817817
##
818818
AddSomeInjectiveObject( cat,

0 commit comments

Comments
 (0)