aiken/crates
KtorZ 9f24a5c577
Fix wrong use of 'UnknownVariable' instead of 'UnknownTypeConstructor'
While the feedback for human users is mostly the same, it does in fact
  matter for the LSP since the quickfix will be different depending on
  whether we look for a top-level identifier or if we look for a
  constructor.

  The typical case we see in the stdlib is the `VerificationKey` and
  `Script` constructors for `Credential`, often being mixed with
  their types counterparts in aiken/crypto!

Signed-off-by: KtorZ <matthias.benkort@gmail.com>
2025-02-22 19:14:37 +01:00
..
aiken chore: Release 2025-02-18 15:24:16 -05:00
aiken-lang Fix wrong use of 'UnknownVariable' instead of 'UnknownTypeConstructor' 2025-02-22 19:14:37 +01:00
aiken-lsp chore: Release 2025-02-18 15:24:16 -05:00
aiken-project chore: reintroduce bench graph borders 2025-02-21 15:28:51 -05:00
uplc chore: Release 2025-02-18 15:24:16 -05:00