-
Notifications
You must be signed in to change notification settings - Fork 14
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 non-debug builds #428
Fix non-debug builds #428
Conversation
ProcessInfo.processInfo.environment["XCTestConfigurationFilePath"] != nil | ||
#else | ||
return false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This call now just returns false
if we're not in a DEBUG
configuration.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Thanks Sam! :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 👍 💯
* develop: Fix non-debug builds (#428) new tds url (#430) Sparkle 1.27.1 (#411) Disable CVDisplayLing logging (#421) Update Fire Popover graphics (#426) Version 0.18.7 Refresh the address bar when reloading (#413) Fix tabs leakage after Drag-Drop (#423) Point to BrowserServicesKit 8.0. (#425) Import error improvements (#406) Replace Burn and Fireproof icons (#416) don't disable the UI unless onboarding has been marked as finished (#420) fix nested RunLoop waiting (#422) Version 0.18.6
# By Alexey Martemyanov (2) and others # Via GitHub (1) and Tomas Strba (1) * develop: Fix crash on SecureVault corruption (#417) ensure app usage is sent (#429) Fix non-debug builds (#428) new tds url (#430) Sparkle 1.27.1 (#411) Disable CVDisplayLing logging (#421) Version 0.18.7 # Conflicts: # DuckDuckGo/Menus/MainMenuActions.swift
* Update the conditional check around `isRunningTests`. * Fix SwiftLint warning. * Silence Xcode warnings.
Task/Issue URL: https://app.asana.com/0/1199230911884351/1201834657842440/f
Tech Design URL:
CC:
Description:
This PR updates a new conditional that was added to
isRunningTests
to support compiling for configurations other thanDEBUG
.Steps to test this PR:
Testing checklist:
Internal references:
Software Engineering Expectations
Technical Design Template
When ready for review, remember to post the PR in MM