Skip to content

Commit

Permalink
add a note
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Mar 9, 2024
1 parent e6c560b commit ac21744
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions boa/interpret.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ def compiler_data(
return ret

with anchor_compiler_settings(ret):
# note that this actually parses and analyzes all dependencies,
# even if they haven't changed. an optimization would be to
# somehow convince vyper (in ModuleAnalyzer) to get the module_t
# from the cache.
module_t = ret.annotated_vyper_module._metadata["type"]
fingerprint = get_module_fingerprint(module_t)

Expand Down

0 comments on commit ac21744

Please sign in to comment.