From a10690fa5b4c6bbe8bfc3293ad2920db4d7ac79a Mon Sep 17 00:00:00 2001 From: David Ochsner Date: Sun, 9 Nov 2025 13:16:53 +0100 Subject: [PATCH 1/2] =?UTF-8?q?Fix=20S=C3=BCntaxfehler=20im=20Lesemich?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ime Lesemich hetts en Fehler: es Vilicht fehlt im Typ vom statische Dictionär --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f716ef..25c3923 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ roeschti::roeschti! { funktion lis(&selber, schlüssel: Zeichecheti) -> Vilicht<&Zeichecheti>; } - statisch veränderbar DICTIONÄR: > = Nüt; + statisch veränderbar DICTIONÄR: Vilicht> = Nüt; struktur Konkret; From 623b67fbfea87ec34c8c6177e827c1916cd730ce Mon Sep 17 00:00:00 2001 From: David Ochsner Date: Sun, 9 Nov 2025 13:17:48 +0100 Subject: [PATCH 2/2] =?UTF-8?q?Vilicht::Espaar=20s=C3=B6tt=20minere=20Mein?= =?UTF-8?q?ig=20nah=20Vilicht::=C3=96ppis=20heisse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roesti_proc_macro/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roesti_proc_macro/src/lib.rs b/roesti_proc_macro/src/lib.rs index 997179c..6a6028d 100644 --- a/roesti_proc_macro/src/lib.rs +++ b/roesti_proc_macro/src/lib.rs @@ -11,7 +11,7 @@ fn replace_ident(ident: Ident) -> Option { "Standard" => "Default", "Fähler" => "Error", "Vilicht" => "Option", - "Espaar" => "Some", + "Öppis" => "Some", "Nüt" => "None", "Resultat" => "Result", "Selber" => "Self",