aiken/crates/aiken-project/src
KtorZ 6d098a4571 Fix blueprint generation for nested fields with Data
Having the data's schema be optional at the level of the 'Schema' did not allow to represent cases where there would be an opaque data at an arbitrary nesting. So I introduced a new variant 'Opaque' on 'Data' to fill that gap.
2023-03-02 15:25:17 -05:00
..
blueprint Fix blueprint generation for nested fields with Data 2023-03-02 15:25:17 -05:00
deps chore: more clippy 2023-02-01 18:53:11 -05:00
config.rs feat(project): remove Error::List and use Vec<Error> 2023-02-20 15:30:25 -05:00
deps.rs chore: more clippy 2023-02-01 18:53:11 -05:00
docs.rs Implement various visual improvements for the doc generator 2023-01-18 15:12:15 +01:00
error.rs Only use colors & text decorations on ANSI-capable terminals. 2023-02-26 13:19:03 +01:00
format.rs feat(project): remove Error::List and use Vec<Error> 2023-02-20 15:30:25 -05:00
lib.rs Move module name validation outside of type-checking 2023-02-22 11:51:32 +01:00
module.rs feat(lsp): hover and goto definition 2023-02-20 15:30:25 -05:00
options.rs Make tracing configurable, when relevant. 2023-02-16 20:29:41 -05:00
package_name.rs Only use colors & text decorations on ANSI-capable terminals. 2023-02-26 13:19:03 +01:00
paths.rs feat(project): remove Error::List and use Vec<Error> 2023-02-20 15:30:25 -05:00
pretty.rs chore: make folder names match crate name 2022-12-21 18:11:07 -05:00
script.rs feat(aiken-project): use rayon to run tests in parallel 2023-01-09 18:12:18 -05:00
telemetry.rs feat(project): remove Error::List and use Vec<Error> 2023-02-20 15:30:25 -05:00