hi i'm working with threads and ran into problem implementing the {.gcsafe.}. I'm using parsesql module in my code, any ideas how to fix it?
this is the output in console: /nim-1.4.0/lib/pure/parsesql.nim(1238, 6) Warning: 'ra' is not GC-safe as it calls 'rs' [GcUnsafe2]| ---|--- /nim-1.4.0/lib/pure/parsesql.nim(1451, 6) Warning: 'renderSQL' is not GC-safe as it calls 'ra' [GcUnsafe2]| 'getQueryJsonSql' is not GC-safe as it calls 'renderSQL'