dfinity / motoko-base

The Motoko base library
Apache License 2.0
484 stars 99 forks source link

feat: add `Array.concat` and CI sanity check for base library compiler warnings #629

Closed rvanasa closed 7 months ago

rvanasa commented 7 months ago

This PR addresses a compiler warning from using Array.append in the Principal.toLedgerAccount function. I also updated the CI to detect unintended compiler warnings when importing any base library module.

rvanasa commented 7 months ago

Closing (merged #630).