We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There isn't a current drawing
I found that Luxor's multithreading feature does not work well in Pkg test mode. The same code works well in my REPL (sometimes). I am not sure that if this is related to the test mode or the environment. Additionally, it seems that everything works well on Windows, but not on Linux. The minimum reproducing code: https://github.com/guo-yong-zhi/WordCloud.jl/blob/multithread_debug/test/runtests.jl The error message (CI): https://github.com/guo-yong-zhi/WordCloud.jl/actions/runs/11340408881/job/31536783739
The way to reproduce:
multithread_debug
cd WordCloud.jl
julia -t 4
] dev .
] test WordCloud
@cormullion @oheil
The text was updated successfully, but these errors were encountered:
Thanks for the report. Someone who understands multithreading (ie not me) might be able to investigate.
Sorry, something went wrong.
I will have a look, my time is very short, but I hope for next weekend or the next...
As easy the solution seems, it took me the whole sunday to find ;-)
2fd4712
Successfully merging a pull request may close this issue.
I found that Luxor's multithreading feature does not work well in Pkg test mode. The same code works well in my REPL (sometimes). I am not sure that if this is related to the test mode or the environment.
Additionally, it seems that everything works well on Windows, but not on Linux.
The minimum reproducing code: https://github.com/guo-yong-zhi/WordCloud.jl/blob/multithread_debug/test/runtests.jl
The error message (CI): https://github.com/guo-yong-zhi/WordCloud.jl/actions/runs/11340408881/job/31536783739
The way to reproduce:
multithread_debug
cd WordCloud.jl
julia -t 4
] dev .
] test WordCloud
@cormullion @oheil
The text was updated successfully, but these errors were encountered: