Skip to content

Only enable IRE driver GA bugfix for IRE games#5474

Merged
vadi2 merged 2 commits intodevelopmentfrom
fix-unnecessary-linebreaks-ire
Oct 3, 2021
Merged

Only enable IRE driver GA bugfix for IRE games#5474
vadi2 merged 2 commits intodevelopmentfrom
fix-unnecessary-linebreaks-ire

Conversation

@vadi2
Copy link
Copy Markdown
Member

@vadi2 vadi2 commented Oct 2, 2021

Brief overview of PR changes/additions

Only enable IRE driver GA bugfix for IRE games

Motivation for adding to Mudlet

Other non-IRE games were affected adversely, see #5440

Other info (issues closed, discussion etc)

Fix #5440

@vadi2 vadi2 requested a review from a team as a code owner October 2, 2021 07:49
@vadi2 vadi2 requested a review from a team October 2, 2021 07:49
@add-deployment-links
Copy link
Copy Markdown

add-deployment-links bot commented Oct 2, 2021

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.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Oct 2, 2021

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

@mrocke
Copy link
Copy Markdown

mrocke commented Oct 2, 2021

I tested this fix: created a new profile connecting to TFE, confirmed the option was unchecked and output looks good. Created new profile and connected to Aetolia, confirmed option is checked and output looks good there too.

dir.setSorting(QDir::Time);
QStringList entries = dir.entryList(QDir::Files, QDir::Time);
bool preInstallPackages = false;
bool loadingForFirstTime = false;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

🤔 It is a little unclear, but this actually means "loadingThisProfileForFirstTime" - given that that is a little long, can we add a comment to that effect here instead?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Sure, done.

@SlySven SlySven added the hacktoberfest-accepted Not yet merged, but a welcome addition already! :-) label Oct 2, 2021
@vadi2 vadi2 added this to the 4.14.0 milestone Oct 3, 2021
@vadi2 vadi2 merged commit a186765 into development Oct 3, 2021
@vadi2 vadi2 deleted the fix-unnecessary-linebreaks-ire branch October 3, 2021 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hacktoberfest-accepted Not yet merged, but a welcome addition already! :-)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix unnecessary linebreaks incorrectly removes linebreaks in certain situations

3 participants