aiken/crates/aiken-project/src
KtorZ 45454ced01 Make tracing configurable, when relevant.
Tracing is now turn OFF by default when:

  - building project
  - building documentation
  - building dependencies

  It can be turned ON only when building project using `--keep-traces`.
  That means it's not possible to build dependencies with traces. The
  address `--rebuild` flag will also rebuild without traces.

  Tracing is however turn ON by default when:

  - checking the project (and running tests).

  In this scenario, tracing can be disabled using `--no-traces` (if for
  example, one want to analyze the execution units of specific functions
  without having to manually remove traces from code).
2023-02-16 20:29:41 -05:00
..
blueprint Implement TraceIfFalse type-checking and AST transformation. 2023-02-16 20:29:41 -05:00
deps chore: more clippy 2023-02-01 18:53:11 -05:00
config.rs chore: more clippy 2023-02-01 18:53:11 -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 Fix error messages still referring to blueprint's purpose. 2023-02-16 10:06:12 +01:00
format.rs chore: clippy autofix 2023-02-01 18:53:11 -05:00
lib.rs Make tracing configurable, when relevant. 2023-02-16 20:29:41 -05:00
module.rs feat: get bluprint stuff compiling again 2023-02-16 00:05:55 -05:00
options.rs Make tracing configurable, when relevant. 2023-02-16 20:29:41 -05:00
package_name.rs Remove restriction on the project's package name 2023-01-14 23:47:57 +01:00
paths.rs Provide better errors when packages aren't found. 2023-01-18 16:34:26 +01: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 Move UPLC dump into separate function + log event. 2023-01-31 09:48:44 +01:00