| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
lgtm
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
|
CI failure seems to be flaking and not related to this PR. Will merge in a few unless otherwise commented |
Sorry, something went wrong.
|
ah, nm needs 1 more collab approval, missed that (will go poking around for one) |
Sorry, something went wrong.
There was a problem hiding this comment.
Couple of minor nits but LGTM
Sorry, something went wrong.
Co-authored-by: James M Snell <jasnell@gmail.com>
Co-authored-by: James M Snell <jasnell@gmail.com>
Sorry, something went wrong.
|
CI issues seem unrelated, going to merge in a bit |
Sorry, something went wrong.
PR-URL: #37298 Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Co-authored-by: James M Snell <jasnell@gmail.com>
|
Landed in fc574dc58380 |
Sorry, something went wrong.
Landed in f24e707 |
Sorry, something went wrong.
PR-URL: #37298 Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Co-authored-by: James M Snell <jasnell@gmail.com>
PR-URL: #37298 Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Co-authored-by: James M Snell <jasnell@gmail.com>
| Back | FazBrowse Home | New Git URL |
This fixes a case where repeated scope lookup for modules with multiple dependencies would fail and the manifest would look up the dependency redirector of the referrer rather than the scope. This was found in stress testing of https://github.com/bmeck/local-fs-https-imports . The reason it didn't appear to have a test before is likely that code coverage was unaffected.