mirror of
https://github.com/ziglang/zig.git
synced 2025-12-30 18:13:19 +00:00
* Step.init() now takes an options struct * Step.init() now captures a small stack trace and stores it in the Step so that it can be accessed when printing user-friendly debugging information, including the lines of code that created the step in question.