Age | Commit message (Collapse) | Author |
|
Compatibility with ziglang/zig@3ee01c14ee7ba42b484f15daeacb67da90a81c9e
|
|
|
|
|
|
|
|
|
|
|
|
fix: wrong expected output in exercise 004
|
|
|
|
There were misunderstandings concerning
overflowing operations and overflowed variables.
Hopefully it's clearer now.
|
|
|
|
Fixes
.../076_sentinels.zig:95:30: error: incompatible types:
'u32' and '?*const anyopaque':
while (my_seq[i] != my_sentinel) {
|
|
|
|
|
|
|
|
A change in the "build" library imports and some cleanup in the
patches.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|