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

Ensure that declarations don't override definition's calls #35

Closed

Conversation

bgamari
Copy link
Collaborator

@bgamari bgamari commented Jul 6, 2018

Previously the calls (or, rather, lack thereof) of a function's declaration would override those of its definition. This resulted in #31.

Fixes #31.

Previously the calls (or, rather, lack thereof) of a function's declaration would
override those of its definition. This resulted in evincarofautumn#31.
@bgamari
Copy link
Collaborator Author

bgamari commented Jul 6, 2018

Admittedly this fix is a tad hacky, but it worked for me and there appear to be bigger issues (which I haven't yet opened tickets for).

@evincarofautumn
Copy link
Owner

Included in #36

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

Successfully merging this pull request may close these issues.

Error disappears when a module is added
2 participants