Skip to content

Commit

Permalink
fix: Initialise _checked in GuppyModule (#491)
Browse files Browse the repository at this point in the history
Closes #489
  • Loading branch information
croyzor authored Sep 13, 2024
1 parent e900c96 commit 3dd5dd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions guppylang/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def __init__(self, name: str, import_builtins: bool = True):
self._globals = Globals({}, {}, {}, {})
self._imported_globals = Globals.default()
self._imported_checked_defs = {}
self._checked = False
self._compiled = False
self._compiled_hugr = None
self._instance_func_buffer = None
Expand Down

0 comments on commit 3dd5dd3

Please sign in to comment.