Alexander Khabarov
Alexander Khabarov
C++ and Java implementations of protocol buffers have support for [writing and reading multiple messages](https://protobuf.dev/programming-guides/techniques/#streaming) via `CodedOutputStream` and `CodedInputStream` . This is also space-efficient because the size of each message...
### Zig Version 0.12.0-dev.3677+22a97cd23 ### Steps to Reproduce and Observed Behavior ```bash $ mkdir -p /tmp/libtest/mylib $ cd /tmp/libtest $ echo 'void f() {}' > mylib/mylib.c $ echo 'void f();'...
This PR is my attempt to fix #19699 by making the way `zig cc` passes `-l/-L` flags for ELF linking consistent with Clang and GCC. I've added a test case...