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

Make analogy work through upgrades #1177

Open
wants to merge 1 commit into
base: v2.2
Choose a base branch
from
Open

Conversation

rexissimus
Copy link
Member

This is my attempt at fixing analogies on upgraded workflows

It should now work through most one-to-one upgrade actions.

The big problem is that right now we do not have a module remapping on upgrade actions. Right now I use the module location to compute upgrade maps, but we may want to find a more robust way to do this.

The algorithm may have problems with some upgrade actions. Right now, upgraded port names are fixed, but function upgrades are not.

Fixes #1175

Analogy now works through most one-to-one upgrades
* Analogy is now performed on upgraded versions
* The original analogy action chain is modified to work on
  an upgraded workflow.
* Fixes connection port name upgrades
* Will not fix function upgrades on existing modules
* uses module location to find upgrade map
* We may want to find a more robust way to create upgrade remaps!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Analogy fails on upgraded and pasted workflows
1 participant