Re: Castle.Core mono bug affects GenericUtil.cs:AdjustGenericConstraints() fixed in a simple way.

2015-06-23 Thread Ralph Alexander Bariz
issue for what you are referring to by the type thing fixed with this, no. On Tue, Jun 23, 2015 at 6:43 PM, Ralph Alexander Bariz ralph...@gmail.com javascript: wrote: the generics thing, yes. the type thing fixed with this, no... at least not from me. Ralph Am Montag, 22. Juni 2015 15

A Question to Widnsor.

2015-06-23 Thread Ralph Alexander Bariz
Hi, At the moment in an app of mine I'm using a container mechanism basing on Castle.Core. The main idea was, as far as I understood it, similar as the idea behind windsor. The management mechanisms are not as mature and there were no lifestyles planned. Since this is much beautifuller in

Re: Castle.Core mono bug affects GenericUtil.cs:AdjustGenericConstraints() fixed in a simple way.

2015-06-23 Thread Ralph Alexander Bariz
). Am Dienstag, 23. Juni 2015 14:24:55 UTC+2 schrieb Jonathon Rossi: I can't find any issues logged by you on our issue tracker, did you log it on the mono or ours? https://github.com/castleproject/Core/issues/created_by/RalphBariz On Tue, Jun 23, 2015 at 10:17 PM, Ralph Alexander Bariz

Re: Castle.Core mono bug affects GenericUtil.cs:AdjustGenericConstraints() fixed in a simple way.

2015-06-25 Thread Ralph Alexander Bariz
the generics thing, yes. the type thing fixed with this, no... at least not from me. On Wed, Jun 24, 2015 at 6:27 PM, Ralph Alexander Bariz ralph...@gmail.com javascript: wrote: Good Morning No, as you can see in the stacktrace, this assertion affects OpenTKs Cloo. It has nothing to do

Re: Castle.Core mono bug affects GenericUtil.cs:AdjustGenericConstraints() fixed in a simple way.

2015-06-23 Thread Ralph Alexander Bariz
. On Mon, Jun 22, 2015 at 11:25 PM, Jonathon Rossi jo...@jonorossi.com javascript: wrote: Hi Ralph, See https://github.com/castleproject/Core/issues/81 for the issue that was already logged and the progress we are making. On Sun, Jun 14, 2015 at 5:18 AM, Ralph Alexander Bariz ralph

Castle.Core mono bug affects GenericUtil.cs:AdjustGenericConstraints() fixed in a simple way.

2015-06-13 Thread Ralph Alexander Bariz
The other crash happening when bypassed this, is fixed with mono 4.3.0 contributing a patch would not make sense, since adding the fix is a one line thing. simplyreplace constraints[i] = Adjust... with something like retConstraints[i] = Adjust... where retConstraints is a new

Re: Castle.Core mono bug affects GenericUtil.cs:AdjustGenericConstraints() fixed in a simple way.

2015-07-04 Thread Ralph Alexander Bariz
assumend with dotnet45 passing the defaultvalues of a parameter works. well mono 4 is dotnet45 and doesn't support that. BR Ralph Ralph Alexander Bariz ralph.ba...@gmail.com schrieb am Sa., 4. Juli 2015 um 19:40 Uhr: Hi Jonathon, I cloned the repo locally and finally I'm able to run the tests

Re: Castle.Core mono bug affects GenericUtil.cs:AdjustGenericConstraints() fixed in a simple way.

2015-07-06 Thread Ralph Alexander Bariz
code changes in a GitHub pull request rather than patches on the mailing list like we used to do 5 years ago. On Sun, Jul 5, 2015 at 6:06 AM, Ralph Alexander Bariz ralph.ba...@gmail.com wrote: And, I checked all ignored and failed tests of dynamicproxy. The defaultvalue for parameter tests

Re: Castle.Core mono bug affects GenericUtil.cs:AdjustGenericConstraints() fixed in a simple way.

2015-07-06 Thread Ralph Alexander Bariz
from GitHub.com. On Mon, Jul 6, 2015 at 5:24 PM, Ralph Alexander Bariz ralph.ba...@gmail.com wrote: My intention was to mail you the patches. Git pull request sounds good but I've got no idea about. Need to read a bit. I'm pretty new to github ^^ BR Ralph Jonathon Rossi j

Re: Abridged summary of castle-project-users@googlegroups.com - 3 updates in 1 topic

2015-07-05 Thread Ralph Alexander Bariz
://groups.google.com/group/castle-project-users/t/11fe156ad10d0da3?utm_source=digestutm_medium=email Ralph Alexander Bariz ralph.ba...@gmail.com: Jul 04 05:40PM Hi Jonathon, I cloned the repo locally and finally I'm able to run the tests with mono 4.0.2 in ubuntu 15.04. At least with nunit-console