You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nimbus-eth1/vendor/nim-evmc/evmc/evmc.nim(82, 21) Error: size pragma only allowed for enum types and imported types
It's because nim-lang/Nim#24640 has been backported to both branches. So regardless of whether one attempts to update to a future 2.0.16, to 2.2.2, or to a future 2.2.4, this won't work anymore.
It's because nim-lang/Nim#24640 has been backported to both branches. So regardless of whether one attempts to update to a future 2.0.16, to 2.2.2, or to a future 2.2.4, this won't work anymore.
It was causing incorrect codegen anyway: nim-lang/Nim#24623
The text was updated successfully, but these errors were encountered: