diff options
| author | Manlio Perillo <[email protected]> | 2023-04-30 15:33:29 +0200 |
|---|---|---|
| committer | Manlio Perillo <[email protected]> | 2023-05-01 18:39:54 +0200 |
| commit | 070734a520d4bb1d08edae24a09180d52345a895 (patch) | |
| tree | b85bb104e24edebba0ec1a60936a0aa119e84f2f /README.md | |
| parent | 6f482a1f7a7142d42991a9eff26549f2db21a354 (diff) | |
| download | ziglings-070734a520d4bb1d08edae24a09180d52345a895.tar.xz ziglings-070734a520d4bb1d08edae24a09180d52345a895.zip | |
build: remove the Exercise.async field
The stage1 C++ compiler is gone forever.
Remove the custom support and documentation for the old stage1 compiler
in build.zig and README.md.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -74,9 +74,6 @@ Once you have a build of the Zig compiler that works with Ziglings, they'll continue to work together. But keep in mind that if you update one, you may need to also update the other. -Also note that the current "stage 1" Zig compiler is very strict -about input: -[no tab characters or Windows CR/LF newlines are allowed](https://github.com/ziglang/zig/issues/544). ### Version Changes |
