Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## codex/inline-containers-10-pair #984 +/- ##
===================================================================
- Coverage 87.88% 87.63% -0.25%
===================================================================
Files 103 103
Lines 39568 39936 +368
===================================================================
+ Hits 34773 34997 +224
- Misses 4795 4939 +144 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Merging this PR will not alter performance
Comparing Footnotes
|
ezrosent
force-pushed
the
codex/inline-containers-11-unstable-fn
branch
from
August 6, 2026 05:34
49c0d64 to
3be29f9
Compare
ezrosent
force-pushed
the
codex/inline-containers-11-unstable-fn
branch
from
August 10, 2026 05:20
3be29f9 to
9c1b8e9
Compare
ezrosent
force-pushed
the
codex/inline-containers-11-unstable-fn
branch
2 times, most recently
from
August 10, 2026 06:06
6eef7db to
b69d9fc
Compare
ezrosent
force-pushed
the
codex/inline-containers-11-unstable-fn
branch
from
August 10, 2026 06:54
b69d9fc to
05f883b
Compare
ezrosent
force-pushed
the
codex/inline-containers-11-unstable-fn
branch
2 times, most recently
from
August 14, 2026 04:37
db6571b to
ebc8824
Compare
ezrosent
force-pushed
the
codex/inline-containers-11-unstable-fn
branch
from
August 14, 2026 04:55
ebc8824 to
82da651
Compare
ezrosent
force-pushed
the
codex/inline-containers-11-unstable-fn
branch
from
August 14, 2026 05:02
82da651 to
3316809
Compare
ezrosent
force-pushed
the
codex/inline-containers-11-unstable-fn
branch
3 times, most recently
from
August 14, 2026 05:15
d1aa475 to
a693c62
Compare
ezrosent
force-pushed
the
codex/inline-containers-11-unstable-fn
branch
from
September 16, 2026 04:35
a693c62 to
6a28888
Compare
ezrosent
removed this pull request from stack #989
September 16, 2026 04:35
ezrosent
added this pull request to stack #1025
September 16, 2026 04:36
ezrosent
force-pushed
the
codex/inline-containers-11-unstable-fn
branch
from
September 18, 2026 05:24
6a28888 to
83b5f30
Compare
This branch has not been deployed
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
UnstableFnvalues as self-describing sequences containing the opaque descriptor, argument count, rebuild masks, and partial arguments.BaseValues.Stack
Draft, stacked on #983. This is PR 11 of 12 in the sequence-backed container stack.
Validation
Validated on the complete 12-commit stack:
cargo nextest run --workspace: 1,362 tests passedcargo test --workspace --doccargo clippy --workspace --all-targets -- -D warningscargo fmt --all -- --check