Pekka Klärck

Results 725 comments of Pekka Klärck

Do you know why this occurs? I hope it's not another Mypy bug.

The issue you @Snooz82 reported doesn't seem to be too much related to the possible new listener methods. Could you submit a separate issue with some more information and a...

We won't have time to add suitable model object representing variable files in RF 7.1. I believe it's better to do that later when we are also otherwise making bigger...

Adding the variable file import method is covered by #5116.

Adding the `variables_import` method itself at the same time as `library_import` and `resource_import` is trivial. As mentioned above, we don't have suitable objects representing variable files at the moment, and...

All three methods accept two arguments so that the first argument is the imported thing and the latter is the importer. As discussed above, with libraries and resource files the...

The code in the issue description looks pretty complicated. Could you @saifjarboui explain why you are calling your own functions via `BuiltIn.run_keyword` and not directly as normal Python functions? Explaining...

Although Python nowadays preserves dictionary order, the order doesn't generally affect equality and it shouldn't matter with this keyword either. Do you have a concrete example where `ignore_order` would be...

So you don't want to ignore order of dictionary keys but instead want to ignore order in their values? I guess something like `ignore_value_order` could be added, but I don't...