Skip to content

Only use layout_for_ptr feature for zerocopy tests#3365

Open
joshlf wants to merge 1 commit into
mainfrom
Gouy5nmgied3joawzp6mdecm3nuhi35jh
Open

Only use layout_for_ptr feature for zerocopy tests#3365
joshlf wants to merge 1 commit into
mainfrom
Gouy5nmgied3joawzp6mdecm3nuhi35jh

Conversation

@joshlf
Copy link
Copy Markdown
Member

@joshlf joshlf commented May 13, 2026

This puts the use of the unstable feature layout_for_ptr behind
all(test, miri), since it is only necessary for zerocopy tests, not
for downstream users.

Release 0.8.49.


Latest Update: v2 — Compare vs v1

📚 Full Patch History

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

Version v1 Base
v2 vs v1 vs Base
v1 vs Base
⬇️ Download this PR

Branch

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

Checkout

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

Cherry Pick

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

Pull

git pull origin refs/heads/Gouy5nmgied3joawzp6mdecm3nuhi35jh

Stacked PRs enabled by GHerrit.

This puts the use of the unstable feature `layout_for_ptr` behind
`all(test, miri)`, since it is only necessary for zerocopy tests, not
for downstream users.

Release 0.8.49.

gherrit-pr-id: Gouy5nmgied3joawzp6mdecm3nuhi35jh
@joshlf joshlf force-pushed the Gouy5nmgied3joawzp6mdecm3nuhi35jh branch from 0c57500 to f590be1 Compare May 13, 2026 21:42
@joshlf joshlf enabled auto-merge May 13, 2026 21:42
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.88%. Comparing base (be6f199) to head (f590be1).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3365   +/-   ##
=======================================
  Coverage   91.88%   91.88%           
=======================================
  Files          20       20           
  Lines        6076     6076           
=======================================
  Hits         5583     5583           
  Misses        493      493           

☔ View full report in Codecov by Sentry.
📢 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 added this pull request to the merge queue May 14, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks May 14, 2026
@joshlf
Copy link
Copy Markdown
Member Author

joshlf commented May 14, 2026

@erickt
Copy link
Copy Markdown

erickt commented May 14, 2026

I can't update this branch, so I pushed up a potential fix for the test failure with #3374.

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.

4 participants