Ruslan Shevchenko
Ruslan Shevchenko
## Problem The pattern matching optimization (implemented to avoid redundant let bindings for Var scrutinees) uses `SIR.LetFlags.Lazy` to defer evaluation of match scrutinees. However, the `SimpleSirToUplcLowering` backend ignores lazy flags...
When private method is called from overrided inline function (like spend), then compiler gednerate calls to bridge method MyObject$inline$method inside inline$method. Need to handle this during code generation..
throw OnchainError(s"Need prime amount, got: ${amount}") need better error message, sayong that string interpolation is not supported. + write in docs about it ( https://scalus.org/docs/language-guide/support)
reproduction: https://github.com/cardano-hydrozoa/hydrozoa/blob/sum-datum-error/src/main/scala/hydrozoa/l1/rulebased/onchain/SumDatum.scala
### Current behavior Dotty-cps-async, a few months ago, migrated from 'com.github.rssh' to 'io.github.dotty-cps-async'. Scaladex updates the organization in the index, but shows only old versions. (the last version: 0.9.23 is...