forked from goodboy/tractor
1
0
Fork 0
tractor/tractor/msg
Tyler Goodlet 70ab60ce7c Flip default codec to our `Msg`-spec
Yes, this is "the switch" and will likely cause the test suite to bail
until a few more fixes some in.

Tweaked a couple `.msg` pkg exports:
- remove `__spec__` (used by modules) and change it to `__msg_types:
  lists[Msg]` as well as add a new `__msg_spec__: TypeAlias`, being the
  default `Any` paramed spec.
- tweak the naming of `msg.types` lists of runtime vs payload msgs to:
  `._runtime_msgs` and `._payload_msgs`.
- just build `__msg_types__` out of the above 2 lists.
2024-04-03 09:45:03 -04:00
..
__init__.py Flip default codec to our `Msg`-spec 2024-04-03 09:45:03 -04:00
_codec.py Flip default codec to our `Msg`-spec 2024-04-03 09:45:03 -04:00
pretty_struct.py Get msg spec type limiting working with a `RunVar` 2024-04-02 14:02:13 -04:00
ptr.py Make `NamespacePath` kinda support methods.. 2024-02-29 17:37:02 -05:00
types.py Flip default codec to our `Msg`-spec 2024-04-03 09:45:03 -04:00