2022-07-21

joined semver org:

image

いくつかPRの流れが止まっているので終業後に見て回りたい。

Chapter 1 - Basics | ziglearn.org の Errors section まで読んだ。

Zigのエラー文言少し見づらいやも?:

*[main][~/ws/gh/johntitor/zig-playground]$ zig test src/main.zig
Test [6/6] test "while with continue expression"... FAIL (TestUnexpectedResult)
/home/koybi/.asdf/installs/zig/0.9.1/lib/std/testing.zig:303:14: 0x206d6b in std.testing.expect (test)
    if (!ok) return error.TestUnexpectedResult;
             ^
/home/koybi/ws/gh/johntitor/zig-playground/src/main.zig:50:5: 0x207c2c in test "while with continue expression" (test)
    try expect(sum == 55);
    ^
5 passed; 0 skipped; 1 failed.
error: the following test command failed with exit code 1:
src/zig-cache/o/0f39b6f5a0e42858ef3ff8699e16ddea/test /home/koybi/.asdf/installs/zig/0.9.1/zig