From 6991769db1d7d22abe761670487e0172e9a3e60c Mon Sep 17 00:00:00 2001 From: Julian Locke Date: Thu, 24 Oct 2024 09:42:30 -0400 Subject: [PATCH] Add to reserved word list (#351) --- stone/backends/obj_c_helpers.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stone/backends/obj_c_helpers.py b/stone/backends/obj_c_helpers.py index 50440304..217a55b5 100644 --- a/stone/backends/obj_c_helpers.py +++ b/stone/backends/obj_c_helpers.py @@ -151,6 +151,9 @@ 'id', 'delete', 'hash', + 'boolvalue', + 'floatvalue', + 'intvalue', } _reserved_prefixes = {