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

Fix wire disconnects for edge cases of Versioning #244

Merged
merged 1 commit into from
Apr 21, 2020

Conversation

adecler
Copy link
Member

@adecler adecler commented Apr 21, 2020

Issues addressed by this PR

Closes #214

Test files

@kThorsager , I'll let you use whatever file works for you (the one provided in the issue was not reproducing the bug for me so I created my own fake scenario).

@adecler adecler added the type:bug Error or unexpected behaviour label Apr 21, 2020
@adecler adecler added this to the BHoM 3.2 β MVP milestone Apr 21, 2020
@adecler adecler requested a review from kThorsager April 21, 2020 06:43
@adecler adecler self-assigned this Apr 21, 2020
Copy link

@kThorsager kThorsager left a comment

Choose a reason for hiding this comment

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

So testing this on some local changes and it does not work for 2.3 scripts which I don't mind that much given that we already have warnings and such.

But I've also found it to work for scripts which were saved at a later date, with a note that it's only the method part of the component which updates in the UI (that is the name of the inputs/output remain, which is fine)

But LGTM

@adecler
Copy link
Member Author

adecler commented Apr 21, 2020

Yes, I am relying on names as the only thing that gives a way to find the relation between old parameters and new ones. So I prefer not to change them, especially given that it doesn't break anything to leave them be.

@adecler
Copy link
Member Author

adecler commented Apr 21, 2020

/azp run BHoM_UI.CheckInstaller

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@adecler adecler merged commit b9c1422 into master Apr 21, 2020
@adecler adecler deleted the BHoM_UI-#214-WireDisconnectWithVersioning branch April 21, 2020 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Error or unexpected behaviour
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BHoM_UI: Disconnects for edge cases of Versioning_Toolkit
2 participants