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

Add branding option to enforce VFS on Windows #8179

Merged
merged 1 commit into from
Apr 15, 2021
Merged

Conversation

TheOneRing
Copy link
Member

@TheOneRing TheOneRing commented Oct 20, 2020

image

@sonarcloud
Copy link

sonarcloud bot commented Oct 20, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@dragotin
Copy link
Contributor

On a general note: If we have an option "forceVFS" that makes the "enableExperimentalFeature" option obsolete automatically. How would we have a way to force an experimental feature? That does not make sense IMHO.

@TheOneRing
Copy link
Member Author

The branch is horrible outdated, by now windows vfs is no longer an experimental feature...
Only the unix vfs is considered experimental.

@TheOneRing TheOneRing changed the base branch from 2.7 to 2.8 April 13, 2021 11:30
@TheOneRing TheOneRing requested a review from fmoc April 14, 2021 14:37
@TheOneRing TheOneRing changed the title [WIP] Enforce vfs Add branding option to enforce VFS on Windows Apr 14, 2021
@TheOneRing TheOneRing force-pushed the work/enforce_vfs branch 3 times, most recently from 0b2b2f1 to 71ed74d Compare April 14, 2021 14:47
@sonarcloud
Copy link

sonarcloud bot commented Apr 14, 2021

Kudos, SonarCloud 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

if (Theme::instance()->showVirtualFilesOption() && vfsMode != Vfs::Off && (vfsMode == Vfs::WindowsCfApi || Theme::instance()->enableExperimentalFeatures())) {

if (Theme::instance()->forceVirtualFilesOption() && vfsMode == Vfs::WindowsCfApi) {
// using an else if too make the condition not even more complex...
Copy link
Member

Choose a reason for hiding this comment

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

*to

@TheOneRing TheOneRing merged commit d905045 into 2.8 Apr 15, 2021
@delete-merged-branch delete-merged-branch bot deleted the work/enforce_vfs branch April 15, 2021 10:15
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