Re: Converting Python Tuples / Lists into Any in PyUNO

2019-05-17 Thread Thorsten Behrens
Stephan Bergmann wrote: > On 16/05/2019 14:41, Thomas Viehmann wrote: > > 2. If 1. is yes, would investigating github projects featuring "import > > uno" and checking whether and how they use "Any" interfaces be an OKish > > assessment method? > > Lets hope that somebody else with an actual

Re: Converting Python Tuples / Lists into Any in PyUNO

2019-05-16 Thread Stephan Bergmann
On 16/05/2019 14:41, Thomas Viehmann wrote: To move this forward or abandon: 0. I had half hoped that someone would step in and say that needing to pass a sequence of Any wrapped in a single Any to an interface is a rare thing. 1. If we were to form the opinion that not that many extension

Re: Converting Python Tuples / Lists into Any in PyUNO

2019-05-16 Thread Thomas Viehmann
Hello Stephan, thank you for weighing in! On 16/05/2019 09:20, Stephan Bergmann wrote: On 15/05/2019 15:27, Thomas Viehmann wrote: but that isn't really what this is about, it's about what sequence types are expected when an any is passed. My intuition would be that the more specific type

Re: Converting Python Tuples / Lists into Any in PyUNO

2019-05-16 Thread Stephan Bergmann
On 15/05/2019 15:27, Thomas Viehmann wrote: but that isn't really what this is about, it's about what sequence types are expected when an any is passed. My intuition would be that the more specific type is better when applicable, but I would value your input whether such a change would be