-
Notifications
You must be signed in to change notification settings - Fork 1.3k
agx: Remove migration of test (pre-7) versions #19766
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
agx: Remove migration of test (pre-7) versions #19766
Conversation
…he latest defaults.
|
I'll check the failures later this week. #define AGX_VERSION 7
DT_MODULE_INTROSPECTION(AGX_VERSION, dt_iop_agx_params_t)This works: #define AGX_VERSION 7
DT_MODULE_INTROSPECTION(7, dt_iop_agx_params_t)Would that be an acceptable replacement? *new_version = self->so->get_introspection()->params_version; |
|
@kofa73 : No keep the current code, looking at the diff in GitHub was misleading it is clear now with your comments here. With some comments on the code too it would be just good. Thanks. |
|
Ah indeed missed that, So yes, I would do:
And
And just remove |
|
EDIT: just found the answer ("No") in the pixls thread. |
|
Let's wait with merging this until next Monday, so people have time to migrate their images. |
|
I'll merge this tomorrow morning (Nov 24) around 8h CET. |
|
Thank you! |
We don't want to maintain the migration code for the 6 test versions made before darktable 5.4 is officially released with AgX. In order to avoid crashes, we'll simply overwrite old versions with whatever the defaults of the currently latest version of darktable are.
Since this is a special case (sorry for breaking the rules -- I never thought it would get so badly out of hand), there are some repeated, screaming comments regarding the SPECIAL CASE. :-/
Announcement on pixls
In draft for a few days, so users can migrate their images before this gets released with a nightly. This comment will be removed when the PR is taken out of draft.