ee7

Results 172 issues of ee7

The valid range for `row` and `col` is from 0-7 inclusive, so it doesn't spark joy to test negative inputs, require input validation, and require the `init` method to take...

I've already got a local branch for this. I'll get around to creating the PRs.

So we can define the Zig version in the CI workflows. Possibly adding a matrix, running both `master` and release, allowing `master` to fail.

For example, for `binary-search`, the Zig track currently requires the user to return an error when the input is empty: https://github.com/exercism/zig/blob/c5ece12152f8086e77db85f825d9d673f0cda1af/exercises/practice/binary-search/test_binary_search.zig#L56-L58 or the value is not found: https://github.com/exercism/zig/blob/c5ece12152f8086e77db85f825d9d673f0cda1af/exercises/practice/binary-search/test_binary_search.zig#L44-L46 But we...

For example, even though every exercise will use functions, not every exercise should have `functions` in its `prerequisites`. ```text The following concepts exist in the `practices` array of a Practice...

We could detect problems such as the one solved by https://github.com/exercism/zig/pull/142. As a first step, consider running `zig fmt --ast-check` on everything.

The latest 1.4 `linux_x64.tar.xz` archive is corrupt. The release page is here: https://github.com/nim-lang/nightlies/releases/tag/latest-version-1-4 ### Example ```shell curl -sSfLO https://github.com/nim-lang/nightlies/releases/download/latest-version-1-4/linux_x64.tar.xz tar xf linux_x64.tar.xz ``` ### Current behaviour ``` xz: (stdin): Compressed...