Skip to content

Commit 4b6736c

Browse files
authored
Merge pull request #1510 from zickgraf/master
Comment dummy ring declarations for Julia
2 parents 37a67c6 + 997fdce commit 4b6736c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CAP/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 := "CAP",
1212
Subtitle := "Categories, Algorithms, Programming",
13-
Version := "2023.11-02",
13+
Version := "2023.11-03",
1414
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)( ),
1515
License := "GPL-2.0-or-later",
1616

CAP/gap/DummyImplementations.gd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
#
2424
####################################
2525

26+
#= comment for Julia
27+
# IsRingElement(WithOne) is a union of types, which we cannot subtype
28+
2629
#! @Description
2730
#! The ⪆ filter of dummy rings.
2831
DeclareFilter( "IsDummyRing",
@@ -52,6 +55,7 @@ DeclareFilter( "IsDummyField",
5255
#! The ⪆ filter of elements of a dummy commutative ring.
5356
DeclareFilter( "IsDummyFieldElement",
5457
IsDummyCommutativeRingElement );
58+
# =#
5559

5660
####################################
5761
#

0 commit comments

Comments
 (0)