GULPF / nimquery

Nim library for querying HTML using CSS-selectors (like JavaScripts document.querySelector)
MIT License
134 stars 8 forks source link

GC Safe? #3

Closed akbcode closed 5 years ago

akbcode commented 5 years ago

I'm trying to use this in a thread and getting a not GC safe error.

I think the forward declaration of satisfies(line 642) needs to be marked gcsafe.

GULPF commented 5 years ago

Thanks for the bug report, you are correct about the cause. I've pushed the fix and bumped the version, so should be ok now.