JuliaDocs / DemoCards.jl

Let's focus on writing demos
MIT License
66 stars 14 forks source link

QR hangup during Windows build #112

Closed AP6YC closed 2 years ago

AP6YC commented 2 years ago

First off, I really appreciate the work that you have put into this project; I found it by recommendation through Augmentor.jl and Images.jl while developing my package documentation.

When developing on Windows, I have an odd bug that I cannot seem to get around that may or may not be caused by DemoCards.jl. When building my documentation locally for development, I get the following error: image

Further digging revealed that a process called qksqt.exe, which I assume to be associated with QR, is holding onto the folder, making me have to kill the process before I can manually delete the docs/src/examples/ folder that is autogenerated by DemoCards.jl before successfully rerunning. None of this occurs in my GitHub actions CI, however, just locally on both of my Windows machines.

Have I run into some common issue that I am ignorant of the workaround for, or do you otherwise know what might be the problem?

johnnychen94 commented 2 years ago

This seems to be a filesystem issue. Have you tried to use some folder other than Julia's default dev folder? For instance, D:\Julia\AdaptiveResonance?

AP6YC commented 2 years ago

Good recommendation! I tried it on another folder and drive with no issue. It also seemed to end up being a transient issue; I removed the original problem folder that the system would hang on, re-added each file one at a time, and now can't reproduce my issue on the original location.

Thanks for your time. I'll close this issue for now.