feat(kotoba): add Fory header and VARINT64 fixture - #3989
Open
com-junkawasaki wants to merge 3 commits into
Open
feat(kotoba): add Fory header and VARINT64 fixture#3989com-junkawasaki wants to merge 3 commits into
com-junkawasaki wants to merge 3 commits into
Conversation
Add a fork-only Kotoba 0.7.2 wasm32/i64-v1 module that encodes and decodes one vendored xlang record: header bitmap, NOT_NULL, VARINT64 42. CI runs checks.sh against a real compiler receipt and runtime value. Co-authored-by: Jun Kawasaki <04.feasts_minded@icloud.com>
Stop wheels, language CI, lint, allowlist, and PR-body cleanup from enqueueing on kotoba/** or kotoba.yml-only changes. Kotoba v1 stays path-filtered to those files. No CI result is claimed. Co-authored-by: Jun Kawasaki <04.feasts_minded@icloud.com>
GitHub rejects paths and paths-ignore on the same event. Wheel and lint-push filters now exclude kotoba/** and kotoba.yml with ! globs. Co-authored-by: Jun Kawasaki <04.feasts_minded@icloud.com>
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.
Adds a first-class
kotoba/sibling next to the other language trees.What this is
v1 encode/decode of one vendored xlang record: header bitmap, NOT_NULL, VARINT64 type id, zigzag(42). Compiles to host-independent wasm32 with kotoba CLI v0.7.2 (no FFI, no IEEE floats).
What this is not
Checks
kotoba/checks.shcompiles the module and requires a real wasm receipt plus runtime value1. Fork workflow is on kotoba-lang#1. This PR does not claim that workflow has already gone green.ASF ICLA may apply for this contribution. This PR does not file ICLA.
Fork PR: kotoba-lang#1