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

npm / arborist / #912

Build:
Build:
LAST BUILD BRANCH:
DEFAULT BRANCH: master
Ran 27 Apr 2021 11:08PM UTC
Jobs 1
Files 39
Run time 8s
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

pending completion
#912

push

isaacs
support resolvable partial intersecting peerSets

In cases where a peerSet _partially_ overlaps another, we were
previously treating that as a conflict, because not everything in the
peerSet was being replaced.

So for example,

```
root -> (a)
a -> PEER(w@1, x@1, y@1)
b -> PEER(x@1.0, y@1.0, z@1.0)
```

First we install, and get `w@1.1.0`, `x@1.1.0` and `z@1.1.0`.

Then, we try to install `b`, and need to install the `1.0.0` versions of
`x` and `y`.  We could replace `x` and `y`, but then `z` had no
replacement, and was treated as an ERESOLVE mistakenly.

Some work was required to make it still note when a not-replaced member
of the peer set _is_ indicative of a conflict, because it depends on a
version of a dep within the peer set that is not satisfied by the one
being replaced.

3007 of 3007 branches covered (100.0%)

Branch coverage included in aggregate %.

4059 of 4059 relevant lines covered (100.0%)

568.06 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #912.1 27 Apr 2021 11:07PM UTC 0
100.0
Source Files on build #912
Detailed source file information is not available for this build.
  • Back to Repo
  • c151d296 on github
  • Prev Build on
  • Next Build on
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