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 PriorityQueue compilation on the eval target, closes #48 #54

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Gama11
Copy link
Contributor

@Gama11 Gama11 commented Nov 3, 2020

This contains the type inference fix mentioned by Simn in #48, as well as a fix for the toArray() extension method call. NativeArray uses eval.Vector under the hood, which also has a toArray() method of its own, taking priority over the static extension.

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.

None yet

1 participant