aiken/crates
KtorZ d24a71ee04
Define new event target for JSON, and revert option passing
For the program to be consistent, the 'EventListener' target that we
  pass to a Project should be responsible for the output format.
  Otherwise, we are contingent on developers to remember passing the
  option at call-site. Plus, it overloads the project code with an extra
  boolean option.

  Instead, since the behaviour is solely driven by the execution
  context, we can instantiate a different event target upfront, and
  simply hold on to it throughout the program.

  As a nice side-effect, we can gently re-organize the code to keep the
  terminal printing logic and the json printing logic separate.
2024-11-13 11:07:25 +01:00
..
aiken Define new event target for JSON, and revert option passing 2024-11-13 11:07:25 +01:00
aiken-lang Fixing unit tests 2024-11-01 19:34:57 -04:00
aiken-lsp Define new event target for JSON, and revert option passing 2024-11-13 11:07:25 +01:00
aiken-project Define new event target for JSON, and revert option passing 2024-11-13 11:07:25 +01:00
uplc Fix latest clippy warnings. 2024-10-25 11:27:28 +02:00