matthewhammer / MirrorGarden

Live programming engine built with Motoko for Internet Computer canisters.
Apache License 2.0
5 stars 0 forks source link

Fix warnings. #20

Closed matthewhammer closed 3 years ago

matthewhammer commented 3 years ago

Need to add some type annotations to avoid these.

Building canisters...
.vessel/redraw/master/src/Render.mo:128.19-128.34: warning [M0155], operator may trap for inferred type
  Nat
.vessel/redraw/master/src/Render.mo:292.6-292.21: warning [M0155], operator may trap for inferred type
  Nat
/home/runner/work/MirrorGarden/MirrorGarden/src/lang/text/Draw.mo:161.47-161.77: warning [M0155], operator may trap for inferred type
  Nat
matthewhammer commented 3 years ago

Done via https://github.com/matthewhammer/motoko-redraw/pull/26