Skip to content

Commit

Permalink
fix compiler phases
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Nov 14, 2023
1 parent 02af165 commit 3b59708
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions vyper/compiler/phases.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,16 +262,10 @@ def generate_folded_ast(
Returns
-------
vy_ast.Module
Folded Vyper AST
Annotated Vyper AST
StorageLayout
Layout of variables in storage
"""

vy_ast.validation.validate_literal_nodes(vyper_module)

with input_bundle.search_path(contract_path.parent):
validate_semantics(vyper_module, input_bundle)

symbol_tables = set_data_positions(vyper_module, storage_layout_overrides)

vyper_module_folded = copy.deepcopy(vyper_module)
Expand Down

0 comments on commit 3b59708

Please sign in to comment.