Fix iteration over indeterminate in rule execution

This commit is contained in:
Thomas Krijnen
2024-12-18 11:45:47 +01:00
parent d271fd1779
commit 9efc9d2044
13 changed files with 38 additions and 0 deletions
@@ -988,6 +988,8 @@ class indeterminate_type:
__pos__= bop
__getitem__ = bop
__getattr__ = bop
def __iter__(self):
return iter(())
INDETERMINATE = indeterminate_type()
@@ -132,6 +132,9 @@ class indeterminate_type:
__pos__ = bop
__getitem__ = bop
__getattr__ = bop
def __iter__(self):
return iter(())
INDETERMINATE = indeterminate_type()
class enum_namespace:
@@ -132,6 +132,9 @@ class indeterminate_type:
__pos__ = bop
__getitem__ = bop
__getattr__ = bop
def __iter__(self):
return iter(())
INDETERMINATE = indeterminate_type()
class enum_namespace:
@@ -132,6 +132,9 @@ class indeterminate_type:
__pos__ = bop
__getitem__ = bop
__getattr__ = bop
def __iter__(self):
return iter(())
INDETERMINATE = indeterminate_type()
class enum_namespace:
@@ -132,6 +132,9 @@ class indeterminate_type:
__pos__ = bop
__getitem__ = bop
__getattr__ = bop
def __iter__(self):
return iter(())
INDETERMINATE = indeterminate_type()
class enum_namespace:
@@ -132,6 +132,9 @@ class indeterminate_type:
__pos__ = bop
__getitem__ = bop
__getattr__ = bop
def __iter__(self):
return iter(())
INDETERMINATE = indeterminate_type()
class enum_namespace:
@@ -132,6 +132,9 @@ class indeterminate_type:
__pos__ = bop
__getitem__ = bop
__getattr__ = bop
def __iter__(self):
return iter(())
INDETERMINATE = indeterminate_type()
class enum_namespace:
@@ -132,6 +132,9 @@ class indeterminate_type:
__pos__ = bop
__getitem__ = bop
__getattr__ = bop
def __iter__(self):
return iter(())
INDETERMINATE = indeterminate_type()
class enum_namespace:
@@ -132,6 +132,9 @@ class indeterminate_type:
__pos__ = bop
__getitem__ = bop
__getattr__ = bop
def __iter__(self):
return iter(())
INDETERMINATE = indeterminate_type()
class enum_namespace:
@@ -132,6 +132,9 @@ class indeterminate_type:
__pos__ = bop
__getitem__ = bop
__getattr__ = bop
def __iter__(self):
return iter(())
INDETERMINATE = indeterminate_type()
class enum_namespace:
@@ -132,6 +132,9 @@ class indeterminate_type:
__pos__ = bop
__getitem__ = bop
__getattr__ = bop
def __iter__(self):
return iter(())
INDETERMINATE = indeterminate_type()
class enum_namespace:
@@ -132,6 +132,9 @@ class indeterminate_type:
__pos__ = bop
__getitem__ = bop
__getattr__ = bop
def __iter__(self):
return iter(())
INDETERMINATE = indeterminate_type()
class enum_namespace:
@@ -132,6 +132,9 @@ class indeterminate_type:
__pos__ = bop
__getitem__ = bop
__getattr__ = bop
def __iter__(self):
return iter(())
INDETERMINATE = indeterminate_type()
class enum_namespace: