Open rkdud007 opened 3 weeks ago
sol! macro
├── alloy v0.5.4
macOS (Apple Silicon)
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:
sol!
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]
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.