Alexander Kim

Results 9 issues of 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...

feature

## πŸ› 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...

bug
Q4 Candidate
🧱 Core Compiler

## πŸš€ 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
🧱 Core Compiler

## πŸš€ Feature Leo allows nested arrays but not tuples within arrays. This seems like a relatively simple addition that would allow for more expressability.

feature

## πŸš€ 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...

feature
🧱 Core Compiler

## πŸ› 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...

bug
tooling

## πŸ“š 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...

documentation

## πŸš€ 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...

feature
🧱 Core Compiler

Directory passed to `β€”storage` flag is bugged. `.log` directories save to that directory but not the `.ledger` and `.current-proposal-cache` directories.

bug
Q4
πŸ–₯️ CLI