-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Robot 6.1 compatibility #88
Comments
I believe this because I had to update my own listener to work under Robot 6.1: |
Most likely caused by this change: If I'm correct, fix will be easy. Unfortunate that noboby noticed this earlier. |
@pekkaklarck will you revert the usage of Path? However, i would consider this change from string to Path as a highly backwards incompatible change. i would bet that many other listeners do rely on this being a string. Ps: shame on me, not testing this before the Release. 🫣 |
I don't think reverting the change is a good idea. The reason it was done, as explained in the issue, is that
Big reason for using The change was obviously backwards incompatible and labeled as such. Expectation was that not many would be affected, because you in general should be using either I didn't, and don't, consider this to be big enough change to warrant calling the release RF 7. We've never said we'd be following semver strictly. More importantly, DataDriver and other possible tools that are affected by this would need to be updated anyway. |
Sure i will. And i did implement it a bad way. |
fixed in 1.8.0 |
I am getting the following error when attempting to upgrade to Robot 6.1 (note: this is under Python 3.10):
The text was updated successfully, but these errors were encountered: