Skip to content

Conversation

@polvalente
Copy link
Contributor

Improves the ideas from #61 for handling more edge cases

@polvalente
Copy link
Contributor Author

@emilsoman there are some minor details to fix, but the module_compiler tests are working correctly!

scope: %{},
has_effect: false,
current_signature: current_signature,
latest_called_function: if(env[:first_pass], do: env[:current_signature]),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we set first_pass to true anywhere?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was being set to true as the default value for the struct. This might need a refactor now that the struct has been removed.

init_env still sets it, but most tests don't call it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants