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.
139 stars 18 forks source link

support multiple nim version re. nnkArgList issue #143

Closed jangko closed 2 years ago

jangko commented 2 years ago

Many libraries depends on unpackArgs e.g. serialization family, those serialization also became dependency of other libraries. It is easier to fix the problem here, instead of each of those libraries have to enable/disable styleCheck of their own.