Branch: refs/heads/master
Home: http://github.com/castleproject/Castle.Core
Commit: d0f68305aaff070ec3ef9e73f8d4f28e45d19c73
http://github.com/castleproject/Castle.Core/commit/d0f68305aaff070ec3ef9e73f8d4f28e45d19c73
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-05-03 (Mon, 03 May 2010)
Changed paths:
M src/Castle.Core.Tests/BasePEVerifyTestCase.cs
M src/Castle.Core.Tests/DynamicProxy.Tests/Explicit/GenericMethodExplicit.cs
M src/Castle.Core.Tests/DynamicProxy.Tests/ExplicitInterfaceTestCase.cs
M src/Castle.Core/Castle.Core-vs2008.csproj
M src/Castle.Core/DynamicProxy/Contributors/ClassProxyTargetContributor.cs
M src/Castle.Core/DynamicProxy/Contributors/DelegateTypeGenerator.cs
M
src/Castle.Core/DynamicProxy/Contributors/InheritanceInvocationWithDelegateTypeGenerator.cs
M
src/Castle.Core/DynamicProxy/Contributors/MethodWithDelegateBasedInvocation.cs
M
src/Castle.Core/DynamicProxy/Generators/CompositionInvocationTypeGenerator.cs
A
src/Castle.Core/DynamicProxy/Generators/Emitters/SimpleAST/BindDelegateExpression.cs
M src/Castle.Core/DynamicProxy/Generators/InvocationTypeGenerator.cs
Log Message:
-----------
- added support for generic explicitly implemented interfaces methods on class
proxy. The impl. produces INVERIFIABLE code as a result of binding to invisible
(private) method. I tried binding via Delegate.CreateDelegate instead, as we do
for non-generic method but it seemed to be broken. If someone has better idea
of how to support it I'm open for suggestions.
Commit: bdebfe24843cb6e67ca4a29adf55cdb5ef3b24b6
http://github.com/castleproject/Castle.Core/commit/bdebfe24843cb6e67ca4a29adf55cdb5ef3b24b6
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-05-03 (Mon, 03 May 2010)
Changed paths:
M src/Castle.Core/Castle.Core-vs2008.csproj
Log Message:
-----------
- removed reference to deleted file
--
You received this message because you are subscribed to the Google Groups
"Castle Project Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/castle-project-commits?hl=en.