Closed billylanchantin closed 1 week ago
Fixes two things:
:decimal
#Decimal<>
s_from_list_decimal
Decimal(...)
Now we can remove the decimal-related TODOs we added in https://github.com/elixir-explorer/explorer/pull/1012.
See also: https://github.com/elixir-explorer/explorer/issues/1014.
Also worth noting:
EDIT: contents moved to their own issue: https://github.com/elixir-explorer/explorer/issues/1016
Fixes two things:
:decimal
generator was generating Elixir-side#Decimal<>
s that the Rust-side couldn't represent.s_from_list_decimal
where empty lists failed to have theDecimal(...)
dtype.Now we can remove the decimal-related TODOs we added in https://github.com/elixir-explorer/explorer/pull/1012.
See also: https://github.com/elixir-explorer/explorer/issues/1014.