chore: bump tx3-tir to 0.18.0#342
Merged
Merged
Conversation
tx3-tir 0.18.0 ships the parametric tuple types (`Type::Tuple`, N-ary `Expression::Tuple`). Bump the dependency across the workspace so the merged tuple frontend compiles against the released crate. Also handles `ast::Type::Tuple` in the tx3c TII schema emitter (`bin/tx3c/src/tii/schema.rs`) — an exhaustive `ast::Type` match that the tuple feature must cover; a tuple maps to a fixed-length, positionally-typed JSON Schema array. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
scarmuega
added a commit
that referenced
this pull request
Jun 12, 2026
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
Bumps
tx3-tir0.17.0→0.18.0across the workspace (tx3-lang,tx3-cardano,tx3-resolver,tx3c). The 0.18 release ships the parametric tuple types (Type::Tuple, N-aryExpression::Tuple) that the merged tuple frontend (#341) is built against —maindoes not compile againsttx3-tir 0.17without this.Also adds the missing
ast::Type::Tuplearm to the tx3c TII schema emitter (bin/tx3c/src/tii/schema.rs). That match is exhaustive overast::Type, so it's part of the tuple feature surface; a tuple emits a fixed-length, positionally-typed JSON Schema array (prefixItems+items: false+ pinnedmin/maxItems), matching the equivalent emitter intx3-mcp.Verification
Full workspace builds against
tx3-tir 0.18.0from crates.io; all test suites pass (tx3-lang184,tx3c23+84, others green).Release ordering
Follows the
tx3-tir 0.18.0release. Merge, then releasetx3-langso downstreamtx3-lsp/tx3-mcp/registrycan bump to it.🤖 Generated with Claude Code