Skip to content

Make Owned empty type#630

Open
stepancheg wants to merge 1 commit intocapnproto:masterfrom
stepancheg:owned
Open

Make Owned empty type#630
stepancheg wants to merge 1 commit intocapnproto:masterfrom
stepancheg:owned

Conversation

@stepancheg
Copy link
Copy Markdown
Contributor

@stepancheg stepancheg commented Mar 28, 2026

Makes more clear this is marker type.

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 29, 2026

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 51.00%. Comparing base (ab342b3) to head (e4b15a3).
⚠️ Report is 276 commits behind head on master.

Files with missing lines Patch % Lines
capnpc/src/codegen.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #630      +/-   ##
==========================================
- Coverage   51.64%   51.00%   -0.65%     
==========================================
  Files          69       71       +2     
  Lines       33735    32498    -1237     
==========================================
- Hits        17422    16574     -848     
+ Misses      16313    15924     -389     

☔ 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.

@dwrensha
Copy link
Copy Markdown
Member

Do you ever need to construct values of this type? I was under the impression that user code would never need to do that (but it's been a while, so I could be misremembering).

@stepancheg
Copy link
Copy Markdown
Contributor Author

Tests pass so I guess it is not meant to be constructed. (Otherwise there should be a test illustrating how construction is meant to be used.)

I am not too familiar with this library, just reading it for now and trying to make sense of it.

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.

2 participants