Commit Graph

9 Commits

Author SHA1 Message Date
Mikolaj Wielgus 0dacb99c9e tests: shorten the paths to test projects 2024-07-18 14:18:42 +02:00
Mikolaj Wielgus ace5709e5d cleanup: `cargo fix`, `cargo fmt` to reduce number of error messages 2024-07-15 13:14:17 +02:00
Mikolaj Wielgus 806742736a cleanup: get rid of `*Trait` names for traits, use verbs and sentences 2024-07-03 13:40:37 +02:00
Mikolaj Wielgus 3ce8cfcabc autorouter: fix redo operation
Redone operation was only dispatched, not truly executed.
2024-06-25 11:20:59 +02:00
Mikolaj Wielgus e15e1efe5e router: remove observers
The observer "pattern", arguably, is an anti-pattern that managed to get
into textbooks. It causes a lot of problems, it was a bad idea to use
it.
2024-06-18 01:37:45 +02:00
Mikolaj Wielgus a7b4a84b98 layout: remove inserted dots if placing via fails 2024-06-17 23:59:36 +02:00
Mikolaj Wielgus 96ad809a83 tests: fix multilayer test (somehow I managed to earlier push it broken) 2024-06-16 14:22:30 +02:00
Mikolaj Wielgus 4ec9467649 tests: test names of loaded layers in signal integrity test test 2024-06-15 01:07:18 +02:00
Mikolaj Wielgus c4ac090790 tests: add signal integrity test board (4-layer) test data 2024-06-14 23:21:33 +02:00