Pekka Klärck

Results 725 comments of Pekka Klärck

Sounds good. I don't think this is too big a task and it shouldn't have any backwards compatibility concerns, so it could be done already in RF 7.1. We basically...

Quick comments to the topics above: - Global converters obviously should be able to conveniently provide their own documentation. I guess they could have a `doc` attribute and we could...

First of all, have you tested using `--splitlog`? It ought to make loading the log file a lot faster, but opening individual tests and keywords should still work well. The...

I see. I thought "rendering" referred to viewing the lig file in a browser. Creating the log file has been profiled quite a bit and I'm afraid there are no...

Have you @oboehmer investigated this further? Just the peak memory usage doesn't tell much, we needed to know where the memory is spend. The Fil profiler I mentioned above could...

`Run Keyword And Ignore Error` catches failures caused by keywords but doesn't do anything to error messages. The `--exitonerror` option was actually introduced to make failed library imports etc. visible...

Failing imports cause an error but they don't prevent executing a suite. There is, however, `--exitonerror` command line option that you can use to change the behavior. A problem with...

First of all, I'm not entirely sure is using an automatic formatter a good idea in general, because the code they produce isn't always that great. A formatter has a...

It's true that listeners registered from the command line with `--listener` are notified about events before listeners registered by libraries. It ought to be possible to control the relative order...

I don't have a strong opinion should listener registered from the CLI or library listeners be registered first. As I commented earlier, the order could be changed, but due to...