It's born#1
Merged
Merged
Conversation
2c9d6c4 to
2d43944
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Introduces the initial implementation of a pure-Zig YAML 1.2.2 library, followed by a series of performance improvements on the scanner, parser, and loader hot paths.
63fca09 it's born): full scanner / parser / composer / loader / emitter, typed-value API, structured diagnostics with byte offset + 1-based line/column, configurable schemas (failsafe / JSON / core), duplicate-key and unknown-tag policies, and safety limits across the pipeline. Vendorsyaml/yaml-test-suitepinned atdata-2022-01-17and wires it into the build with zero skips enforced.19febaf→151bb06):19febaf/1063458– initial load-path improvements7918403– parser flow hot-path optimizationsb1dde13– fuse parser limit checks into a single guardad53127– parser & loader hot-path optimizations151bb06– follow-up perf wins after profiling10b1024,e1e3d37): README updates covering status, install, quick-start, schema/limit configuration, and conformance reporting.Requires Zig 0.16.0+ (enforced at build time).
Notable properties
deinitand allocation failure is propagated.unreachable, no UB — limits returnerror.Unsupportedwith a diagnostic.tests/conformance/skips.zigagainst the pinned suite.