diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2017-10-31 04:47:55 -0400 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2017-10-31 04:47:55 -0400 |
| commit | 9e234d4208725b818812765740b474f049d69788 (patch) | |
| tree | cfb7b0602d8d5c4219797ef95cc763a970e53586 /src/main.cpp | |
| parent | 7a96aca39e8eabccf69f5c65cd60a96aa4a7666c (diff) | |
| download | zig-9e234d4208725b818812765740b474f049d69788.tar.gz zig-9e234d4208725b818812765740b474f049d69788.zip | |
breaking change to std.io API
* Merge io.InStream and io.OutStream into io.File
* Introduce io.OutStream and io.InStream interfaces
- io.File implements both of these
* Move mem.IncrementingAllocator to heap.IncrementingAllocator
Instead of:
```
%return std.io.stderr.printf("hello\n");
```
now do:
```
std.debug.warn("hello\n");
```
To print to stdout, see `io.getStdOut()`.
* Rename std.ArrayList.resizeDown to std.ArrayList.shrink.
Diffstat (limited to 'src/main.cpp')
0 files changed, 0 insertions, 0 deletions
