From 3a9b5085024fc4c8275235df17a3b565bb0c63b2 Mon Sep 17 00:00:00 2001 From: agra Date: Wed, 17 Jun 2026 10:11:38 +0300 Subject: [PATCH] design: drop 'Co-designed' attribution line --- design/comptime-compiler-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design/comptime-compiler-api.md b/design/comptime-compiler-api.md index aafef64d..7c56d11c 100644 --- a/design/comptime-compiler-api.md +++ b/design/comptime-compiler-api.md @@ -4,7 +4,7 @@ > mechanism for sx↔compiler binding that subsumes the metatype `declare`/`define` > primitives AND the `#compiler` struct attribute, and exposes the compiler's own > type-table API to comptime sx. Supersedes the bespoke `meta.sx` `TypeInfo` -> projection (the "weld it" decision). Co-designed in conversation 2026-06-17. +> projection (the "weld it" decision). Design locked 2026-06-17. ## Motivation