From e5107633804cee4de5879887b6191f0544b1910b Mon Sep 17 00:00:00 2001 From: Mike Lowis Date: Wed, 19 Jun 2024 16:16:45 -0400 Subject: [PATCH] dictionaries are working as expected now. Still some weirdness on handling comparisons. Probably need a function to return a type enum to make sure they are the same first --- cerise-c.m | 1 - 1 file changed, 1 deletion(-) diff --git a/cerise-c.m b/cerise-c.m index f37fc59..e1b7fa7 100644 --- a/cerise-c.m +++ b/cerise-c.m @@ -102,7 +102,6 @@ TestHashOps() def item = 42 set hash["foo"] = item assert hash["foo"] == 42 - assert hash["foo"] == "bar" assert hash["baz"] == "boo" } -- 2.52.0