Pekka Klärck
Pekka Klärck
No updates. Closing.
The planned loud deprecation of variables not matching patterns (#4524) wasn't done in RF 6.1 and there never was RF 6.2. In RF 7 we now need to decide should...
Yeah, let's take the safe route and deprecate this behavior properly first. I'll move this issue in to RF 8 scope.
FWIW, dead snakes is back: https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa
I tested this locally and the added new test succeeded also without the fix. I got it to fail by calling `Evaluate` before `Pause Execution` and the provided change fixed...
I have no idea why this happens, but the problem seems to be somehow related to what your `initTransport` keyword does. Somehow it causes problems with Tcl that Dialogs uses...
Do I get it right that adding `gc.collect()` to `_close` fixes/workarounds the issue? If yes, and the change doesn't have adverse effects, could someone create a PR with the fix...
PR #5046 looks good but I don't have time to test it now. I'll add this issue to RF 7.0.1 scope so that we don't forget about it.
Fixed by PR #5046. Thanks for contribution @lfighter!
This fix will be included in the forthcoming RF 7.0.1. I hope users who have encountered crashes with Dialogs can test that release and submit new issues if problems persist.