CanDB.mo:
if (db.scalingStatus == #complete or Prim.rts_heap_size() > HEAP_SIZE_INSERT_LIMIT) {
Debug.trap("Canister has scaled and surpassed the heap size insert limit");
In the if argument it is or, in the message it is and. That's a contradiction.
CanDB.mo:In the
ifargument it is or, in the message it is and. That's a contradiction.