nim-lang / bigints

BigInts for Nim
MIT License
124 stars 32 forks source link

Fix the arc & orc GC related invmod issue closes #88 #89

Closed dlesnoff closed 2 years ago

dlesnoff commented 2 years ago

Closes #88. Thanks to @konsumlamm

konsumlamm commented 2 years ago

Eh, I'm not really happy with this worksround, I'd rather find out what the bug is and fix it.