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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Bugfixes
Prevent method name collisions when a proxy type implements more than two identically named interfaces having one or more identically named methods each. Name collisions are avoided by including the declaring types' namespaces in the proxy type's method names. (@stakx, #469)
Reduce lock contention while generating new proxy types which previously blocked new proxy instances (@tangdf, #484)
Fix mixins where proxy constructor fields were ordered differently to interfaces because of different case comparisons (@zapov, #475)
Fix proxy generation for types having only a private protected constructor (@mriehm, #491)