Skip to content
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

idea from modules sync #5171

Closed
wants to merge 1 commit into from
Closed

idea from modules sync #5171

wants to merge 1 commit into from

Conversation

hjpalpha
Copy link
Collaborator

@hjpalpha hjpalpha commented Dec 5, 2024

Summary

as per rath's discussion point for modules sync here an idea ...

How did you test this change?

completely untested

@hjpalpha hjpalpha requested a review from Rathoz December 5, 2024 17:53
Comment on lines +1333 to +1339
local maxDate = DateExt.toYmdInUtc(DateExt.maxTimestamp) --[[@as string]]
local date = maxDate
for _, map in Table.iter.pairsByPrefix(match, 'map') do
local mapDate = map.date
if Logic.isNotEmpty(mapDate) and mapDate < date then
date = mapDate
end
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

probably need to read timestamp on the inputs instead so that they are properly comparable

@Rathoz
Copy link
Collaborator

Rathoz commented Dec 18, 2024

Superseeded by #5221

@Rathoz Rathoz closed this Dec 18, 2024
@hjpalpha hjpalpha deleted the idea-br-match-date branch January 3, 2025 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants