Skip to content
This repository was archived by the owner on Dec 27, 2025. It is now read-only.

Conversation

@zats
Copy link

@zats zats commented Dec 15, 2019

If I'm not mistaken AspectIdentifier is what being returned by aspect_hookSelector… method
If so it's advertised that it would conform to AspectToken protocol
It does it in informal way (by just implementing required methods)
What it means is that if we check the object returned by aspect_hookSelector… method at runtime for the protocol conformance it will actually fail which can impact user logic relying on that

If I'm not mistaken AspectIdentifier is what being returned by `aspect_hookSelector…` method
If so it's advertised that it would conform to `AspectToken` protocol
It does it in informal way (by just implementing required methods)
What it means is that if we check the object returned by `aspect_hookSelector…` method at runtime for the protocol conformance it will actually fail which can impact user logic relying on that
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant