Hello.
I am trying to update my application (Motoko based).
I switch my app to use base@0.11.0 version (Mopsâ â¢â Motoko Package Manager)
I’ve executed various updates to apply instrruction but one warning is still here.
WARN: .mops/base@0.11.0/src/Principal.mo:80.20-80.32: warning [M0154], field append is deprecated: Array.append copies its arguments and has linear complexity;
I noticed that if your canister has a nullable single entry, that the candid assist doesn’t activate and it assumes null. Could we get this fixed? Or a flag to activate it? @chenyen
Yeah, I thought about it. Always enabling this will be a breaking change, specifically, it will pop up every time when installing the asset canister. Maybe a flag like --always-assist?