You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This wasn't a SnoopPrecompile bug, it was a Sunny bug. The problem is that "/dev/null" isn't a file on Windows, thus the precompile workload the Sunny developers used wasn't Windows-compatible. Had they used Julia's own devull it probably would have worked.
But it looks like they removed the precompilation: SunnySuite/Sunny.jl@e567fe7. (Seems unnecessary if they had just rewritten the precompile script to support Windows, and Julia 1.9 will get much more benefit from precompilation.) But they haven't made a new release in a while, you could ask them about that.
It appears that SnoopPrecompile crashes for Windows users (but not Linux or Mac) when loading Sunny, at this commit.
The stack trace is:
Thanks.
The text was updated successfully, but these errors were encountered: