• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

unicode-org / icu4x / 12093616410
73%

Build:
DEFAULT BRANCH: main
Ran 30 Nov 2024 04:54AM UTC
Jobs 1
Files 985
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

30 Nov 2024 04:41AM UTC coverage: 76.149% (+0.006%) from 76.143%
12093616410

push

github

web-flow
Relax trait bound for `EitherCart` in `Yoke` crate (#5876)

The enum `EitherCart` in `Yoke` crate theoretically implements `Deref`
and `StableDeref` traits. However, it does not support the dereferenced
type `T` being Unsized (like `[u8]`). As a result, types like
`EitherCart<Arc<[u8]>, Box<[u8]>>` cause compiler errors, making this
enum less useful.

In this pull request, I have relaxed the trait bound of `T` to support
unsized types. This change should be safe as the origin `Deref` already
allows Unsized `T`.

---------

Co-authored-by: zhongyi51 <zhongyi51@users.noreply.github.com>

57231 of 75157 relevant lines covered (76.15%)

628124.49 hits per line

Jobs
ID Job ID Ran Files Coverage
1 12093616410.1 30 Nov 2024 04:54AM UTC 0
76.15
GitHub Action Run
Source Files on build 12093616410
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #12093616410
  • 7a7a89e9 on github
  • Prev Build on main (#12056475403)
  • Next Build on main (#12129777989)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc