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

replace assertion in assertObjectDeallocated with sigint #428

Merged
merged 2 commits into from
Jul 21, 2023

Conversation

mallexxx
Copy link
Collaborator

@mallexxx mallexxx commented Jul 20, 2023

Please review the release process for BrowserServicesKit here.

Required:

Task/Issue URL: https://app.asana.com/0/1199230911884351/1205078062142519/f
iOS PR: not affected
macOS PR: duckduckgo/macos-browser#1374
What kind of version bump will this require?: Patch

Description:
replace deinit check assert with sigint; UPD: added different options
fix some warning

Steps to test this PR:

  1. Make a retain cycle for Tab or WebView, close the tab
  2. Ensure sigint is raised instead of assertion

Copy link
Contributor

@brindy brindy left a comment

Choose a reason for hiding this comment

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

LGTM

@brindy brindy assigned mallexxx and unassigned brindy Jul 20, 2023
@mallexxx mallexxx merged commit 108c359 into main Jul 21, 2023
@mallexxx mallexxx deleted the alex/sigint-deallocation-check branch July 21, 2023 05:47
mallexxx added a commit to duckduckgo/macos-browser that referenced this pull request Jul 21, 2023
Task/Issue URL:
https://app.asana.com/0/1199230911884351/1205078062142519/f
BSK PR: duckduckgo/BrowserServicesKit#428

**Description**:
replace deinit check assert with sigint

**Steps to test this PR**:
1. Make a retain cycle for Tab or WebView, close the tab
2. Ensure sigint is raised instead of assertion
samsymons added a commit that referenced this pull request Jul 21, 2023
* main:
  replace assertion in assertObjectDeallocated with sigint (#428)
tomasstrba pushed a commit that referenced this pull request Jul 26, 2023
* replace assertion in assertObjectDeallocated with sigint

* add different options to ensureObjectDeallocated; fix some warnings
afterxleep pushed a commit that referenced this pull request Aug 2, 2023
* replace assertion in assertObjectDeallocated with sigint

* add different options to ensureObjectDeallocated; fix some warnings
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.

2 participants