You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 13, 2022. It is now read-only.
Assuming #829 goes in, we should consider adding a a capability API. This allows implementations that cannot support runtime code generation to expose up-front that they will fail at runtime with PlatformNotSupportedException. This allows consumers to write code like this:
Assuming #829 goes in, we should consider adding a a capability API. This allows implementations that cannot support runtime code generation to expose up-front that they will fail at runtime with
PlatformNotSupportedException. This allows consumers to write code like this:Strictly speaking, this is violating our inclusion principles but it seems the opportunity loss seems high for what amounts to be a simple API.