From 26b8dfebb26c6356cc39d3b44fd759e0ed949489 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sun, 24 May 2026 14:00:48 -0400 Subject: [PATCH 1/2] xo-cmake: minor: xo-subsys early for dep order --- 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 900cbb19..7d3df48e 100644 --- a/etc/xo/subsystem-list +++ b/etc/xo/subsystem-list @@ -1,9 +1,9 @@ xo-cmake +xo-subsys xo-indentlog xo-alloc xo-object xo-refcnt -xo-subsys xo-testutil xo-randomgen xo-ordinaltree From be8648c0bcb3cbdf8ec28d5f596df07db5fa65a8 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sun, 24 May 2026 14:22:16 -0400 Subject: [PATCH 2/2] xo-cmake: subsystem 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 7d3df48e..c4585d12 100644 --- a/etc/xo/subsystem-list +++ b/etc/xo/subsystem-list @@ -1,6 +1,7 @@ xo-cmake xo-subsys xo-indentlog +xo-flatstring xo-alloc xo-object xo-refcnt @@ -8,7 +9,6 @@ xo-testutil xo-randomgen xo-ordinaltree xo-pyutil -xo-flatstring xo-reflectutil xo-reflect xo-pyreflect