You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can multiple macros be defined to allow the importer to pick the appropriate version, or should the macro itself have multi-version support?
I'd say that we should only aim to support latest version (plus usual leeway for module catch-up), but realistically most macros shouldn't be that complex. If a macro is being broken every single update, I think there's an issue with that macro; the vast majority will be just simple actor.data.data updates, so as long as we don't have another de-data.data-ing then I think things will mostly be fine.
The module should only import/apply macros that are compatible with the version it's currently running on
Or give the option whether to import or skip (potentially as a catch-all module setting rather than a per-import prompt). Some people like the risk I guess 🥴
The text was updated successfully, but these errors were encountered: