Closed taegyunkim closed 5 years ago
Ready for review.
There are a few more places where we need to replace dict/set: https://github.com/chipmunk-project/chipmunk/search?p=1&q=set&unscoped_q=set and https://github.com/chipmunk-project/chipmunk/search?q=dict&unscoped_q=dict
Not all of these might affect us, but let's just use OrderedSet/OrderedDict everywhere for consistency.
There are a few more places where we need to replace dict/set: https://github.com/chipmunk-project/chipmunk/search?p=1&q=set&unscoped_q=set and https://github.com/chipmunk-project/chipmunk/search?q=dict&unscoped_q=dict
Not all of these might affect us, but let's just use OrderedSet/OrderedDict everywhere for consistency.
Yes, I don't think other parts of the repo affect the results, but updated them just in case.
Addresses #178.
Note that we still need to think carefully not to break this whenever we modify the code that updates sketch.
As commented, we could have avoided this issue if we have used Python 3.6 or later.