gluax
gluax
I'm in favor of this change.
@acoglio when I last talked with @collinc97 the way we currently have the parser where everything is in `main` section is correct. That being said I would be in favor...
Pivot why don't we add a parse to the Leo CLI. NOTE: Look at `rustc has --emit metadata`
@damons @collinc97 @howardwu to what extent should the compiler be available on WASM? I.e should people be able to standalone parse a leo file via WASM? Should they be able...
Update: Having spoken with Howard, the goal is to have a block box compiler that runs on WASM currently.
Oop going to keep this open till we have compiler WASM tests. We might extend that out of DP3, though.
We can close this, that new issue @damirka is getting is an already open issue #905.
@0rphon oh whoops! I missed that comment saying it wasn't required to be an index. We were talking about this bug in the prioritization meeting, and I learned the original...
On master it is not supported, but it's supported on the `staging` branch and soon it will be supported on the `testnet2` branch.
So investigating this issue, the expression `const y = x[1 - 1u16];` is invalid because 1 is type inferred as u32. This is a combination of us defaulting index untyped...