aiken/crates
KtorZ f6eff7ec58
Fix incoherent 'UnknownVariable' being returned in type-check
I initially removed the 'UnkownTypeConstructor' since it wasn't used anywhere and was in fact dead-code. On second thoughts however, it is nicer to provide a slightly better error message when a constructor is missing as well as some valid suggestion. Prior to that commit, we would simply return a 'UnknownVariable' and the hint might suggest lowercase identifiers; which is wrong.
2023-10-21 14:10:45 +02:00
..
aiken Add compiler version & system information to panic error message 2023-10-06 14:46:11 +02:00
aiken-lang Fix incoherent 'UnknownVariable' being returned in type-check 2023-10-21 14:10:45 +02:00
aiken-lsp Add quickfix for unknown alias & data types. 2023-10-21 13:57:06 +02:00
aiken-project Define 'ExtraData' trait for errors 2023-10-20 18:00:12 +02:00
flat-rs chore: Release 2023-09-29 22:08:09 -04:00
uplc fix: mixed up operators for ConstAboveDiagonal and ConstBelowDiagonal 2023-10-13 11:40:07 -04:00