Closed WalterSmuts closed 3 years ago
Well I'll be damned... I am completely wrong. This was just the generation of the lookup table. Takes a while, couple of minutes on my laptop. Why didn't it build the table when I compiled it standalone? (or did it?)
May be worth it to add that in your documentation?
This only really happens in debug mode. In release mode it happens quite a bit faster.
Adding a doc item may not be the worst idea
On Sun, Nov 22, 2020, 3:42 AM Walter Smuts notifications@github.com wrote:
Well I'll be damned... I am completely wrong. This was just the generation of the lookup table. Takes a while, couple of minutes on my laptop. Why didn't it build the table when I compiled it standalone? (or did it?)
May be worth it to add that in your documentation?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jordanbray/chess/issues/40#issuecomment-731716373, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADJ5PIBM6ACCT4PX65DDLTSRDFITANCNFSM4T6KSO6Q .
EDIT: This is all wrong :/. Take a look at the last comment.
Hi, I'm trying to use your library but it seems to stall whenever I attempt to compile:
It just get's stuck there... When I run
strace
on it it seems to be sitting in some sort of deadlock:I've tried a bunch of different versions, including pointing directly to your repo, and found that I can compile
0.3.4
but0.4.0
introduces the stalling behavior for me. I've also tried compiling with the nightly compiler and the stable compiler, both exibit the same behavior.The strange thing is that I tried cloning your repo and building it standalone, and this works:
Any ideas? (The cargo verbose flag isn't very useful, just spits out the same info)
Environment details: