Branch: refs/heads/master
Home: http://github.com/castleproject/Castle.Core
Commit: 8d5763df0603a33ceb40ee33da06ca8f5bce8d66
http://github.com/castleproject/Castle.Core/commit/8d5763df0603a33ceb40ee33da06ca8f5bce8d66
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-04-06 (Tue, 06 Apr 2010)
Changed paths:
A src/Castle.DynamicProxy.Tests/BugsReported/DynProxy132.cs
M src/Castle.DynamicProxy.Tests/Castle.DynamicProxy.Tests-vs2008.csproj
A src/Castle.DynamicProxy.Tests/Interfaces/IHaveIndexers.cs
M src/Castle.DynamicProxy/Contributors/MembersCollector.cs
M src/Castle.DynamicProxy/Generators/Emitters/AbstractTypeEmitter.cs
M src/Castle.DynamicProxy/Generators/Emitters/PropertyEmitter.cs
M src/Castle.DynamicProxy/Generators/MetaProperty.cs
Log Message:
-----------
- fixed DYNPROXY-ISSUE-132 - "MetaProperty equals implementation incorrect"
The issue was actually deeper than the description implies. We were generating
indexers improperly skipping their parameters. In addition their arguments were
ignored when comparing, as described by the issue.
This is now fixed.
--
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.