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 a bug that occurs because Future is a stdlib but also a type #166

Merged
merged 2 commits into from
Nov 22, 2019

Conversation

DilumAluthge
Copy link
Member

@DilumAluthge DilumAluthge commented Nov 21, 2019

There is a stdlib module named Future.

There is also a type Distributed.Future, and this type is exported.

This causes the bug #165

This PR fixes the bug.

Fixes #165

@DilumAluthge DilumAluthge self-assigned this Nov 21, 2019
@DilumAluthge DilumAluthge changed the title DO NOT MERGE: Maybe fix a bug Fix a bug that occurs because Future is a stdlib but also a type Nov 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JLD2 when using parallel computing is not working [Julia 1.4.0-DEV]
1 participant