<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zigling-exercises.git/test, branch main</title>
<subtitle>My copy of the Zigling exercises and their solutions. See the original at https://codeberg.org/ziglings/exercises
</subtitle>
<id>https://git.muftee.net/zigling-exercises.git/atom?h=main</id>
<link rel='self' href='https://git.muftee.net/zigling-exercises.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/'/>
<updated>2026-05-31T21:54:20Z</updated>
<entry>
<title>removed ziglings logic from build file</title>
<updated>2026-05-31T21:54:20Z</updated>
<author>
<name>Chris Boesch</name>
<email>chrboesch@noreply.codeberg.org</email>
</author>
<published>2026-05-31T21:54:20Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=fa36a4520fd13b210ab98eb557b5ba96f1493730'/>
<id>urn:sha1:fa36a4520fd13b210ab98eb557b5ba96f1493730</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: use new randomness api</title>
<updated>2026-01-08T22:19:24Z</updated>
<author>
<name>itsnoctural</name>
<email>itsnoctural@noreply.codeberg.org</email>
</author>
<published>2026-01-08T22:19:24Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=551008ac19d262dd30ddaa0c8f39776b419682d8'/>
<id>urn:sha1:551008ac19d262dd30ddaa0c8f39776b419682d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adjust temp files</title>
<updated>2026-01-07T18:57:43Z</updated>
<author>
<name>Chris Boesch</name>
<email>chrboesch@noreply.codeberg.org</email>
</author>
<published>2026-01-07T18:57:43Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=639a763044415e15ee78d0a5f878ecdf24fc19b6'/>
<id>urn:sha1:639a763044415e15ee78d0a5f878ecdf24fc19b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix build errors in new Zig compiler</title>
<updated>2026-01-05T23:55:10Z</updated>
<author>
<name>prasefia</name>
<email>prasefia@tuta.io</email>
</author>
<published>2026-01-05T23:55:10Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=a04f945d3693938fc663e45b59397b586f8592f0'/>
<id>urn:sha1:a04f945d3693938fc663e45b59397b586f8592f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests revised</title>
<updated>2025-12-28T20:28:26Z</updated>
<author>
<name>Chris Boesch</name>
<email>chrboesch@noreply.codeberg.org</email>
</author>
<published>2025-12-28T20:28:26Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=5685c94194d6658767bcad05e05cd3deb201cf88'/>
<id>urn:sha1:5685c94194d6658767bcad05e05cd3deb201cf88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>migrated build and test</title>
<updated>2025-12-27T22:44:12Z</updated>
<author>
<name>Chris Boesch</name>
<email>chrboesch@noreply.codeberg.org</email>
</author>
<published>2025-12-27T22:44:12Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=21f86f07adf544850a7ef5f913c01117c04db147'/>
<id>urn:sha1:21f86f07adf544850a7ef5f913c01117c04db147</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to new Zig mem trim API</title>
<updated>2025-12-13T17:01:10Z</updated>
<author>
<name>David Pflug</name>
<email>david@pflug.io</email>
</author>
<published>2025-12-13T17:01:10Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=7d1184a140d35973797078995c82b2cd586e4026'/>
<id>urn:sha1:7d1184a140d35973797078995c82b2cd586e4026</id>
<content type='text'>
trimRight is now trimEnd
</content>
</entry>
<entry>
<title>Update for new zig IO</title>
<updated>2025-11-01T09:34:18Z</updated>
<author>
<name>Ensar Sarajčić</name>
<email>dev@ensarsarajcic.com</email>
</author>
<published>2025-11-01T09:34:18Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=26fc4fdaaa4501db81e22a47b111f2c289c7e13f'/>
<id>urn:sha1:26fc4fdaaa4501db81e22a47b111f2c289c7e13f</id>
<content type='text'>
`test/tests.zig` fails after https://github.com/ziglang/zig/pull/25592 was
merged in. This just ensures that Io is passed, it might not be the
ideal solution.
`build.zig` was also failing due to new color parameter.
</content>
</entry>
<entry>
<title>Fixed error in captureStdErr()</title>
<updated>2025-09-24T18:30:54Z</updated>
<author>
<name>Chris Boesch</name>
<email>chrboesch@noreply.codeberg.org</email>
</author>
<published>2025-09-24T18:30:54Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=4346d5f1d84d96dd3926bf0f3caac8e54a58f590'/>
<id>urn:sha1:4346d5f1d84d96dd3926bf0f3caac8e54a58f590</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switched to new reader version</title>
<updated>2025-07-21T22:28:03Z</updated>
<author>
<name>Chris Boesch</name>
<email>chrboesch@noreply.codeberg.org</email>
</author>
<published>2025-07-21T22:28:03Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=49e73db5f5e139b610306ec6495aa6889eb83170'/>
<id>urn:sha1:49e73db5f5e139b610306ec6495aa6889eb83170</id>
<content type='text'>
</content>
</entry>
</feed>
