Skip to content

Add Client parameter to projection traits - #3480

Merged
jswrenn merged 1 commit into
mainfrom
Gd2bc8560585e8f472223acf71b96e0f71b2d00c2
Sep 10, 2026
Merged

Add Client parameter to projection traits#3480
jswrenn merged 1 commit into
mainfrom
Gd2bc8560585e8f472223acf71b96e0f71b2d00c2

Conversation

@jswrenn

@jswrenn jswrenn commented Jul 7, 2026

Copy link
Copy Markdown
Collaborator

This will allow us to emit parallel impls from our various derives
without conflict.


Latest Update: v19 — Compare vs v18

📚 Full Patch History

Links show the diff between the row version and the column version.

Version v18 v17 v16 v15 v14 v13 v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v19 v18 v17 v16 v15 v14 v13 v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v18 v17 v16 v15 v14 v13 v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v17 v16 v15 v14 v13 v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v16 v15 v14 v13 v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v15 v14 v13 v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v14 v13 v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v13 v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v8 v7 v6 v5 v4 v3 v2 v1 Base
v7 v6 v5 v4 v3 v2 v1 Base
v6 v5 v4 v3 v2 v1 Base
v5 v4 v3 v2 v1 Base
v4 v3 v2 v1 Base
v3 v2 v1 Base
v2 v1 Base
v1 Base
⬇️ Download this PR

Branch

git fetch origin refs/heads/Gd2bc8560585e8f472223acf71b96e0f71b2d00c2 && git checkout -b pr-Gd2bc8560585e8f472223acf71b96e0f71b2d00c2 FETCH_HEAD

Checkout

git fetch origin refs/heads/Gd2bc8560585e8f472223acf71b96e0f71b2d00c2 && git checkout FETCH_HEAD

Cherry Pick

git fetch origin refs/heads/Gd2bc8560585e8f472223acf71b96e0f71b2d00c2 && git cherry-pick FETCH_HEAD

Pull

git pull origin refs/heads/Gd2bc8560585e8f472223acf71b96e0f71b2d00c2

Stacked PRs enabled by GHerrit.

@codecov-commenter

codecov-commenter commented Jul 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.90%. Comparing base (6dc9e75) to head (1101194).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3480      +/-   ##
==========================================
+ Coverage   91.89%   91.90%   +0.01%     
==========================================
  Files          20       20              
  Lines        6122     6130       +8     
==========================================
+ Hits         5626     5634       +8     
  Misses        496      496              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@joshlf joshlf left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's wait to merge until we have a few more PRs on top of this just so we're sure this is the right technical direction?

Comment thread zerocopy/src/pointer/mod.rs
@jswrenn
jswrenn force-pushed the Gd2bc8560585e8f472223acf71b96e0f71b2d00c2 branch from e0b7dc6 to a574926 Compare July 8, 2026 20:48
@jswrenn
jswrenn force-pushed the Gd2bc8560585e8f472223acf71b96e0f71b2d00c2 branch 2 times, most recently from e4acf8a to 644b98b Compare July 21, 2026 18:53
@jswrenn
jswrenn force-pushed the Gd2bc8560585e8f472223acf71b96e0f71b2d00c2 branch from 644b98b to a175cac Compare August 28, 2026 15:31
@jswrenn
jswrenn force-pushed the Gd2bc8560585e8f472223acf71b96e0f71b2d00c2 branch 3 times, most recently from 5d9811e to ea4e7c3 Compare September 9, 2026 21:16
@jswrenn
jswrenn enabled auto-merge September 9, 2026 21:16
This will allow us to emit parallel impls from our various derives
without conflict.

gherrit-pr-id: Gd2bc8560585e8f472223acf71b96e0f71b2d00c2
@jswrenn
jswrenn force-pushed the Gd2bc8560585e8f472223acf71b96e0f71b2d00c2 branch from ea4e7c3 to 1101194 Compare September 9, 2026 21:45
@jswrenn
jswrenn added this pull request to the merge queue Sep 10, 2026
Merged via the queue into main with commit b9e3697 Sep 10, 2026
111 checks passed
@jswrenn
jswrenn deleted the Gd2bc8560585e8f472223acf71b96e0f71b2d00c2 branch September 10, 2026 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants