Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile error in EVMC with Nim 2.2.2 and version-2-0/version-2-2 branches: #3076

Closed
tersec opened this issue Feb 14, 2025 · 1 comment
Closed

Comments

@tersec
Copy link
Contributor

tersec commented Feb 14, 2025

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 was causing incorrect codegen anyway: nim-lang/Nim#24623

@tersec
Copy link
Contributor Author

tersec commented Feb 14, 2025

Oops, wrong repo.

@tersec tersec closed this as completed Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant