pnpm / pacquet

experimental package manager for node.js
Apache License 2.0
762 stars 21 forks source link

fix(install/clean): infinite loops on circular dependencies #211

Closed await-ovo closed 9 months ago

await-ovo commented 9 months ago

add resolved_packages memo cache to state to avoid infinite loops when installing circular dependencies

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (c62a631) 92.65% compared to head (cbe9d62) 92.68%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #211 +/- ## ========================================== + Coverage 92.65% 92.68% +0.02% ========================================== Files 57 57 Lines 2847 2871 +24 ========================================== + Hits 2638 2661 +23 - Misses 209 210 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.