aiken/crates
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
..
aiken Make tracing configurable, when relevant. 2023-02-16 20:29:41 -05:00
aiken-lang Make tracing configurable, when relevant. 2023-02-16 20:29:41 -05:00
aiken-lsp chore: clippy autofix 2023-02-01 18:53:11 -05:00
aiken-project Make tracing configurable, when relevant. 2023-02-16 20:29:41 -05:00
flat-rs Release 0.0.27 2022-12-30 00:57:49 -05:00
uplc Fix error display in tx simulate. 2023-02-15 09:42:46 +01:00