-
-
Notifications
You must be signed in to change notification settings - Fork 297
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
detect using Distributed
and warn about incompatibility
#420
Labels
Comments
Ive added it to the wiki |
@carlocab Can you post some errors that you usually get? We can write a pattern for those and generate a custom error message. For writing the pattern: the more errors you post the better. |
Sure. As a start, there are the ones documented here. I have a few more different variations of a |
fonsp
changed the title
Documenting Incompatibility with the
detect Sep 24, 2020
Distributed
and Threads
Packagesusing Distributed
and warn author about incopatibility
fonsp
changed the title
detect
detect Sep 24, 2020
using Distributed
and warn author about incopatibilityusing Distributed
and warn author about incompatibility
fonsp
changed the title
detect
detect Sep 25, 2020
using Distributed
and warn author about incompatibilityusing Distributed
and warn about incompatibility
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is related to #300.
The README says
This is a little misleading, since you're not supposed to use
Distributed
orThreads
, unless I've done something wrong in the notebook I was working on.It would be nice if this were stated in some form in the documentation, and for error messages related to using these features in a Pluto notebook to be a bit more informative. At the moment attempting to use
Distributed
leads to errors about missing workspaces, whileThreads
fails in the browser silently, and only registers errors in the terminal you started Pluto from.The text was updated successfully, but these errors were encountered: