mirror of https://codeberg.org/topola/topola.git
I have replaced all instances of `HashMap<...>` with `BTreeMap<...>`, of `HashSet<...>` with `BTreeSet<...>`, and all the uses of the `Hash` trait with `Ord`. I have done a few manual tests and found the behavior to be deterministic between the GUI application launches. However, undoing an autoroute command and then manually executing it once again continues to produce variable results. I suppose this is because of some bug in the code where edits are applied. Hence, the issue https://codeberg.org/topola/topola/issues/46 is only partially resolved. |
||
|---|---|---|
| .. | ||
| specctra-core | ||
| specctra_derive | ||
| topola-cli | ||
| topola-egui | ||