You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SDK doesn't match the IR for Decimal.divideWithDefault. This is causing issues when implementing it properly in Morphir-Scala because it doesn't match.
DivWithDefault SDK implementation that returns Decimal:
The SDK doesn't match the IR for
Decimal.divideWithDefault
. This is causing issues when implementing it properly in Morphir-Scala because it doesn't match.DivWithDefault SDK implementation that returns
Decimal
:morphir-elm/src/Morphir/SDK/Decimal.elm
Lines 238 to 242 in cdccf45
DivWithDefault IR that returns
Maybe Decimal
:morphir-elm/src/Morphir/IR/SDK/Decimal.elm
Line 49 in cdccf45
It should be
Decimal
.The text was updated successfully, but these errors were encountered: