forked from goodboy/tractor
1
0
Fork 0

Commit Graph

  • 1879243257 Flip rpc tests over to use `ExceptionGroup` on new `trio` Tyler Goodlet 2024-03-05 10:34:32 -0500
  • 4fb34772e7 Mega-refactor on `._invoke()` targeting `@context`s Tyler Goodlet 2024-03-02 19:26:40 -0500
  • 1c9589cfc4 Avoid `ctx.cancel()` after ctxc rxed in `.open_context()` Tyler Goodlet 2024-03-02 16:27:46 -0500
  • 910c07db06 Deep `Context` refinements Tyler Goodlet 2024-03-01 22:37:32 -0500
  • d8d206b93f Make stream draining status logs `.debug()` level Tyler Goodlet 2024-03-01 19:27:10 -0500
  • fb55784798 Add `._implicit_runtime_started` mark, better logs Tyler Goodlet 2024-03-01 15:44:01 -0500
  • 1bc858cd00 Spawn naming and log format tweaks Tyler Goodlet 2024-03-01 10:47:42 -0500
  • 04aea5c4db Add field-first subproca `.info()` to `._entry` Tyler Goodlet 2024-02-29 20:01:39 -0500
  • 7bb44e6930 Add "fancier" remote-error `.__repr__()`-ing Tyler Goodlet 2024-02-29 18:56:31 -0500
  • 2cc712cd81 Fix `Channel.__repr__()` safety, renames to `._transport` Tyler Goodlet 2024-02-29 18:20:41 -0500
  • c421f7e722 Make `NamespacePath` kinda support methods.. Tyler Goodlet 2024-02-29 17:37:02 -0500
  • 1c217ef36f Add #TODO for generating func-sig type-annots as `str` for pprinting Tyler Goodlet 2024-02-29 17:21:43 -0500
  • d7f2f51f7f Bring in pretty-ified `msgspec.Struct` extension Tyler Goodlet 2024-01-28 16:33:10 -0500
  • cfcbc4da01 Add test for `modden` sub-spawner-server hangs on cancel Tyler Goodlet 2024-02-29 14:21:45 -0500
  • 664ae87588 Make `@context`-cancelled tests more pedantic Tyler Goodlet 2024-02-28 17:13:01 -0500
  • e1d7004aec Add a `pytest.ini` config Tyler Goodlet 2024-02-22 20:37:12 -0500
  • a97b45d90b WIP final impl of ctx-cancellation-semantics Tyler Goodlet 2024-02-22 18:33:18 -0500
  • a388d3185b Few more log msg tweaks in runtime Tyler Goodlet 2024-02-22 15:06:39 -0500
  • 4d0df1bb4a Call `actor.cancel(None)` from root to avoid mismatch with (any future) meth sig changes Tyler Goodlet 2024-02-22 14:45:08 -0500
  • 5eb62b3e9b Tweak broadcast fanout test to never inf loop Tyler Goodlet 2024-02-22 14:41:28 -0500
  • 1be296c725 Add note that maybe `Context._eoc` should be set by caller? Tyler Goodlet 2024-02-22 14:22:45 -0500
  • 9420ea0c14 Tweak `Actor` cancel method signatures Tyler Goodlet 2024-02-22 13:42:48 -0500
  • 9194e5774b Fix overruns test to avoid return-beats-ctxc race Tyler Goodlet 2024-02-21 13:24:33 -0500
  • 51a3f1bef4 Add `pformat()` of `ActorNursery._children` to logging Tyler Goodlet 2024-02-21 13:21:28 -0500
  • ca1b8e0224 Set any `._eoc` to the err in `_raise_from_no_key_in_msg()` Tyler Goodlet 2024-02-21 13:17:37 -0500
  • e403d63eb7 Better logging for cancel requests in IPC msg loop Tyler Goodlet 2024-02-21 13:05:22 -0500
  • 3c385c6949 Use `NamespacePath` in `Context` mgmt internals Tyler Goodlet 2024-02-20 15:59:55 -0500
  • b28df738fe Drop extra " " when logging actor nursery errors Tyler Goodlet 2024-02-20 15:58:11 -0500
  • 5fa040c7db Add `NamespacePath._ns` todo for `self:<ns.meth>` support Tyler Goodlet 2024-02-20 15:28:11 -0500
  • 27b750e907 Emit warning on any `ContextCancelled.canceller == None` Tyler Goodlet 2024-02-20 15:26:14 -0500
  • 96150600fb Make ctx tests support `debug_mode: bool` fixture Tyler Goodlet 2024-02-20 15:14:58 -0500
  • 338ea5529c .log: more multi-line styling Tyler Goodlet 2024-02-20 13:22:44 -0500
  • 6bc67338cf Better subproc supervisor logging, todo for #320 Tyler Goodlet 2024-02-20 13:12:51 -0500
  • fd20004757 _supervise: iter nice expanded multi-line `._children` tups with typing Tyler Goodlet 2024-02-20 09:18:22 -0500
  • ddc2e5f0f8 WIP: solved the modden client hang.. Tyler Goodlet 2024-02-19 17:00:46 -0500
  • 4b0aa5e379 Baboso! fix `chan.send(None)` indent.. Tyler Goodlet 2024-02-19 14:41:03 -0500
  • 6a303358df Improved log msg formatting in core Tyler Goodlet 2024-02-19 12:25:08 -0500
  • c85757aee1 Let `pack_error()` take a msg injected `cid: str|None` Tyler Goodlet 2024-02-18 17:17:31 -0500
  • 9fc9b10b53 Add `StreamOverrun.sender: tuple` for better handling Tyler Goodlet 2024-02-16 15:23:00 -0500
  • a86275996c Offer `unpack_error(hid_tb: bool)` for `pdbp` REPL config Tyler Goodlet 2024-02-14 16:13:32 -0500
  • b5431c0343 Never mask original `KeyError` in portal-error unwrapper, for now? Tyler Goodlet 2024-01-23 11:14:10 -0500
  • cdee6f9354 Try allowing multi-pops of `_Cache.locks` for now? Tyler Goodlet 2024-01-23 11:13:07 -0500
  • a2f1bcc23f Use `import <blah> as blah` over `__all__` in `.trionics` Tyler Goodlet 2024-01-23 11:09:38 -0500
  • 4aa89bf391 Bump timeout on resource cache test a bitty bit. Tyler Goodlet 2024-01-03 22:27:05 -0500
  • 45e9cb4d09 `_root`: drop unused `typing` import Tyler Goodlet 2024-01-02 18:43:43 -0500
  • 27c5ffe5a7 Move missing-key-in-msg raiser to `._exceptions` Tyler Goodlet 2024-01-02 18:34:15 -0500
  • 914efd80eb Fmt repr as multi-line style call Tyler Goodlet 2024-01-02 11:28:55 -0500
  • 2d2d1ca1c4 Drop unused walrus assign of `re` Tyler Goodlet 2024-01-02 11:21:20 -0500
  • 74aa5aa9cd `StackLevelAdapter._log(stacklevel: int)` for custom levels.. Tyler Goodlet 2024-01-02 10:38:04 -0500
  • 44e386dd99 ._child: remove some unused imports.. Tyler Goodlet 2024-01-02 10:24:39 -0500
  • 13fbcc723f Guarding for IPC failures in `._runtime._invoke()` Tyler Goodlet 2024-01-02 09:08:39 -0500
  • 315f0fc7eb More thurough hard kill doc strings Tyler Goodlet 2023-12-11 18:17:42 -0500
  • fea111e882 Tons of interpeer test cleanup Tyler Goodlet 2023-10-25 15:21:41 -0400
  • a1bf4db1e3 Get inter-peer suite passing with all `Context` state checks! Tyler Goodlet 2023-10-23 18:24:20 -0400
  • bac9523ecf Adjust test details where `Context.cancel()` is called Tyler Goodlet 2023-10-23 17:49:02 -0400
  • abe31e9e2c Fix `Context.result()` call to be in runtime scope Tyler Goodlet 2023-10-23 17:48:34 -0400
  • 0222180c11 Tweak `Channel._cancel_called` comment Tyler Goodlet 2023-10-23 17:47:55 -0400
  • 7d5fda4485 Be ultra-correct in `Portal.open_context()` Tyler Goodlet 2023-10-23 17:34:28 -0400
  • f5fcd8ca2e Be mega-pedantic with `ContextCancelled` semantics Tyler Goodlet 2023-10-23 14:35:36 -0400
  • 04217f319a Raise a `MessagingError` from the src error on msging edge cases Tyler Goodlet 2023-10-23 14:34:12 -0400
  • 8cb8390201 Move `MessagingError` into `._exceptions` set Tyler Goodlet 2023-10-23 14:17:36 -0400
  • 5035617adf Dump `.msgdata` in `RemoteActorError.__repr__()` Tyler Goodlet 2023-10-18 19:09:07 -0400
  • 715348c5c2 Port all tests to new `reg_addr` fixture name Tyler Goodlet 2023-10-18 15:39:20 -0400
  • fdf0c43bfa Type out the full-fledged streaming ex. Tyler Goodlet 2023-10-18 15:36:00 -0400
  • f895c96600 Add masked super timeout line to `do_hard_kill()` for would-be runtime hackers Tyler Goodlet 2023-10-18 15:29:43 -0400
  • ca1a1476bb Add a first serious inter-peer remote cancel suite Tyler Goodlet 2023-10-18 13:59:08 -0400
  • a7c36a9cbe Tidy/clarify another `._runtime` comment Tyler Goodlet 2023-10-18 13:19:34 -0400
  • 22e4b324b1 Get mega-pedantic in `Portal.open_context()` Tyler Goodlet 2023-10-17 17:22:57 -0400
  • 89ed8b67ff Drop `msg` kwarg from `Context.cancel()` Tyler Goodlet 2023-10-17 15:30:16 -0400
  • 11bbf15817 `._exceptions`: typing and error unpacking updates Tyler Goodlet 2023-10-16 16:23:30 -0400
  • a18663213a Add comments around diff between `C/context` refs Tyler Goodlet 2023-10-16 15:45:02 -0400
  • d4d09b6071 Factor non-yield stream msg processing into helper Tyler Goodlet 2023-10-16 15:35:16 -0400
  • 6d10f0c516 Always raise remote (cancelled) error if set Tyler Goodlet 2023-10-10 09:45:49 -0400
  • fa9b57bae0 Write more comprehensive `Portal.cancel_actor()` doc str Tyler Goodlet 2023-10-08 15:57:18 -0400
  • 81776a6238 Drop pause line from ctx cancel handler block in test Tyler Goodlet 2023-10-07 18:51:59 -0400
  • 144d1f4d94 Msg-ified `ContextCancelled`s sub-error type should always be just, its type.. Tyler Goodlet 2023-10-07 18:51:03 -0400
  • 51fdf3524c Start inter-peer cancellation test mod Tyler Goodlet 2023-10-05 19:45:46 -0400
  • cff69d07fe Mk `gather_contexts()` support `@acm`s yielding `None` Tyler Goodlet 2023-09-27 14:05:22 -0400
  • ee94d6d62c Teensie tidy up on actor doc string Tyler Goodlet 2023-08-18 10:10:36 -0400
  • 89b84ed6c0 Make `NamespacePath` work on object refs Tyler Goodlet 2023-07-12 13:07:30 -0400
  • f33f689f34 .log: more correct handling for `get_logger(__name__)` usage Tyler Goodlet 2023-07-07 14:48:37 -0400
  • aba46b723b Decouple registery addresses from binding addresses runtime_to_msgspec Jad Abou-Chakra 2024-09-19 18:17:20 +1000
  • 1858fb6efc Add project name to pyproject.toml Jad Abou-Chakra 2024-09-19 15:24:38 +1000
  • 61cd95d883 Add a super naive multi-host-capable web-req proxier for @jc211 multihost_exs Tyler Goodlet 2024-09-18 22:47:59 -0400
  • 5c2e972315 Report any external-rent-task-canceller during msg-drain aio_abandons Tyler Goodlet 2024-08-26 14:29:09 -0400
  • 59f4024242 Add `indent: str` suport to `Context.pformat()` using `textwrap` Tyler Goodlet 2024-08-22 20:19:55 -0400
  • 7859e743cc Add `tb_hide: bool` ctl flag to `_open_and_supervise_one_cancels_all_nursery()` Tyler Goodlet 2024-08-22 17:22:53 -0400
  • f7f738638d More `.pause_from_sync()` in bg-threads "polish" Tyler Goodlet 2024-08-22 17:10:01 -0400
  • ae95e0c83e Hide `[maybe]_open_crash_handler()` frame by default Tyler Goodlet 2024-07-31 21:34:57 -0400
  • 3b39cce741 Use our `._post_mortem` from `open_crash_handler()` Tyler Goodlet 2024-07-29 17:56:00 -0400
  • 110a023a03 Drop `asyncio_bp` loglevel setting by default Tyler Goodlet 2024-07-29 17:53:52 -0400
  • 89127614d5 First draft, `asyncio`-task, sync-pausing Bo Tyler Goodlet 2024-07-13 00:16:28 -0400
  • 1f1a3f19d5 Fix multi-daemon debug test `break` signal.. Tyler Goodlet 2024-07-12 15:57:41 -0400
  • f7469442e3 Use "sclang"-style syntax in `to_asyncio` task logging Tyler Goodlet 2024-07-11 19:22:40 -0400
  • 8363317e11 Pass `infect_asyncio` setting via runtime-vars Tyler Goodlet 2024-07-11 12:11:31 -0400
  • a628eabb30 Officially test proto-ed `stackscope` integration Tyler Goodlet 2024-07-10 18:17:42 -0400
  • d216068713 Start a new `tests/devx/` tooling-subsuite-pkg Tyler Goodlet 2024-07-10 15:52:38 -0400
  • 131e3e8157 Move `mk_cmd()` to `._testing` Tyler Goodlet 2024-07-10 15:40:44 -0400
  • fc95c6719f Get multi-threaded sync-pausing fully workin! Tyler Goodlet 2024-07-08 20:57:41 -0400
  • bef3dd9e97 Another tweak to REPL entry `.pdb()` headers Tyler Goodlet 2024-07-05 13:32:03 -0400