-
Notifications
You must be signed in to change notification settings - Fork 240
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
Thread.exclusive is deprecated, use Mutex #657
Comments
Perhaps upgrading If these messages are bothering you, you could try doing:
and see how JSDuck behaves after that. |
Nope, didn't help: After installation of parallel 1.10.0 "jsduck" was using the same old 0.7.1 version. After uninstallation of parallel 0.7.1:
Any advice? This message definitely bothers me, as they completely floods the build logs. I've kind of "solved" the problem with:
but then I miss output about possible real errors. |
I could try creating a release with upgraded dependency on parallel, but that will take a while, as I haven't really touched this code-base for years. Don't really take my word for it... I've intended to do some maintenance for years, but the last release was 3 years ago. |
Would be great. Pretty sure there will be more and more requests as people will start upgrading to ubuntu 16.. |
+1 :( |
+1 |
1 similar comment
+1 |
For what it's worth, nene's suggestion of installing a new version of parallel did the trick for me. On MacOS, ruby 2.3.7, jsduck 5.3.4, running sudo gem install parallel got me parallel-1.12.1 (while having 0.7.1 still there) and no more "Thread.exclusive is deprecated, use Mutex" when exec'ing jduck! |
why is "Thread.exclusive is deprecated, use Thread::Mutex" |
After fresh installation on Ubuntu 16 there's a lot of this messages:
The text was updated successfully, but these errors were encountered: