We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12ab96 commit c3d0940Copy full SHA for c3d0940
utils/swift_build_support/swift_build_support/compiler_stage.py
@@ -14,6 +14,7 @@ class StageArgs(object):
14
def __init__(self, stage, args):
15
self.stage = stage
16
self.args = args
17
+ assert(not isinstance(self.args, StageArgs))
18
19
def __getattr__(self, key):
20
real_key = '{}{}'.format(key, self.stage.postfix)
0 commit comments