Alexander Kim
Alexander Kim
## π Feature Whenever a compiled Leo program exceeds the maximum 100KB, the compiler will give a generic response `Error [EUTL03710003]: Failed to parse the source file for [FILENAME].aleo into...
## π Bug Report There are a couple of bugged or inconsistent behaviors when trying to using `struct` and `record` types declared in an imported program. These can likely be...
## π Feature Arrays in Leo only support constant expressions when indexing into them. It would be extremely helpful to be able to use variables as indicies into arrays, though...
## π Feature Leo allows nested arrays but not tuples within arrays. This seems like a relatively simple addition that would allow for more expressability.
## π Feature In Leo, it's currently impossible to use external structs without explicitly redeclaring them in each file. This is extremely cumbersome and unnecessarily increases program size. Adding the...
## π Bug Report I believe that the VSCode extension for Leo is running on an older version of the Leo compiler than 2.4.1. It reports compilation errors for code...
## π Documentation It seems like section 2.3 Installation in the README is out of date, as it says to checkout the `testnet-beta` branch of the repo, and doesn't even...
## π Feature Might be nice to have a syntactic shortcut for determining if an element is a member of an array. Currently in Leo you need to unroll the...
Directory passed to `βstorage` flag is bugged. `.log` directories save to that directory but not the `.ledger` and `.current-proposal-cache` directories.