Comment #18 on issue 1500 by pekka.klarck: **kwargs support for Dynamic
Test Libraries
http://code.google.com/p/robotframework/issues/detail?id=1500
Interesting, didn't know you could have an argument that didn't inherit
Class in the end. I'd say using `isinstance(args[-1], Class)` or perhaps
even `hasattr(args[-1], 'isArray')` would work better here. No need to
change this in your fork, though, we can change it when we merge the code.
Regarding to PyDictionary, is it so that kwargs only work with Java if
runKeyword takes it as an argument? That would be far from ideal and should
be changed so that any Map works. There may not be automatic dict -> Map
coersion in Jython, but that's very easy to do in Robot side. It's actually
already done at least in one place somewhere. Could be moved to a reusable
util if that's not already done.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
---
You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.