robotframework-tidyautomatically converts the pipe format into the space format by default. This can probably be disabled somehow, but since not all transformers support the pipe format, it doesn't make much sense to keep it. Removing the pipe format would make the code simpler and more consis...
Comment #3 on issue 939 by pekka.klarck: Remove possibility to create scalar variables with list values in variable table http://code.google.com/p/robotframework/issues/detail?id=939 Instead of catenating all cells together with a space, we could consider catenating rows together with a ne...
The Press Keys keyword was introduced to replace Press Key. Press Key in turn was deprecated but I (Ed Manlove failed to remove). Its been noted that both keywords use different underlying methods for sending or pressing keys and either ...
http://code.google.com/p/robotframework/issues/detail?id=939 This issue was updated by revision 018c70ad434e. Using scalar variables to create list values does not throw DataErroranymore, instead it gives a warning. Actually using the scalar listvariable throws DataError. -- You received this...
robotdan mentioned this pull request Nov 8, 2024 bpontarelli/virtual threads #65 Open Member Author robotdan commented Nov 8, 2024 Merged into #65 robotdan closed this Nov 8, 2024 Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment ...
Comment #8 on issue 939 by tatu.ka...@eficode.com: Remove possibility tocreate scalar variables with list values in variable table http://code.google.com/p/robotframework/issues/detail?id=939 (No comment was entered for this change.) ...
Comment #11 on issue 939 by pekka.klarck: Remove possibility to createscalar variables with list values in variable table http://code.google.com/p/robotframework/issues/detail?id=939This issue was updated by revision eab00075ee6d. Cleaned up creating the error a litle. Otherwise looked great...
Remove deprecation for using `Create Dictionary` with individual keys and values #2386 Closed pekkaklarck opened this issue Jun 1, 2016· 0 comments CommentsMember pekkaklarck commented Jun 1, 2016 Create Dictionary was originally used like this: Create Dictionary key1 value1 key2 value2 ...
Comment #9 on issue 939 by tatu.ka...@eficode.com: Remove possibility tocreate scalar variables with list values in variable table http://code.google.com/p/robotframework/issues/detail?id=939 Need to check if documentation needs updating ...
Comment #6 on issue 939 by tatu.ka...@eficode.com: Remove possibility tocreate scalar variables with list values in variable table http://code.google.com/p/robotframework/issues/detail?id=939 This issue was closed by revision 53774f9a3fa5. ...