status-im / nim-stew

stew is collection of utilities, std library extensions and budding libraries that are frequently used at Status, but are too small to deserve their own git repository.
133 stars 18 forks source link

unconditionally pass through std/atomics and deprecate shim/atomics #196

Closed tersec closed 1 year ago

tersec commented 1 year ago

nim-stew currently supports only Nim 1.2 and newer, not Nim 0.19 or older.

Given that https://nim-lang.org/docs/atomics.html documents that it's an "Unstable API", it might be reasonable to simply remove this, but at least this much is a no-op on all supported Nim versions.