dfinity / sdk

IC SDK: a Software Development Kit for creating and managing canister smart contracts on the ICP blockchain.
https://internetcomputer.org/developers
Apache License 2.0
177 stars 86 forks source link

asset canister: Use Text.compareWith once it respects its comparator parameter #1599

Closed ericswanson-dfinity closed 3 years ago

ericswanson-dfinity commented 3 years ago

The Text.compareWith method in motoko-base, as currently released, ignores its comparator parameter and instead uses Char.compare. This has been fixed on master but not yet released. Once released and available to dfx, update the asset canister to use it.

ericswanson-dfinity commented 3 years ago

obsolete since asset canister has been re-written in Rust