-
all the private repos that msft would want to mine are prolly here.. Bo
- Joined on
2023-08-13
goodboy pushed to leslies_extra_appendix at goodboy/tractor
-
c208bcbb1b Factor actor-embedded IPC-tpt-server to `ipc` subsys
goodboy pushed to leslies_extra_appendix at goodboy/tractor
-
c9e9a3949f Move concrete `Address`es to each tpt module
goodboy pushed to leslies_extra_appendix at goodboy/tractor
-
800c99ac41 Move concrete `Address`es to each tpt module
goodboy commented on pull request goodboy/tractor#24
Modular transports via atractor.ipc
subpkg!
Wow it seems i can't update the `pull_from` branch here!? that's like nuts.. I guess if it can't be done i'm going to have to open a new PR..
goodboy closed pull request goodboy/tractor#17
Modular transports viatractor.ipc
!
goodboy commented on pull request goodboy/tractor#17
Modular transports viatractor.ipc
!
Yah, so replaced by #24.
goodboy pushed to structural_dynamics_of_flow at goodboy/tractor
-
8fd7d1cec4 Add API-modernize-todo on `experimental._pubsub.fan_out_to_ctxs`
-
0cb011e883 Skip the ringbuf test mod for now since data-gen is a bit "heavy/laggy" atm
-
74df5034c0 Improve `TransportClosed.__repr__()`, add `src_exc`
-
692bd0edf6 Handle unconsidered fault-edge cases for UDS
-
c21b9cdf57 Woops, ensure we use `global` before setting `daemon()` fixture spawn delay..
- Compare 35 commits »
goodboy commented on pull request goodboy/tractor#17
Modular transports viatractor.ipc
!
As per #24 I think i'm going to close this and either open a new PR or use that one (with that history fast-forwarded into this same structural_dynamics_of_flow branch) but with a slightly more…
goodboy pushed to leslies_extra_appendix at goodboy/tractor
-
8fd7d1cec4 Add API-modernize-todo on `experimental._pubsub.fan_out_to_ctxs`
-
0cb011e883 Skip the ringbuf test mod for now since data-gen is a bit "heavy/laggy" atm
-
74df5034c0 Improve `TransportClosed.__repr__()`, add `src_exc`
-
692bd0edf6 Handle unconsidered fault-edge cases for UDS
-
c21b9cdf57 Woops, ensure we use `global` before setting `daemon()` fixture spawn delay..
- Compare 39 commits »
goodboy pushed to structural_dynamics_of_flow at goodboy/tractor
-
1762b3eb64 Trying to make full suite pass with uds
-
486f4a3843 Finally switch to using address protocol in all runtime
-
d5e0b08787 Add root and random addr getters on MsgTransport type
-
f80a47571a Starting to make `.ipc.Channel` work with multiple MsgTransports
- Compare 4 commits »
goodboy commented on pull request goodboy/tractor#24
Modular transports via atractor.ipc
subpkg!
used for our `UDSAddress.def_bindspace: path`
goodboy commented on pull request goodboy/tractor#24
Modular transports via atractor.ipc
subpkg!
drop that `#[0]` bit..
goodboy commented on pull request goodboy/tractor#24
Modular transports via atractor.ipc
subpkg!
Notice we always stash the pid now!
goodboy commented on pull request goodboy/tractor#24
Modular transports via atractor.ipc
subpkg!
NOTE most of the diff in this file is just the higher indent of `open_root_actor()` due to factoring this bp blocking stuff out!
goodboy commented on pull request goodboy/tractor#24
Modular transports via atractor.ipc
subpkg!
REALLY need to drop this!
goodboy commented on pull request goodboy/tractor#24
Modular transports via atractor.ipc
subpkg!
just a helper for any `UDSAddress..sockpath: Path` style partitioning to dir, filename.
goodboy commented on pull request goodboy/tractor#24
Modular transports via atractor.ipc
subpkg!
i think maybe we should consider moving this to `MsgpackTransport` as well?
goodboy commented on pull request goodboy/tractor#24
Modular transports via atractor.ipc
subpkg!
i'm not really sure how useful this predicate is tbh.
goodboy created pull request goodboy/tractor#24
Refinements around multiple IPC transport protos, and appendix for #17goodboy pushed to leslies_extra_appendix at goodboy/tractor
-
44fd1ecc41 Add API-modernize-todo on `experimental._pubsub.fan_out_to_ctxs`