-
all the private repos that msft would want to mine are prolly here.. Bo
- Joined on
2023-08-13
goodboy pushed to modden_spawn_from_client_req at goodboy/tractor
- 8c39b8b124 Tweak some tests for spurious failues
- ededa2e88f More spaceless union type annots
- dd168184c3 Add a open-ctx-with-self test
- 37ee477aee Let `MsgStream.receive_nowait()` take in msg key list
- Compare 4 commits »
goodboy pushed to modden_spawn_from_client_req at goodboy/tractor
- f067cf48a7 Unify some log msgs in `.to_asyncio`
- c56d4b0a79 Assign `ctx._local_error` ASAP from `.open_context()`
- 7cafb59ab7 Tweak `Context.repr_outcome()` for KBIs
- 7458f99733 Add a `._state._runtime_vars['_registry_addrs']`
- Compare 4 commits »
goodboy pushed to modden_spawn_from_client_req at goodboy/tractor
- 4c3c3e4b56 Support a `._state.last_actor()` getter
- b29d33d603 Make `Actor._cancel_task(requesting_uid: tuple)` required arg
- 1617e0ff2c Woops, fix one last `ctx._cancelled_caught` in drain loop
- Compare 3 commits »
goodboy pushed to modden_spawn_from_client_req at goodboy/tractor
- c025761f15 Adjust `asyncio` test for stricter ctx-self-cancels
- 2e797ef7ee Update ctx test suites to stricter semantics
- c36deb1f4d Woops, fix `_post_mortem()` type sig..
- fa7e37d6ed (Event) more pedantic `.cancel_acked: bool` def
- 364ea91983 Set `._cancel_msg` to RPC `{cmd: 'self._cancel_task', ..}` msg
- Compare 8 commits »
goodboy pushed to modden_spawn_from_client_req at goodboy/tractor
- 7c22f76274 Yahh, add `.devx` package to installed subpkgs..
goodboy pushed to modden_spawn_from_client_req at goodboy/tractor
- 04c99c2749 Woops, add `.msg` sub-pkg to install set
goodboy pushed to modden_spawn_from_client_req at goodboy/tractor
- e536057fea `._entry`: use same msg info in start/terminate log
- c6b4da5788 Tweak `._portal` log content to use `Context.repr_outcome()`
- 1f7f84fdfa Mk debugger tests work for arbitrary pre-REPL format
- a5bdc6db66 Flip rpc tests over to use `ExceptionGroup` on new `trio`
- 9a18b57d38 Mega-refactor on `._invoke()` targeting `@context`s
- Compare 5 commits »
goodboy pushed to modden_spawn_from_client_req at goodboy/tractor
- e696caf810 Mega-refactor on `._invoke()` targeting `@context`s
- ed10632d97 Avoid `ctx.cancel()` after ctxc rxed in `.open_context()`
- 299429a278 Deep `Context` refinements
- 28fefe4ffe Make stream draining status logs `.debug()` level
- 08a6a51cb8 Add `._implicit_runtime_started` mark, better logs
- Compare 23 commits »
goodboy pushed to modden_spawn_from_client_req at goodboy/tractor
- 10adf34be5 Set any `._eoc` to the err in `_raise_from_no_key_in_msg()`
- 82dcaff8db Better logging for cancel requests in IPC msg loop
- 621b252b0c Use `NamespacePath` in `Context` mgmt internals
- 20a089c331 Drop extra "
- df50d78042 Fix `.devx.maybe_wait_for_debugger()` polling deats
- Compare 10 commits »
goodboy pushed to multihomed at goodboy/tractor
- df641d9d31 Bring in pretty-ified `msgspec.Struct` extension
goodboy pushed to multihomed at goodboy/tractor
- 35b0c4bef0 Never mask original `KeyError` in portal-error unwrapper, for now?
- c4496f21fc Try allowing multi-pops of `_Cache.locks` for now?
- 7e0e627921 Use `import <blah> as blah` over `__all__` in `.trionics`
- Compare 3 commits »
goodboy pushed to distribute_dis at pikers/piker
- 3d03781810 Impl a sane (with nesting) `.types.Struct.pformat()`
- 83d1f117a8 Always cancel (loaded) zero-priced orders
- e4ce79f720 Delegate `.toolz.open_crash_handler()` to `tractor.devx`
- 264246d89b Fix `brokers.toml` load for `kraken` backend
- 7c96c9fafe Just warn log on mismatched `MktPair` in paper eng
- Compare 14 commits »
goodboy pushed to multihomed at goodboy/tractor
- 28ea8e787a Bump timeout on resource cache test a bitty bit.
goodboy pushed to multihomed at goodboy/tractor
- 0294455c5e `_root`: drop unused `typing` import
- 734bc09b67 Move missing-key-in-msg raiser to `._exceptions`
- 0bcdea28a0 Fmt repr as multi-line style call
- fdf3a1b01b Only use `greenback` if actor-runtime is up..
- ce7b8a5e18 Drop unused walrus assign of `re`
- Compare 8 commits »
goodboy pushed to multihomed at goodboy/tractor
- 250275d98d Guarding for IPC failures in `._runtime._invoke()`
- f415fc43ce `.discovery.get_arbiter()`: add warning around this now deprecated usage
- Compare 2 commits »
goodboy pushed to distribute_dis at pikers/piker
- 9be29a707d Make `ib` failed history requests more debug-able
goodboy pushed to distribute_dis at pikers/piker
- c82ca812a8 Pass display state table to interaction handlers
- a7ad50cf8f Add `Viz.reset_graphics()` for "force re-render"
- 661805695e Reimpl axis dt label contents gen with `polars`
- 3de7c9a9eb Add `Viz.time_step()`, the sample step-size in time
- 59536bd284 Use `import <name> as <name>,` in `.tsp`
- Compare 8 commits »
goodboy pushed to distribute_dis at pikers/piker
- ad565936ec Factor UI-rc loop into ctx-free func
- d4b07cc95a `ui._lines`: more direct Qt imports for typing
- 1231c459aa Track data feed subscribers using a new `Sub(Struct)`
- 88f415e5b8 Cannot delete when the rect has no scene..
- d9c574e291 Add `.sort()` support to `dedupe()`
- Compare 10 commits »
goodboy pushed to distribute_dis at pikers/piker
- a681b2f0bb Drop passing `bus` to `tsp.manage_history()` in feed allocator
- 5b0c94933b `.config`: don't hack the user config dir if user is 'root' and sudo was NOT used..
- 61e52213b2 Oof, fix no-tsdb-entry since needs full backfill case!
- b064a5f94d A working remote annotations controller B)
- e7fa841263 Pass scene-points to `.select_box` as per prior comments
- Compare 17 commits »