Branch: refs/heads/master
Home: https://github.com/castleproject/Castle.Windsor
Commit: 9a35a5998f2a9bf2c961147249dab3ecae1ffc6c
https://github.com/castleproject/Castle.Windsor/commit/9a35a5998f2a9bf2c961147249dab3ecae1ffc6c
Author: Krzysztof Kozmic <[email protected]>
Date: 2011-01-13 (Thu, 13 Jan 2011)
Changed paths:
M TODO.txt
M
src/Castle.Windsor/Windsor/Experimental/Diagnostics/DebuggerViews/ComponentDebuggerView.cs
Log Message:
-----------
- simplified how the debugger description was being constructed for
ComponentDebuggerView
Commit: f37f34685b027c0fec114aae54eba8e6299c6f61
https://github.com/castleproject/Castle.Windsor/commit/f37f34685b027c0fec114aae54eba8e6299c6f61
Author: Krzysztof Kozmic <[email protected]>
Date: 2011-01-13 (Thu, 13 Jan 2011)
Changed paths:
M
src/Castle.Windsor/Windsor/Experimental/Diagnostics/Helpers/DefaultComponentViewBuilder.cs
Log Message:
-----------
- showing count of interceptors in debugger component view
Commit: 4a1ea16c939acde1d6e304dff40bfc8dba589827
https://github.com/castleproject/Castle.Windsor/commit/4a1ea16c939acde1d6e304dff40bfc8dba589827
Author: Krzysztof Kozmic <[email protected]>
Date: 2011-01-13 (Thu, 13 Jan 2011)
Changed paths:
M src/Castle.Windsor/Core/InterceptorReference.cs
Log Message:
-----------
- simplified how interceptors are displayed in component view so that we only
show the key / type
Commit: d7ff1dabb6d9dc2cd239471fa728e979ec1510fb
https://github.com/castleproject/Castle.Windsor/commit/d7ff1dabb6d9dc2cd239471fa728e979ec1510fb
Author: Krzysztof Kozmic <[email protected]>
Date: 2011-01-13 (Thu, 13 Jan 2011)
Changed paths:
M src/Castle.Windsor/Castle.Windsor.csproj
M src/Castle.Windsor/Core/ComponentModel.cs
A src/Castle.Windsor/Core/Internal/TypeUtil.cs
Log Message:
-----------
C#-ified type names shown in debugger views
Commit: 26b948edd78c88a2aff75d19bf86659d92740abc
https://github.com/castleproject/Castle.Windsor/commit/26b948edd78c88a2aff75d19bf86659d92740abc
Author: Krzysztof Kozmic <[email protected]>
Date: 2011-01-14 (Fri, 14 Jan 2011)
Changed paths:
M src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj
A src/Castle.Windsor.Tests/ClassComponents/GenericHasNested.cs
A src/Castle.Windsor.Tests/ClassComponents/HasNestedType.cs
A src/Castle.Windsor.Tests/TypeUtilTestCase.cs
M src/Castle.Windsor/Core/Internal/TypeUtil.cs
Log Message:
-----------
- added bunch of tests for TypeUtil's ToCSharpString method. It does not
support types nested in generic types the way it looks in C#, but I couldn't
care less and implementing this would be too much effort.
--
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.