Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Consolidate test targets into single workspace #19

Merged
merged 1 commit into from
Jan 16, 2021

Conversation

evanmiller
Copy link

ARC can be enabled with a per-file compiler flag (-fobjc-arc) so it's unnecessary to maintain two separate project code bases. Delete the Arc project and add a second target to the non-ARC project that enables ARC only on BSManagedDocument.

ARC can be enabled with a per-file compiler flag (-fobjc-arc) so it's
unnecessary to maintain two separate project code bases. Delete the Arc
project and add a second target to the non-ARC project that enables ARC
only on BSManagedDocument.
@evanmiller
Copy link
Author

Any thoughts on merging this? If it looks okay it will simplify my testing workflow for the other pull requests.

@jerrykrinock
Copy link
Owner

Well, I was thinking of taking my time, since I am in the middle of another slightly hairy mess. But now knowing your situation I shall pull it today, do some quick tests, approve the merge if no major issues, begin running it in my daily testing, and if any problems show up, deal with them later as new issues. Thank you for the nudge. I'm hoping your work might fix or shed light on a rare crash I'm still seeing.

@jerrykrinock jerrykrinock merged commit 8e9cdfb into jerrykrinock:v0.3.x Jan 16, 2021
@evanmiller evanmiller deleted the remove-arc-proj branch January 16, 2021 01:12
@evanmiller
Copy link
Author

Thanks! No rush on the other stuff, they are certainly "dangerous" changes and belong on the slow / scenic route.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants