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

Bugfix: Newly downloaded workfile #11

Conversation

Sharkitty
Copy link
Owner

Changelog Description

Fix newly downloaded workfile (via pre_copy_last_published_workfile hook) wrongly marked as out of date.

Testing notes:

  • Download a workfile from the launcher (_old technique or locally unavailable workfile).
  • It should be marked as up to date.
  • Open a locally available workfile which is known to be marked as out of date.
  • It should remain out of date.

@Sharkitty Sharkitty requested a review from Tilix4 March 8, 2024 22:09
@Sharkitty Sharkitty self-assigned this Mar 8, 2024

# Set last publish time to current time
# This script assumes it is only executed in a known up to date workfile
# TODO Use UTC time instead of local time
Copy link
Collaborator

Choose a reason for hiding this comment

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

what about this TODO ?

Copy link
Owner Author

Choose a reason for hiding this comment

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

As we discussed, switching UTC should be a separate PR, which is already available here (PR 12).

Copy link
Collaborator

Choose a reason for hiding this comment

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

Ok, therefore this is not a TODO any more, you can remove this line.

Co-authored-by: Félix David <felixg.david@gmail.com>
@Sharkitty Sharkitty merged commit 723de90 into feature/blender_workfile_out_of_date_handling Mar 13, 2024
2 checks passed
@Sharkitty Sharkitty deleted the bugfix/newly_downloaded_workfile branch March 13, 2024 13:33
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