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

Fix some resolver bugs #686

Merged
merged 4 commits into from Jun 22, 2019
Merged

Conversation

bowenwang1996
Copy link
Contributor

@bowenwang1996 bowenwang1996 commented Jun 21, 2019

Fix a certain type of bug in the resolver which is caused by primitive types not having classReference. More specifically, this PR fixes #680. However, there are some cases, especially those involve operators, are left untouched, so #473 remains open.

@MaxGraey
Copy link
Member

Thanks for PR! You should remove (discard) dist from update. See contributing notes. Also you should add your name to NOTICE file

@bowenwang1996
Copy link
Contributor Author

@MaxGraey done

src/resolver.ts Outdated Show resolved Hide resolved
@dcodeIO
Copy link
Member

dcodeIO commented Jun 22, 2019

I think the package-lock differences happen between different environments, and just keeping it as it is helps to reduce some of the noise. Can you reset it?

Other than that, LGTM with the comments resolved :)

@dcodeIO dcodeIO merged commit 5a8eee0 into AssemblyScript:master Jun 22, 2019
@dcodeIO
Copy link
Member

dcodeIO commented Jun 22, 2019

Thanks!

@bowenwang1996 bowenwang1996 deleted the improve-resolver branch June 22, 2019 16:15
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.

toString does not work in u64 array
3 participants