Changes between Version 2 and Version 3 of Ticket #28866, comment 3


Ignore:
Timestamp:
Nov 30, 2017, 7:58:22 AM (7 years ago)
Author:
clincher

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28866, comment 3

    v2 v3  
    3232
    3333However, seriously, guys, I find it too much and still not perfect, because there can be cases when in list_2 will be additional paths before duplicated paths, how shall we manage them? We must make the method work as expected and clear: merge lists of paths in the proper way, not as it is now. In other words better we will have working explicit solution without warning rather than buggy solution with warning. What do you think?
     34
     35P.S. What if there are 2 lists like that:
     36
     37list_1= [path1, path2, path3]
     38list_2 = [path4, path2, path5]
     39
     40how shall we merge it?
Back to Top