Commit Graph

  • 203d0aceb4 Use `_raise_from_no_key_in_msg(allow_msgs)` Tyler Goodlet 2024-04-14 18:31:41 -0400
  • 71693ac3dd Add `MsgTypeError.expected_msg_type` Tyler Goodlet 2024-04-14 16:32:18 -0400
  • 97b9d417d2 Add `from_dict_msg(user_pretty: bool)` flag Tyler Goodlet 2024-04-14 16:29:21 -0400
  • 26a3ff6b37 IPC ctx refinements around `MsgTypeError` awareness Tyler Goodlet 2024-04-13 15:19:08 -0400
  • 8690a88e50 Extend recv-side `MsgTypeError` default message Tyler Goodlet 2024-04-12 11:49:50 -0400
  • aa4a4be668 TOSQUASH 322e015d Fix `mk_codec()` input arg Tyler Goodlet 2024-04-12 11:47:10 -0400
  • 9e2133e3be Tweak some `pformat_boxed_tb()` indent inputs Tyler Goodlet 2024-04-11 21:24:02 -0400
  • 1567dfc3e2 Add custom `MsgCodec.__repr__()` Tyler Goodlet 2024-04-11 21:04:48 -0400
  • d716d8b6b4 Expose `tractor.msg.PayloadT` from subpkg Tyler Goodlet 2024-04-11 20:42:54 -0400
  • 0653a70f2b Add msg-from-dict constructor helper Tyler Goodlet 2024-04-11 20:23:55 -0400
  • 0b28b54e11 Relay `MsgTypeError`s upward in RPC loop via `._deliver_ctx_payload()` Tyler Goodlet 2024-04-09 13:58:10 -0400
  • 648695a325 Start tidying up `._context`, use `pack_from_raise()` Tyler Goodlet 2024-04-09 13:46:34 -0400
  • 62bb11975f Refine `MsgTypeError` handling to relay-up-on-`.recv()` Tyler Goodlet 2024-04-09 10:36:25 -0400
  • ae42b91384 Expose `MsgType` and extend `MsgCodec` API a bit Tyler Goodlet 2024-04-09 10:09:05 -0400
  • dbebcc54cc Unify `MsgTypeError` as a `RemoteActorError` subtype Tyler Goodlet 2024-04-09 08:44:06 -0400
  • fb94ecd729 Rename `Actor._push_result()` -> `._deliver_ctx_payload()` Tyler Goodlet 2024-04-08 10:25:57 -0400
  • b3e3e0ff85 Caps-msging test tweaks to get correct failures Tyler Goodlet 2024-04-08 10:13:14 -0400
  • 8ac9ccf65d Finally drop masked `chan.send(None)` related code blocks Tyler Goodlet 2024-04-07 18:54:03 -0400
  • 3bccdf6de4 Detail out EoC-by-self log msg Tyler Goodlet 2024-04-07 16:35:00 -0400
  • 7686dd7a15 Use `object()` when checking for error field value Tyler Goodlet 2024-04-07 16:29:21 -0400
  • 7b92d2b1cb Flatten out RPC loop with `match:`/`case:` Tyler Goodlet 2024-04-07 10:40:01 -0400
  • 939f198dd9 Drop `None`-sentinel cancels RPC loop mechanism Tyler Goodlet 2024-04-05 19:07:12 -0400
  • e87f688c8d Factor `MsgpackTCPStream` msg-type checks Tyler Goodlet 2024-04-05 16:34:07 -0400
  • ffbe471790 Expose `MsgTypeError` from pkg Tyler Goodlet 2024-04-05 16:32:15 -0400
  • 0df557d2dd Make `Context.started()` a type checked IPC send Tyler Goodlet 2024-04-05 16:00:32 -0400
  • 99a2e13c91 Factor boxed-err formatting into new `pformat_boxed_tb()` helper for use elsewhere Tyler Goodlet 2024-04-05 14:04:32 -0400
  • d33eb15884 Add buncha notes on `Start` field for "params" Tyler Goodlet 2024-04-05 13:59:43 -0400
  • c2fc6293aa Extend codec test to for msg-spec parameterizing Tyler Goodlet 2024-04-05 11:36:09 -0400
  • 9de2fff273 Use `._testing.break_ipc()` in final advanced fault test child ctx Tyler Goodlet 2024-04-05 10:53:07 -0400
  • 8f18c9febf Start a new `._testing.fault_simulation` Tyler Goodlet 2024-04-03 09:50:22 -0400
  • ed72974ec4 Flip default codec to our `Msg`-spec Tyler Goodlet 2024-04-03 09:45:03 -0400
  • e1f612996c TOSQUASH f2ce4a3, timeout bump Tyler Goodlet 2024-04-02 14:34:08 -0400
  • fc83f4ecf0 Woops, only pack `Error(cid=cid)` if input is not `None` Tyler Goodlet 2024-04-02 14:32:16 -0400
  • 09eed9d7e1 WIP porting runtime to use `Msg`-spec Tyler Goodlet 2024-04-02 13:41:52 -0400
  • b56b3aa890 Add timeouts around some context test bodies Tyler Goodlet 2024-04-02 13:33:06 -0400
  • bc87c51ff1 Get `test_codec_hooks_mod` working with `Msg`s Tyler Goodlet 2024-04-02 11:14:43 -0400
  • 8468bcca36 Get msg spec type limiting working with a `RunVar` Tyler Goodlet 2024-04-02 09:21:30 -0400
  • a38ac07af5 Be mega pedantic with msg-spec building Tyler Goodlet 2024-03-29 18:46:37 -0400
  • 48606b6c77 Tweak msging tests to match codec api changes Tyler Goodlet 2024-03-29 13:48:08 -0400
  • 4251ee4c51 Drop `MsgCodec.decoder()/.encoder()` design Tyler Goodlet 2024-03-29 12:46:59 -0400
  • 89bc5ab8c4 Change to multi-line-static-`dict` style msgs Tyler Goodlet 2024-03-28 13:08:18 -0400
  • e1e87c95c5 Tweak msg-spec test suite mod name Tyler Goodlet 2024-03-28 13:07:03 -0400
  • c5985169cc Init def of "SC shuttle prot" with "msg-spec-limiting" Tyler Goodlet 2024-03-28 10:45:01 -0400
  • e77333eb73 Move the pretty-`Struct` stuff to a `.pretty_struct` Tyler Goodlet 2024-03-26 18:27:55 -0400
  • ae434ae8a4 Merge original content from PR #311 into `.msg.types` for now Tyler Goodlet 2024-03-26 17:47:55 -0400
  • 8c23f83889 Re-think, `msgspec`-multi-typed msg dialogs Tyler Goodlet 2022-07-07 15:48:16 -0400
  • b06754db3a WIP tagged union message type API Tyler Goodlet 2022-07-06 17:35:09 -0400
  • 213e083dc6 Proto `MsgCodec`, an interchange fmt modify API Tyler Goodlet 2024-03-26 15:50:47 -0400
  • 154ef67c8e Prepare to offer (dynamic) `.msg.Codec` overrides Tyler Goodlet 2024-03-25 16:31:16 -0400
  • 470d349ef1 Merge pull request 'Drop old `setup.py` and deps included in `trio>=0.24.0`' (#16) from pkg_tidying into main goodboy 2025-03-24 17:43:43 +0000
  • 627c514614 Add rendezvous proto link #16 pkg_tidying Tyler Goodlet 2025-03-24 13:30:12 -0400
  • 33fcc036bd Aggregate guest-mode link, fill out IPC stack feat Tyler Goodlet 2025-03-24 13:18:50 -0400
  • 799306ec4c Tweak supervison-proto into line Tyler Goodlet 2025-03-24 13:02:10 -0400
  • aace10ccfb Add in zmq protocol links to feats list Tyler Goodlet 2025-03-24 12:54:12 -0400
  • 0272936fdc Update readme for `uv`, refine feats list Tyler Goodlet 2025-03-24 12:07:27 -0400
  • afb2501ceb Decouple registery addresses from binding addresses #3 multihost_exs Jad Abou-Chakra 2024-09-19 18:17:20 +1000
  • 90f48512d1 Add in depth comment about module naming when used without pkg Tyler Goodlet 2024-09-19 02:51:33 -0400
  • 87619e1b3f Add a super naive multi-host-capable web-req proxier for @jc211 Tyler Goodlet 2024-09-18 22:47:59 -0400
  • db31bbfee2 Drop `trio-typing` as dep Tyler Goodlet 2025-03-23 00:33:44 -0400
  • 96738a094f Drop legacy `setup.py`, we use `uv` now dog Tyler Goodlet 2025-03-23 00:31:16 -0400
  • 3d54885981 Continue supporting py3.11+ Tyler Goodlet 2025-03-19 13:30:05 -0400
  • bd19942328 Bump up to `pytest>=8.3.5` to match "GH actions" Tyler Goodlet 2025-03-19 10:02:05 -0400
  • 9919edc4bb Mask top level import of `.hilevel` Tyler Goodlet 2025-03-16 17:20:20 -0400
  • 888a3ae760 Add `.runtime()`-emit to `._invoke()` to report final result msg in the child Tyler Goodlet 2025-03-12 16:41:42 -0400
  • 68d71c2df1 Add `MsgStream._stop_msg` use new `PldRx` API Tyler Goodlet 2025-03-12 16:24:39 -0400
  • f0c5b6fb18 Add `Context._outcome_msg` use new `PldRx` API Tyler Goodlet 2025-03-12 15:03:55 -0400
  • 7d19c58373 Slight `PldRx` rework to simplify Tyler Goodlet 2025-03-12 13:49:58 -0400
  • 830be005ea Rename ext-types with `msgspec` suite module Tyler Goodlet 2025-03-12 13:47:53 -0400
  • 5018284db2 Complete rename to parent->child IPC ctx peers Tyler Goodlet 2025-03-12 13:15:48 -0400
  • 0a56f62748 Mk `tests/__init__.py`, not sure where it went? Tyler Goodlet 2025-03-12 13:13:20 -0400
  • f999f8228a Fix msg-draining on `parent_never_opened_stream`! Tyler Goodlet 2025-03-11 14:31:53 -0400
  • 87e04c9311 Extend ctx semantics suite for streaming edge cases! Tyler Goodlet 2025-03-11 14:04:55 -0400
  • e7cc91763c Deliver a `MaybeBoxedError` from `.expect_ctxc()` Tyler Goodlet 2025-03-10 18:17:31 -0400
  • 723a25b74d Support `ctx: UnionType` annots for `@tractor.context` eps Tyler Goodlet 2024-12-11 22:22:26 -0500
  • 49ecdc4d73 Avoid attr-err when `._ipc_msg==None` Tyler Goodlet 2025-03-10 11:17:46 -0400
  • defae151ec Facepalm, fix logic misstep on child side Tyler Goodlet 2025-03-08 23:58:31 -0500
  • c48d153375 Rework IPC-using `test_caps_basesd_msging` tests Tyler Goodlet 2025-03-08 15:52:13 -0500
  • 123683d442 Raise RTE from `limit_plds()` on no `curr_ctx` Tyler Goodlet 2025-03-08 15:50:14 -0500
  • fbbecff394 Offer a `mods: list` to `dec_type_union()`; drop importing this-mod Tyler Goodlet 2025-03-08 15:49:21 -0500
  • 9199913f70 Tweak type-error messages for when `ext_types` is missing Tyler Goodlet 2025-03-08 15:48:18 -0500
  • 84be5cc549 Move `Union` serializers to new `msg.` mod Tyler Goodlet 2025-03-07 14:38:22 -0500
  • 4a566546a3 Finally get type-extended `msgspec` fields workinn Tyler Goodlet 2025-03-07 14:13:36 -0500
  • 1c2e174406 Bump to `msgspec>=0.19.0` for py 3.13 support! Tyler Goodlet 2025-03-10 11:51:24 -0400
  • c19f6e3c6a Bind another `_bexc` for debuggin Tyler Goodlet 2025-03-05 12:39:16 -0500
  • 7e78223fb5 Mask ctlc borked REPL tests Tyler Goodlet 2025-03-05 11:58:03 -0500
  • e313cb5e30 Repair/update `stackscope` test Tyler Goodlet 2025-03-05 11:34:36 -0500
  • b9febe6826 Comment-tag pause points in `asycnio_bp.py` Tyler Goodlet 2025-03-05 09:54:56 -0500
  • 92d07233b0 Unpack errors from `pdb.bdb` Tyler Goodlet 2025-03-05 09:49:13 -0500
  • 5ff2740b9d Add a mark to `pytest.xfail()` questionably conc py stuff (ur mam `.xfail()`s bish!) Tyler Goodlet 2025-03-04 19:53:24 -0500
  • 915b5a5a86 Show frames when decode is handed bad input Tyler Goodlet 2025-03-04 13:54:46 -0500
  • 60eca816e7 Be extra sure to re-raise EoCs from translator Tyler Goodlet 2025-03-03 21:50:51 -0500
  • ef96833d6c Fix an `aio_err` ref bug Tyler Goodlet 2025-03-03 19:45:29 -0500
  • 2078bea7f7 Another loosie in the trioisms suite Tyler Goodlet 2025-03-03 18:55:02 -0500
  • adcb0272e5 Match `maybe_open_crash_handler()` to non-maybe version Tyler Goodlet 2025-03-03 18:53:13 -0500
  • 058f8f4ef8 Use `collapse_eg()` in broadcaster suite Tyler Goodlet 2025-03-03 18:30:05 -0500
  • d874513448 Draft some eg collapsing helpers Tyler Goodlet 2025-03-03 18:01:16 -0500
  • b84088c364 Fix docs tests with yet another loosie-goosie Tyler Goodlet 2025-03-03 17:55:07 -0500
  • 1143dc2862 Another couple loose-ifies for discovery and advanced fault suites Tyler Goodlet 2025-03-03 13:57:54 -0500
  • 4bbb1c363a Add (masked) meta-debug-fixture for determining if `debug_mode` is set in harness.. Tyler Goodlet 2025-03-03 12:32:25 -0500
  • 7fb6e28307 Various test tweaks related to 3.13 egs Tyler Goodlet 2025-03-03 12:24:29 -0500