aiken/crates
microproofs d6cc450ce4 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
..
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 fix(config): add default for plutus version 2024-05-22 13:59:56 -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