Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip declaring functions in variable namespace #102

Merged
merged 1 commit into from
Sep 8, 2021

Conversation

eliaslfox
Copy link
Collaborator

When a local function is not referenced in the variable namespace then
don't declare it there.

Fixes #38

When a local function is not referenced in the variable namespace then
don't declare it there.

Fixes #38
@eliaslfox eliaslfox enabled auto-merge (rebase) September 8, 2021 21:37
@eliaslfox eliaslfox merged commit 4396f0f into main Sep 8, 2021
@colescott colescott deleted the skip-variable-namespace branch September 9, 2021 19:26
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.

Only declare local functions in the variable namespace when they are referenced there
2 participants