diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-10-09 10:19:34 -0400 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-10-09 10:19:34 -0400 |
commit | c3276987daf446a6d7de5f8ea495b4c4630ae92e (patch) | |
tree | b450c0ac968088398582c3bc22a7b0ab66f21c42 /patches | |
parent | 38755909b23f3f63c6fe613edf9895d0f97f9f1d (diff) | |
download | ziglings-c3276987daf446a6d7de5f8ea495b4c4630ae92e.tar.gz ziglings-c3276987daf446a6d7de5f8ea495b4c4630ae92e.tar.bz2 ziglings-c3276987daf446a6d7de5f8ea495b4c4630ae92e.tar.xz ziglings-c3276987daf446a6d7de5f8ea495b4c4630ae92e.zip |
Updated for dev pre-release build v0.9.0-dev.1343
A change in the "build" library imports and some cleanup in the
patches.
Diffstat (limited to 'patches')
-rw-r--r-- | patches/patches/024_errors4.patch | 2 | ||||
-rw-r--r-- | patches/patches/033_iferror.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/patches/patches/024_errors4.patch b/patches/patches/024_errors4.patch index 5d7fb1c..5996a99 100644 --- a/patches/patches/024_errors4.patch +++ b/patches/patches/024_errors4.patch @@ -1,5 +1,5 @@ 62c62,68 -< return detectProblems(n) ??? +< return detectProblems(n) ???; --- > return detectProblems(n) catch |err| { > if (err == MyNumberError.TooSmall) { diff --git a/patches/patches/033_iferror.patch b/patches/patches/033_iferror.patch index a1db7b8..8433e8a 100644 --- a/patches/patches/033_iferror.patch +++ b/patches/patches/033_iferror.patch @@ -1,2 +1,2 @@ -35a36 +41a42 > MyNumberError.TooSmall => std.debug.print("<4. ", .{}), |