status-im / nim-confutils

Simplified handling of command line options and config files
Apache License 2.0
63 stars 16 forks source link

require `secondarySources` to be `gcsafe` #86

Closed etan-status closed 1 year ago

etan-status commented 1 year ago

Avoid Nim 2.0 warning in callers of confutils.load.

Warning: 'loadImpl' is not GC-safe as it performs an indirect call via 'secondarySources' [GcUnsafe2]