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

Fix installations subclassing #584

Merged
merged 4 commits into from
Oct 31, 2024
Merged

Fix installations subclassing #584

merged 4 commits into from
Oct 31, 2024

Conversation

bamx23
Copy link
Collaborator

@bamx23 bamx23 commented Oct 27, 2024

Resolves #581.

This PR replaces initWithRequiredProperties with an overridable validateSetupWithError method as a way to ensure installation setup. In addition to that sink method is now made public so that custom installations can implement it.

A sample is updated to confirm custom instalation classes work as intended.

@bamx23 bamx23 requested a review from GLinnik21 October 27, 2024 13:25
@bamx23 bamx23 merged commit abc51eb into master Oct 31, 2024
26 checks passed
@bamx23 bamx23 deleted the fix-installation-subclass branch October 31, 2024 10:35
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.

Custom CrashInstallation - initWithRequiredProperties not exposed in public api
1 participant