chore: docs, CI, tooling, and dotli integration for the Rust core#253
Open
pgherveou wants to merge 3 commits into
Open
chore: docs, CI, tooling, and dotli integration for the Rust core#253pgherveou wants to merge 3 commits into
pgherveou wants to merge 3 commits into
Conversation
This was referenced Jun 30, 2026
b137a87 to
23b8487
Compare
4c04a81 to
653553f
Compare
23b8487 to
1a3f7b8
Compare
653553f to
c912c54
Compare
1a3f7b8 to
4d25aec
Compare
caf5db9 to
b06cd62
Compare
ee1a104 to
36356d0
Compare
b06cd62 to
11ca719
Compare
36356d0 to
f71e58a
Compare
11ca719 to
693ed9b
Compare
693ed9b to
2d5bd01
Compare
f71e58a to
1aa779b
Compare
2d5bd01 to
09cc038
Compare
This was referenced Jul 1, 2026
09cc038 to
61a2deb
Compare
Contributor
|
Small suggestion from the runtime-boundary review: after - name: Check generated Rust output is committed
run: git diff --exit-code -- rust/crates/truapi-server/src/generated
- name: Check Rust/TS wire table parity
run: TRUAPI_REQUIRE_GENERATED_TS=1 cargo test -p truapi-server --test wire_table_ts_parityThat would make generated Rust dispatcher/wire-table drift and TS/Rust wire-table parity fail in CI directly, instead of relying on the broader workspace test behavior. |
79ffd50 to
e895f87
Compare
b09f4ad to
a5945ca
Compare
e895f87 to
3502aca
Compare
a5945ca to
f78e678
Compare
6b61321 to
995d10e
Compare
f78e678 to
7b8c9a2
Compare
Updates CLAUDE.md/README, CI workflows, Makefile, deny.toml, changesets, and linguist attributes for generated code, and bumps the dotli submodule to the host integration that consumes the WASM runtime.
995d10e to
a8858d6
Compare
7b8c9a2 to
4ed0495
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.
Updates CLAUDE.md/README, CI workflows, Makefile, deny.toml, changesets, and linguist attributes for generated code, and bumps the dotli submodule to the host integration that consumes the WASM runtime.
Stack
Part of the Rust core runtime port (umbrella: #104), split into a reviewable stack. Merge bottom-up.