andrewrk / poop

Performance Optimizer Observation Platform
MIT License
788 stars 50 forks source link

figure out how to make the code less janky with regards to formatted printing #10

Closed andrewrk closed 1 year ago

andrewrk commented 1 year ago

This pattern is pretty clunky:

https://github.com/andrewrk/poop/blob/b01058a8081e5584f1c28f74c59643e413b562df/src/main.zig#L329-L332

See also #4

I don't know exactly what it takes to solve this issue but I was very frustrated with std.fmt while working on this codebase.

andrewrk commented 1 year ago

Fix reverted in b8b4297a067033feab1faf18c23615c7d4efd06f

andrewrk commented 1 year ago

Fixed by #30