Updated for dev pre-release build v0.9.0-dev.1343

A change in the "build" library imports and some cleanup in the
patches.
This commit is contained in:
Dave Gauer 2021-10-09 10:19:34 -04:00
parent 38755909b2
commit c3276987da
3 changed files with 6 additions and 5 deletions

View file

@ -1,5 +1,5 @@
62c62,68
< return detectProblems(n) ???
< return detectProblems(n) ???;
---
> return detectProblems(n) catch |err| {
> if (err == MyNumberError.TooSmall) {

View file

@ -1,2 +1,2 @@
35a36
41a42
> MyNumberError.TooSmall => std.debug.print("<4. ", .{}),