aiken/crates/aiken-project/src/blueprint/snapshots
KtorZ 84c4ccaf4c
Forbid opaque types in the application binary interface.
We cannot enforce internal invariants on opaque types from only structural checks on Data. Thus, it is forbidden to find an opaque type in an outward-facing interface. Instead, users should rely on intermediate representations and lift them into opaque types using constructors and methods provided by the type (e.g. Dict.from_list, Rational.from_int, Rational.new, ...)
2024-03-03 13:55:10 +01:00
..
aiken_project__blueprint__validator__tests__annotated_data.snap Allow annotating Data for blueprint 2024-02-07 11:48:52 -05:00
aiken_project__blueprint__validator__tests__generics.snap fix tests 2024-02-07 12:48:07 -05:00
aiken_project__blueprint__validator__tests__list_2_tuples_as_map.snap fix tests 2024-02-07 12:48:07 -05:00
aiken_project__blueprint__validator__tests__mint_basic.snap chore: use insta snapshot for blueprint validator tests 2023-11-06 15:37:04 -05:00
aiken_project__blueprint__validator__tests__mint_parameterized.snap chore: use insta snapshot for blueprint validator tests 2023-11-06 15:37:04 -05:00
aiken_project__blueprint__validator__tests__nested_data.snap fix tests 2024-02-07 12:48:07 -05:00
aiken_project__blueprint__validator__tests__opaque_singleton_multi_variants.snap Forbid opaque types in the application binary interface. 2024-03-03 13:55:10 +01:00
aiken_project__blueprint__validator__tests__opaque_singleton_variants.snap Forbid opaque types in the application binary interface. 2024-03-03 13:55:10 +01:00
aiken_project__blueprint__validator__tests__recursive_generic_types.snap fix tests 2024-02-07 12:48:07 -05:00
aiken_project__blueprint__validator__tests__recursive_types.snap fix tests 2024-02-07 12:48:07 -05:00
aiken_project__blueprint__validator__tests__simplified_hydra.snap fix tests 2024-02-07 12:48:07 -05:00
aiken_project__blueprint__validator__tests__tuples.snap fix tests 2024-02-07 12:48:07 -05:00