Skip to content

Use Deref in objc2-foundation and remove "INS" helper traits #115

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

Merged
merged 14 commits into from
Jan 12, 2022

Conversation

madsmtm
Copy link
Owner

@madsmtm madsmtm commented Jan 6, 2022

Huge part of #58.

Also renamed protocols, now that the possible confusion from them is gone.

(Yes, there exists both the NSObject class and the NSObject protocol, but that is something we'll paper over).

@madsmtm madsmtm added the enhancement New feature or request label Jan 6, 2022
@madsmtm madsmtm force-pushed the foundation-deref branch 7 times, most recently from 797a5b0 to 5980596 Compare January 10, 2022 23:55
@madsmtm madsmtm marked this pull request as ready for review January 11, 2022 00:00
@madsmtm
Copy link
Owner Author

madsmtm commented Jan 11, 2022

I'm probably just gonna go and merge this, though we need a better solution for specifying a bound that says "this is an object, and not just something that is messageable" (see also #66).

@madsmtm madsmtm changed the title Use Deref in objc2-foundation Use Deref in objc2-foundation and remove "INS" helper traits Jan 11, 2022
This assertion failed in CI GNUStep 32bit with the retain count being 2 instead of the expected 1. If I see this issue again, I'll try to investigate it
@madsmtm madsmtm merged commit a564776 into master Jan 12, 2022
@madsmtm madsmtm deleted the foundation-deref branch January 12, 2022 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant