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

Remove unneeded string operations #9910

Merged
merged 7 commits into from
Jul 26, 2022
Merged

Remove unneeded string operations #9910

merged 7 commits into from
Jul 26, 2022

Conversation

TheOneRing
Copy link
Member

No description provided.

@TheOneRing TheOneRing changed the title Work/performance Remove unneeded string operations Jul 12, 2022
@TheOneRing TheOneRing requested a review from a team July 12, 2022 12:57
@@ -45,8 +45,8 @@ int oc_mkdir(const QString &path)
static mbchar_t wd_buffer[WD_BUFFER_SIZE];

typedef struct {
QByteArray result;
Copy link
Member Author

Choose a reason for hiding this comment

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

Not sure about the value of that unit test by now.....

@sonarcloud
Copy link

sonarcloud bot commented Jul 22, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@saw-jan
Copy link
Member

saw-jan commented Jul 22, 2022

CI hanged with the following message:

starting tests
11:21:42:280 Info: Starting server of Squish version 6.7.3 Alpha.
11:21:42:288 Info: Listening on 0.0.0.0:4322
11:21:42:288 Info: Listening on ws://127.0.0.1:45009?zWKcD9u1ONE8SoLEWr_N
11:21:42:288 Info: Announcing server presence via SSDP 

Tests are not running. Restarted CI.

changelog/unreleased/9910 Show resolved Hide resolved

if (vfs && vfs->statTypeVirtualFile(file_stat.get(), &handle->ffd)) {
if (vfs && vfs->statTypeVirtualFile(file_stat.get(), &handle->ffd)) {
Copy link
Contributor

Choose a reason for hiding this comment

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

The indentation is more off than it used to be. Please revise and if necessary fix for the entire file once and for all.

Copy link
Contributor

@fmoc fmoc left a comment

Choose a reason for hiding this comment

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

Indentation mess will be fixed in follow-up PR.

@TheOneRing TheOneRing merged commit 46a0f88 into master Jul 26, 2022
@delete-merged-branch delete-merged-branch bot deleted the work/performance branch July 26, 2022 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: No test needed
Development

Successfully merging this pull request may close these issues.

None yet

4 participants