Commit 2cf3ce2
committed
Get rid of
This gets rid of a bunch of now-obsolete code that used dependencies for inter-thing communication. The new `lt.thing_slot` system does this much better.
This required removing a section of the docs and its example code, as that was being tested. That's helpful, as said section detailed the features I'm removing.
I have retained the `_dependencies` reference in Sphinx but moved it to a new section on removed features: this should help redirect people to how the code has changed.DirectThingClient and friends.1 parent 717d9ab commit 2cf3ce2
File tree
13 files changed
+9
-780
lines changed- docs/source
- dependencies
- src/labthings_fastapi
- client
- dependencies
- server
- tests
13 files changed
+9
-780
lines changedThis file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
56 | | - | |
57 | 55 | | |
58 | 56 | | |
59 | 57 | | |
| |||
0 commit comments