nim-termui icon indicating copy to clipboard operation
nim-termui copied to clipboard

add `gcsafe` pragma to methods

Open neroist opened this issue 1 year ago • 0 comments

I'm not sure if this is a Nim 2.0 error, but tests fail with this error:

Error: Base method '<METHOD>' requires explicit '{.gcsafe.}' to be GC-safe

I added the gcsafe pragma to remove this error

neroist avatar Feb 03 '24 21:02 neroist