Skip to content

Fix index-state falling back warning #1429

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

Closed
wants to merge 2 commits into from

Conversation

hamishmack
Copy link
Collaborator

@hamishmack hamishmack requested a review from michaelpj April 6, 2022 10:27
@@ -163,7 +163,7 @@ let
let
suitable-index-states =
builtins.filter
(s: s >= index-state-found) # This compare is why we need zulu time
(s: s > index-state-found) # This compare is why we need zulu time
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So it's significant that this is a > rather than a >=? Worth a comment.

Copy link
Collaborator

@michaelpj michaelpj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should wait until the cabal devs accept the patch?

@yvan-sraka yvan-sraka added the bug Something isn't working label Sep 20, 2022
@stale
Copy link

stale bot commented Jan 18, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Jan 18, 2023
@stale stale bot closed this Mar 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants