aboutsummaryrefslogtreecommitdiff
path: root/lib/compiler/resinator/utils.zig
AgeCommit message (Collapse)Author
2025-10-29resinator: update for new Io APIsAndrew Kelley
2025-08-29std.Io: delete GenericReaderAndrew Kelley
and delete deprecated alias std.io
2025-07-07update standalone and incremental tests to new APIAndrew Kelley
2024-03-11Integrate resinator errors with Zig using std.zig.Server and ErrorBundleRyan Liptak
This takes the code that was previously in src/Compilation.zig to turn resinator diagnostics into Zig error bundles and puts it in resinator/main.zig, and then makes resinator emit the resulting error bundles via std.zig.Server (which is used by the build runner, etc). Also adds support for turning Aro diagnostics into ErrorBundles.
2024-03-11Lazily compile the `zig rc` subcommand and use it during `zig build-exe`Ryan Liptak
This moves .rc/.manifest compilation out of the main Zig binary, contributing towards #19063 Also: - Make resinator use Aro as its preprocessor instead of clang - Sync resinator with upstream