-
Notifications
You must be signed in to change notification settings - Fork 471
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
Support collectible assemblies via new CollectibleProxyBuilder
#685
base: master
Are you sure you want to change the base?
Support collectible assemblies via new CollectibleProxyBuilder
#685
Conversation
617627e
to
42dfbc7
Compare
CollectibleProxyBuilder
CollectibleProxyBuilder
@castleproject/committers, I'll let this PR sit for a few days, in case anyone wants to review. If there are no objections, I'll go ahead and merge it in a few days' time as the enhancement to DynamicProxy it contains is fairly trivial. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@stakx Looks good. Could we add a very basic unit test to ensure the this new proxy builder at least works?
Thanks for reviewing. You're right, I forgot to write a test, since this started out only as a proof of concept. I'll add one. |
This is an alternative to #679. Consider it a proof of concept that is to be discussed further, over in #473. If we went ahead with this approach, the code here might have to be cleaned up a little more.