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
Currently flix only has one version (1.0.0)
Soon there will be version 1.1.0, need an approach to managing multiple versions. Some thoughts:
(strict) Force flix to be migrated to newest version before they can be executed or bindings generated
(lax) Have version specific logic for executing and generating bindings files (might not be much specific logic needed from version to version)
(mixed) Allow executing all versions and only support generating binding files on current version. Then users would only have to migrate flix to generate binding files.
(kick can) Decide later and only support current version at development time.
The text was updated successfully, but these errors were encountered:
Currently flix only has one version (1.0.0)
Soon there will be version 1.1.0, need an approach to managing multiple versions. Some thoughts:
(strict)
Force flix to be migrated to newest version before they can be executed or bindings generated(lax)
Have version specific logic for executing and generating bindings files (might not be much specific logic needed from version to version)(mixed)
Allow executing all versions and only support generating binding files on current version. Then users would only have to migrate flix to generate binding files.(kick can)
Decide later and only support current version at development time.The text was updated successfully, but these errors were encountered: