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 error of saving the whole MalSymbol object as a key on the Env #405

Closed

Conversation

sandinosaso
Copy link

Instead of using a Map use a pure object with key values and use the MalSymbol.v as a key (the value) instead of the whole object

This PR fixes a bug reported here: #404

…ta MAP object

Instead of using a Map use a pure object with key values and use the MalSymbol.v as a key (the value) instead of the whole object
@sandinosaso
Copy link
Author

Closing this as I fixed the issue by adding a Map() polyfill

@kanaka
Copy link
Owner

kanaka commented Jul 8, 2019

Sorry for the slow reply. My PhD dissertation has been keeping me busy lately.

Are you sure you don't want to merge this so that other people get the fix automatically?

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