Commit 8b9a39e
committed
Make sure we throw an exception if we attempt to hash an MRTG more than once.
Somehow, we're seeing cases where the graph appears to be unstable and so
we get cycles in the MRTGs which is not supposed to happen. In the future,
we need to implement something else to ensure that if this happens
we can collapse the groups. But really they're supposed to be stable,
so we should try to figure out why the python object graph is not stable.1 parent 94842f0 commit 8b9a39e
File tree
2 files changed
+45
-24
lines changed- typed_python
2 files changed
+45
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
929 | 929 | | |
930 | 930 | | |
931 | 931 | | |
932 | | - | |
933 | | - | |
934 | | - | |
935 | | - | |
936 | | - | |
937 | | - | |
938 | | - | |
939 | | - | |
940 | | - | |
941 | | - | |
942 | | - | |
943 | | - | |
944 | | - | |
945 | | - | |
946 | | - | |
947 | | - | |
| 932 | + | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
| 938 | + | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
| 942 | + | |
| 943 | + | |
| 944 | + | |
| 945 | + | |
| 946 | + | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
| 950 | + | |
| 951 | + | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
| 955 | + | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
| 959 | + | |
| 960 | + | |
| 961 | + | |
| 962 | + | |
948 | 963 | | |
949 | | - | |
950 | | - | |
951 | 964 | | |
952 | | - | |
953 | 965 | | |
954 | | - | |
| 966 | + | |
| 967 | + | |
955 | 968 | | |
956 | | - | |
| 969 | + | |
957 | 970 | | |
958 | | - | |
959 | | - | |
| 971 | + | |
| 972 | + | |
| 973 | + | |
| 974 | + | |
| 975 | + | |
| 976 | + | |
960 | 977 | | |
961 | 978 | | |
962 | 979 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
126 | 128 | | |
127 | 129 | | |
128 | 130 | | |
| 131 | + | |
| 132 | + | |
129 | 133 | | |
130 | 134 | | |
131 | 135 | | |
| |||
0 commit comments