From 3de10ca22cca06c4d9069984d0e66e370a331dde Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 1 Apr 2026 15:48:41 +0800 Subject: Replace typeid-based dispatch with enum-based dispatch - Add `Groupped` trait and `member_id` to `AnyOutput` - Add generic parameter `G` to `Dispatcher`, `Chain`, `Program` etc - Remove `hint` module and its marker types - Update macros to support explicit group specification - Add `gen_program` macro for generating enum-based programs - Add `GroupProcess` marker type for type-level grouping --- mingling_macros/src/README.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mingling_macros/src/README.txt (limited to 'mingling_macros/src/README.txt') diff --git a/mingling_macros/src/README.txt b/mingling_macros/src/README.txt new file mode 100644 index 0000000..a882bd0 --- /dev/null +++ b/mingling_macros/src/README.txt @@ -0,0 +1,12 @@ +*Listen up*, this is a messy macro written by AI. +It works, but it looks like expired spaghetti and smells like freshly laid shit. + +But the general idea is mostly right. If I'm in a good mood, this code will definitely need a refactor. + +---------------------------------------------------- +Chinese original version: + +*听着*,这是一坨由 AI 写的乱七八糟的宏 +它能用,但是看起来就像过期的意大利面,闻起来就像刚拉出来的新鲜的屎 + +不过思路大抵是对的,如果心情好这坨代码肯定要重构 -- cgit