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: correctly read state of map info contributors from profile XML #5976

Merged
merged 3 commits into from
Feb 27, 2022

Conversation

Delwing
Copy link
Contributor

@Delwing Delwing commented Feb 13, 2022

Brief overview of PR changes/additions

Just as title says... there were two bugs.
After flattening XML it was not longer easy to say, that user selected none of map info contributors or came from old save file.
While fixing that, I've noticed that I used wrong attribute name for reading map info contributors.

Motivation for adding to Mudlet

Other info (issues closed, discussion etc)

@Delwing Delwing requested review from a team as code owners February 13, 2022 20:28
@add-deployment-links
Copy link

add-deployment-links bot commented Feb 13, 2022

Hey there! Thanks for helping Mudlet improve. 🌟

Test versions

You can directly test the changes here:

No need to install anything - just unzip and run.
Let us know if it works well, and if it doesn't, please give details.

@mudlet-machine-account mudlet-machine-account added this to the 4.16.0 milestone Feb 13, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Feb 13, 2022

Messages
✔️

PR type: Fix

Generated by 🚫 dangerJS against c81872d

@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

Fix: fix reading map info contributors
@Delwing Delwing force-pushed the map-info-contributors-bugfixes branch from 4e31dd1 to 824f530 Compare February 13, 2022 20:38
@Delwing
Copy link
Contributor Author

Delwing commented Feb 15, 2022

@vadi2 can you rerun appveyor build please?

@vadi2
Copy link
Member

vadi2 commented Feb 25, 2022

All good now

@Delwing
Copy link
Contributor Author

Delwing commented Feb 25, 2022

Not sure why clangtidy suddenly failing.

@vadi2
Copy link
Member

vadi2 commented Feb 25, 2022

Checked the build log? Looks like an action issue, should be reported

@Delwing
Copy link
Contributor Author

Delwing commented Feb 26, 2022

I guess it complains about complexity of readHostPackage method which obviously is complicated one, yet kind of out of scope here. I might think of splitting that method at some point to smaller functions, at least just for sake of organizing code better.

@vadi2
Copy link
Member

vadi2 commented Feb 26, 2022

Seems fine to me to merge this time

@Delwing Delwing merged commit 68804e8 into Mudlet:development Feb 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants