Brainiac Five
Brainiac Five
(builtin location) is verbatim the warning, not a placeholder I inserted.
Much appreciated. I saw more warnings using `__x` meanwhile; in folds. Do you know which variable in your example is the first use of `__x` that would get shadowed by...
Thank you, will do!
The asm code is fascinating but not something to crack on the fly. Can you @radrow @hanssv share what sugar is causing the use of `__x` so I can change...
Tried with replacing put(state{ used[account = unused].abstraction = true }) with let u = used[account = unused]{ abstraction = true } put(state{ used[account] = u }) On @hanssv recommendation, but...
+1 I thought the compiler optimizes multiple puts into one at any rate.