From 4fe8182a904791e00cf963814432d7e06c9fe810 Mon Sep 17 00:00:00 2001 From: Kinflou Date: Wed, 2 Sep 2026 16:05:43 +0800 Subject: [PATCH 1/2] chore: bump comline-core to 50c17cc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Keeps this repo's comline-core pin in lockstep with comline-codegen-rust for the canonical IR_HASH work (core#49). The TypeScript generator emits no IR_HASH yet — pin bump only. The comline-codegen pin follows in a fixup once generation bumps to match. --- codegen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index cdad2a3..ca67645 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -9,6 +9,6 @@ license = "GPL-3.0-only" # repository structure — no crates.io publishing at this stage). Local # iteration: add a `[patch]` onto a sibling checkout. comline-codegen = { git = "https://github.com/ComlineProject/generation", rev = "c70336dcc9485cea2c99b0f1db3789e420deaeda" } -comline-core = { git = "https://github.com/ComlineProject/core", rev = "47ac5f10a36b587d14d1b9672fba65d8f3712962" } +comline-core = { git = "https://github.com/ComlineProject/core", rev = "50c17cc740676416e945582dd6e2547e8535ac03" } eyre = "0.6.8" From 75c5c56af68d8a120c489f5f4cd67dc4813901f4 Mon Sep 17 00:00:00 2001 From: Kinflou Date: Wed, 2 Sep 2026 16:06:57 +0800 Subject: [PATCH 2/2] chore: bump comline-codegen to generation d901db4 (matches core 50c17cc) --- codegen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index ca67645..fcb1711 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0-only" # Consumed by git rev (see ComlineProject/docs → Design → Runtime & generation # repository structure — no crates.io publishing at this stage). Local # iteration: add a `[patch]` onto a sibling checkout. -comline-codegen = { git = "https://github.com/ComlineProject/generation", rev = "c70336dcc9485cea2c99b0f1db3789e420deaeda" } +comline-codegen = { git = "https://github.com/ComlineProject/generation", rev = "d901db42d094ea9e2f59a310e6e885767abcae6b" } comline-core = { git = "https://github.com/ComlineProject/core", rev = "50c17cc740676416e945582dd6e2547e8535ac03" } eyre = "0.6.8"