-
Notifications
You must be signed in to change notification settings - Fork 697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix regression in local+noindex repository handling #10095
base: master
Are you sure you want to change the base?
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 file
3.10.2.1
surprisingly 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) |
This PR refactors getSourcePackagesAtIndexState into smaller functions.
93c2dca
to
5d9eee1
Compare
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: