From 97f07dc469d47c4c2fc17b86a5f338261d45800c Mon Sep 17 00:00:00 2001 From: Julian Locke Date: Mon, 26 Aug 2024 16:07:03 -0400 Subject: [PATCH] Fix hash and client var name collision errors --- stone/backends/swift_helpers.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stone/backends/swift_helpers.py b/stone/backends/swift_helpers.py index a6d2499d..5d5a18bc 100644 --- a/stone/backends/swift_helpers.py +++ b/stone/backends/swift_helpers.py @@ -99,6 +99,8 @@ 'typealias', 'var', 'default', + 'hash', + 'client', }