Fix regression in local+noindex repository handling#10095
Fix regression in local+noindex repository handling#10095andreabedini wants to merge 2 commits intohaskell:masterfrom
Conversation
2bf10b4 to
e90909f
Compare
|
Rebasing on latest master for a CI fix. |
|
Sorry for the noise, testing a bot to track review requests |
|
I am actually not sure why I had marked this as a draft. Maybe because it's missing a test 🤔 |
e90909f to
93c2dca
Compare
|
Should that be backported for release 3.12.2.0? The PR that introduced the problem is old, so it's surely on the 3.12 branch. |
|
This doesn't solve the regression, at least on Windows. The cabal file3.10.2.1surprisingly enough, it prints the paths in verbose mode as missing the With this branch's
|
|
Thanks @jasagredo. (if only I had written a test 😂) |
|
@andreabedini any energy to get back to this? It may be good to manage it before 3.14 release since people start noticing: #9891 (comment) |
93c2dca to
5d9eee1
Compare
|
@andreabedini: do you think it's ready for another round of reviews? Any help needed? |
|
@andreabedini: ping, ping! :) |
This PR refactors getSourcePackagesAtIndexState into smaller functions.
5d9eee1 to
1e4b662
Compare
|
Superseded by #10730 |
Template B: This PR does not modify behaviour or interface
This fixes #9891, introduced in #8944, where the index cache is checked even for local+noindex repositories.
Include the following checklist in your PR: