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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infra: Repair name of Linux PTB version #7221

Merged
merged 1 commit into from May 12, 2024

Conversation

SlySven
Copy link
Member

@SlySven SlySven commented May 12, 2024

Brief overview of PR changes/additions

I made an error in #7160 as I thought that something that looked like a function call returned a value that could be assigned to something with a set(...) but CMake doesn't work like that, instead one has to provide a variable to recieve the value as the last argument to a string(...) function. 馃檮

Motivation for adding to Mudlet

Fix an error that causes cruft to appear, at least, in the version number on the first tab of the "About Mudlet" dialogue.

Other info (issues closed, discussion etc)

This should close #7220.

#### Brief overview of PR changes/additions
I made an error in Mudlet#7160 as I thought that something that looked like a
function call returned a value that could be assigned to something with a
`set(...)` but CMake doesn't work like that, instead one has to provide a
variable to recieve the value as the last argument to a `string(...)`
function. 馃檮

#### Motivation for adding to Mudlet
Fix an error that causes cruft to appear, at least, in the version number
on the first tab of the "About Mudlet" dialogue.

#### Other info (issues closed, discussion etc)
This should close Mudlet#7220.

Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
@SlySven SlySven requested a review from a team as a code owner May 12, 2024 17:22
@add-deployment-links
Copy link

add-deployment-links bot commented May 12, 2024

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.

@SlySven SlySven added this to the 4.17.3 milestone May 12, 2024
@Kebap Kebap changed the title Fix: correct an error I made in PR7160 Infra: Repair name of Linux PTB version May 12, 2024
@Kebap
Copy link
Contributor

Kebap commented May 12, 2024

Renamed to actually reflect contents

@SlySven
Copy link
Member Author

SlySven commented May 12, 2024

I wonder if I get a badge for turning this around quickly? 馃榾

@SlySven SlySven enabled auto-merge (squash) May 12, 2024 17:30
@vadi2
Copy link
Member

vadi2 commented May 12, 2024

awesome

@SlySven SlySven merged commit ee14eff into Mudlet:development May 12, 2024
9 of 10 checks passed
@mpconley
Copy link
Contributor

Thanks!

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.

Linux PTB version-name shows TOLOWER
4 participants