Sobeston / zig.guide

Repo for https://zig.guide content. Get up to speed with Zig quickly.
https://zig.guide
MIT License
689 stars 177 forks source link

Revert "fixed outdated std usage" #126

Closed x1ddos closed 2 years ago

x1ddos commented 2 years ago

This reverts commit 56171b7cac47eb0002b34370b4675ac63ef4f9a3.

The reverted commit seems to be using latest dev zig from master but the chapters suggest v0.8. So, when running tests as prescrived in the readme, it should be using the same zig version.

Sobeston commented 2 years ago

This repo tracks zig master, it does not support 0.8.0.

x1ddos commented 2 years ago

oh sorry, i misread https://ziglearn.org/chapter-0/. it does say:

his guide assumes you’re using a master build of Zig

:+1: