• Bram Schoenmakers's avatar
    Store edge IDs as integer in the dependency graph. · a0fafb05
    Bram Schoenmakers authored
    add_dependency would store them as strings. On the next invocation
    of add_dependency, find_new_id wouldn't find the previously stored
    value since it looks for integers. Therefore it returns the same
    ID, resulting in duplicate edge IDs.
    a0fafb05
TodoListTest.py 7.51 KB