Aspects icon indicating copy to clipboard operation
Aspects copied to clipboard

Conform AspectIdentifier to AspectToken

Open zats opened this issue 4 years ago • 0 comments

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

zats avatar Dec 15 '19 18:12 zats