status-im/nim-stew

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

Opened this issue · 0 comments

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 status-im/nimbus-eth2#3121, which leads to nim-lang/Nim#19924 (not yet merged) and nim-lang/Nim#19959 (merged, but not backported).


EDIT: Already tracked here: nim-lang/Nim#19957