aiken/crates
KtorZ 0060804d1a
Fix redundant warning when destructuring validator params
This is not a "proper" fix as it simply get rid of the warning
  altogether (whether you use or not the destructured values).

  The reason for removing the warning entirely is because (1) it's
  simpler, but more so (2) there's no impact on the final code produced
  _anyway_. Redundant let bindings are already removed by the compiler;
  and while it's an implicit behaviour that requires a proper warning
  when it's coming from a user-defined assignment; here the redundant
  assignment is introduced by the compiler to begin with as another
  implicit behavior!

  So we have an implicit behaviour triggering a warning on another
  implicit behaviour. Truth is, there's no impact in having those
  parameters destructured and unused. So since users are already not
  aware that this results in an implicit let assignment being inserted
  in place for them; there's no need for the warning at all.
2024-10-01 13:17:00 +02:00
..
aiken Try to bundle openssl with the Aiken binary to avoid core dumps on Linux 2024-09-22 18:12:26 +02:00
aiken-lang Fix redundant warning when destructuring validator params 2024-10-01 13:17:00 +02:00
aiken-lsp chore: Release 2024-09-20 14:05:15 -04:00
aiken-project Fix compiler crash around dangling expect/let in traces 2024-10-01 12:24:31 +02:00
uplc Cost model fixes with tests (#1030) 2024-09-29 22:55:18 -04:00