From 881eed1b7798091db47fdba23614f4544454a5c3 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Fri, 1 Nov 2024 13:23:13 -0400 Subject: [PATCH 1/2] Bump gUFO shapes pointer No effects were observed on Make-managed files. Signed-off-by: Alex Nelson --- dependencies/CDO-Shapes-gufo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/CDO-Shapes-gufo b/dependencies/CDO-Shapes-gufo index 716bea9..dcd08c9 160000 --- a/dependencies/CDO-Shapes-gufo +++ b/dependencies/CDO-Shapes-gufo @@ -1 +1 @@ -Subproject commit 716bea95354cb32499be4905f129d619a6c1d9db +Subproject commit dcd08c9f06c62db3a9a75ea3399a688f5423fc9d From 90b1f336508ec72f6886e2111cf4ec890636cc60 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Fri, 1 Nov 2024 14:38:52 -0400 Subject: [PATCH 2/2] Have monolithic build review itself Signed-off-by: Alex Nelson --- tests/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/Makefile b/tests/Makefile index b011699..acb2734 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -107,4 +107,9 @@ monolithic.ttl: \ && pyshacl \ --shacl $(uco_srcdir)/ontology/owl/owl.ttl \ _$@ + # The monolithic build reviews itself, due to shapes pertaining to meta-classes. + source $(top_srcdir)/venv/bin/activate \ + && pyshacl \ + --shacl _$@ \ + _$@ mv _$@ $@