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

unicode-org / icu4x / 7877217882
73%

Build:
DEFAULT BRANCH: main
Ran 12 Feb 2024 08:20PM UTC
Jobs 1
Files 890
Run time 3min
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

12 Feb 2024 08:01PM UTC coverage: 73.015% (-0.002%) from 73.017%
7877217882

push

github

web-flow
Add explicit lifetime to `ScriptExtensionsSet` impl (#4603)

By eliding this lifetime, the compiler assumes that the iterator is
valid for the lifetime of self, but it it really valid for the lifetime
of the underlying data. An explicit lifetime makes this clear, and
allows for the returned iterator to outlive the `&self` reference, which
is useful in many cases.

I've only fixed this once instance (and not looked for others) since
this is the case that I ran into first; I assume that this pattern is
repeated elsewhere, and it should probably be fixed systematically,
unless there is a rationale for this limitation that I am overlooking.

In any case I'm making the minimal PR here, as it's my first to the
project. Happy to make any changes or additions as requested.

Thanks!

47137 of 64558 relevant lines covered (73.01%)

293663.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7877217882.1 12 Feb 2024 08:20PM UTC 0
73.01
GitHub Action Run
Source Files on build 7877217882
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #7877217882
  • 61cf5cd0 on github
  • Prev Build on main (#7876662277)
  • Next Build on main (#7879381935)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc