Re: [Ironpython-users] Binding problem with default parameters in public classes

2016-08-30 Thread Markus Schaber
Hi, all, I just tested it with C#, with different results: Using the dynamic keyword, it seems that C# using “dynamic” does not honor the optional parameter in any “inherited” case, it only works when the method implementation also provides the default parameter. ☹ This closely matches the beh

Re: [Ironpython-users] Binding problem with default parameters in public classes

2016-08-30 Thread Slide
I can see this both ways (bug and not a bug), so let's err on the side of bug and see if we can make the behaviour match C#. On Mon, Aug 29, 2016, 23:53 Markus Schaber wrote: > Hi, Slide, > > > > Using a public abstract base class produces the same result: If the > derived class is internal, the

Re: [Ironpython-users] Binding problem with default parameters in public classes

2016-08-30 Thread Markus Schaber
Hi, Slide, Using a public abstract base class produces the same result: If the derived class is internal, the call works fine, if the derived class is public, the call does not work. Best regards Markus Schaber CODESYS® a trademark of 3S-Smart Software Solutions GmbH Inspiring Automation Sol