aiken/crates/aiken-project/src
Kasey 86ec3b2924
Fix: issue crash in code gen with incorrect column length in decision trees (#1069)
* Fix: Deeply nested assignments would offset the new columns count calculation. Now we track relevant columns and their path to ensure each row has wildcards if they don't contain the relevant column

* Add test plus clippy fix

* Clippy fix

* New version clippy fix
2024-12-05 11:02:19 +07:00
..
blueprint Fix validator selection for apply, address and policy command 2024-11-13 19:36:30 +01:00
deps Throttle calls to package registry for version resolution 2023-09-13 17:17:32 -04:00
docs Avoid unsafe unwrap of line_numbers, gracefully handle non-existing matches 2024-10-25 11:37:50 +02:00
github `aiken new`: Try to get the latest tag of stdlib 2023-08-16 22:30:15 -04:00
snapshots Fix test issues 2024-11-01 19:34:52 -04:00
telemetry Move JSON-schema help for check behind dedicated flag 2024-11-19 15:48:39 +01:00
tests Aiken UPLC Optimization overhaul (#1052) 2024-11-13 15:08:36 -05:00
config.rs Implement SimpleExpr logic for configuration parsing 2024-08-29 16:25:10 +02:00
deps.rs Throttle calls to package registry for version resolution 2023-09-13 17:17:32 -04:00
docs.rs Fix: issue crash in code gen with incorrect column length in decision trees (#1069) 2024-12-05 11:02:19 +07:00
error.rs Fix: issue crash in code gen with incorrect column length in decision trees (#1069) 2024-12-05 11:02:19 +07:00
export.rs Generate empty redeemer for `else` handler, to keep full compliance with the blueprint spec 2024-10-01 19:03:34 +02:00
format.rs chore: bow to the clippy 2023-03-14 17:03:28 -04:00
lib.rs Fix validator selection for apply, address and policy command 2024-11-13 19:36:30 +01:00
module.rs Allow any expression as constants 2024-08-29 16:24:12 +02:00
options.rs Make blueprint files configurable in and out 2024-11-13 18:15:09 +01:00
package_name.rs Fix: issue crash in code gen with incorrect column length in decision trees (#1069) 2024-12-05 11:02:19 +07:00
paths.rs Throttle calls to package registry for version resolution 2023-09-13 17:17:32 -04:00
pretty.rs Add one more edge-case test for multiline. 2024-08-01 15:21:53 +02:00
telemetry.rs Move JSON-schema help for check behind dedicated flag 2024-11-19 15:48:39 +01:00
test_framework.rs Use const instead of zero-arg functions in few code-gen tests. 2024-08-30 14:47:22 +02:00
watch.rs Fix validator selection for apply, address and policy command 2024-11-13 19:36:30 +01:00