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
I've encountered two issues related to array indexing in the sol! macro, both of which lead to compilation errors. Here’s a breakdown of each issue and where they occur in the codebase:
Component
sol! macro
What version of Alloy are you on?
├── alloy v0.5.4
Operating System
macOS (Apple Silicon)
Describe the bug
I've encountered two issues related to array indexing in the
sol!
macro, both of which lead to compilation errors. Here’s a breakdown of each issue and where they occur in the codebase:First Error:
Emu.sol#L39
generic expressions are not supported in array type sizes
Second Error:
Emu.sol#L128
unexpected token, expected ']'
bool[64 * 32]
array.The text was updated successfully, but these errors were encountered: