From 1e842f63f6c4ea336fbc439a47a33a669ea92b65 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sun, 24 May 2026 14:34:15 -0400 Subject: [PATCH 1/4] xo-cmake: xo-randomgen order (levelling) --- etc/xo/subsystem-list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/xo/subsystem-list b/etc/xo/subsystem-list index c4585d12..f1d09a06 100644 --- a/etc/xo/subsystem-list +++ b/etc/xo/subsystem-list @@ -1,12 +1,12 @@ xo-cmake xo-subsys xo-indentlog +xo-randomgen xo-flatstring xo-alloc xo-object xo-refcnt xo-testutil -xo-randomgen xo-ordinaltree xo-pyutil xo-reflectutil From 97bc5d7481cbfc15e4ba85e6ff02c85b1dfe475d Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sun, 24 May 2026 14:38:29 -0400 Subject: [PATCH 2/4] xo-cmake: bugfix: xo-randomgen has snowflake gh origin --- bin/xo-build.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/xo-build.in b/bin/xo-build.in index 0ce604bc..03760661 100644 --- a/bin/xo-build.in +++ b/bin/xo-build.in @@ -218,6 +218,9 @@ printrepo() { xo-subsys) echo "${XO_REPO_STEM}/subsys.git" ;; + xo-randomgen) + echo "${XO_REPO_STEM}/randomgen.git" + ;; xo-reflect) echo "${XO_REPO_STEM}/reflect.git" ;; From 86e4196cfbc5aa189ed86cca8648fef5713abb62 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sun, 24 May 2026 19:08:48 -0400 Subject: [PATCH 3/4] xo-cmake: + xo-arena subsystem --- etc/xo/subsystem-list | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/xo/subsystem-list b/etc/xo/subsystem-list index f1d09a06..006ddfd1 100644 --- a/etc/xo/subsystem-list +++ b/etc/xo/subsystem-list @@ -3,13 +3,14 @@ xo-subsys xo-indentlog xo-randomgen xo-flatstring +xo-reflectutil +xo-arena xo-alloc xo-object xo-refcnt xo-testutil xo-ordinaltree xo-pyutil -xo-reflectutil xo-reflect xo-pyreflect xo-ratio From 88a0ad328548e25ffc05a67f8bad377c03ad03d4 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sun, 24 May 2026 19:24:32 -0400 Subject: [PATCH 4/4] xo-cmake: + xo-facet subsystem --- etc/xo/subsystem-list | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/xo/subsystem-list b/etc/xo/subsystem-list index 006ddfd1..0fca51d1 100644 --- a/etc/xo/subsystem-list +++ b/etc/xo/subsystem-list @@ -5,6 +5,7 @@ xo-randomgen xo-flatstring xo-reflectutil xo-arena +xo-facet xo-alloc xo-object xo-refcnt