aiken/crates
rvcas c3ad52b50f
feat: add compiler version to aiken.toml
2024-05-22 15:35:57 -04:00
..
aiken chore(plutus_version): use a cuter name in the config field 2024-05-21 17:13:12 -04:00
aiken-lang fix: comments in record patterns closes #946 2024-05-22 12:26:36 -04:00
aiken-lsp feat(lsp): find_node for TypedArgVia 2024-04-02 19:22:19 -04:00
aiken-project feat: add compiler version to aiken.toml 2024-05-22 15:35:57 -04:00
uplc The actual issue with #945 is that the curry builtin reducer could sometimes place fully applied builtins that could evaluate and fail above where they were actually used. This happened with builtins that were called with the same constants enough times for the curry builtin to try hoist to a higher scope. This is now fixed by detecting which builtins are safe to evaluate in advance before we hoist fully applied builtins 2024-05-22 15:22:31 -04:00