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

error C2167: '_setjmp': too many actual parameters for intrinsic function #133

Open narimiran opened 2 years ago

narimiran commented 2 years ago

This error is happening on Windows CIs, both for Nim 1.2 and 1.6.

From what I can tell, it is just ignored (PRs with it are merged) for quite some time now.


I'm guessing it is connected to https://github.com/status-im/nimbus-eth2/issues/3121, which leads to https://github.com/nim-lang/Nim/pull/19924 (not yet merged) and https://github.com/nim-lang/Nim/pull/19959 (merged, but not backported).


EDIT: Already tracked here: https://github.com/nim-lang/Nim/issues/19957