-
all the private repos that msft would want to mine are prolly here.. Bo
- Joined on
2023-08-13
goodboy commented on pull request goodboy/tractor#10
Linux specific IPC RingBuff using EventFD for async reader wakeupstream of thoughts here (punzone), but the only thing that's obvi going to be incompat is the address typing, for UDS it's a file path and for TCP it's obvi an ipv4 socket-addr.. so maybe we…
goodboy commented on pull request goodboy/tractor#10
Linux specific IPC RingBuff using EventFD for async reader wakeupIf the typing is the same in `trio` it might even be worth changing to a `MsgpackSocketStream` ?? and then we just let the UDS vs. TCP be a(n introspect-able) impl deat?
goodboy commented on pull request goodboy/tractor#10
Linux specific IPC RingBuff using EventFD for async reader wakeupHeh, i forgot this was hard coded at the `Channel` level..
goodboy pushed to ext_type_plds at goodboy/tractor
-
466c68896e Bump up to `pytest>=3.8.5` to match "GH actions"
goodboy pushed to multihomed at goodboy/tractor
-
84171c2d10 Unmask `pytest.ini` log-capture lines (again)
goodboy pushed to modden_spawn_from_client_req at goodboy/tractor
-
84171c2d10 Unmask `pytest.ini` log-capture lines (again)
goodboy pushed to modden_spawn_from_client_req at goodboy/tractor
-
bf0ac16447 Adjust `asyncio` test for stricter ctx-self-cancels
-
f66295a258 Add a `pytest.ini` config
-
1dd9c4ae75 More spaceless union type annots
-
8dd7bc0ba9 Add a `._state._runtime_vars['_registry_addrs']`
-
aaba298361 `_root`: drop unused `typing` import
- Compare 28 commits »
goodboy pushed to multihomed at goodboy/tractor
-
1dd9c4ae75 More spaceless union type annots
-
8dd7bc0ba9 Add a `._state._runtime_vars['_registry_addrs']`
- Compare 2 commits »
goodboy pushed to multihomed at goodboy/tractor
-
aaba298361 `_root`: drop unused `typing` import
-
7ceeae9390 Use `import <name> as <name>,` style over `__all__` in pkg mod
-
8b74d9ff51 Log chan-server-startup failures via `.exception()`
-
75522c80b8 `.discovery.get_arbiter()`: add warning around this now deprecated usage
-
7eea1ec61a Add `open_root_actor(ensure_registry: bool)`
- Compare 24 commits »
goodboy pushed to devx_subpkg at goodboy/tractor
-
d0876bb0a4 Yahh, add `.devx` package to installed subpkgs..
-
850b9999ff Add `stackscope` as dep, drop legacy `pdb` issue cruft
-
4571b8cc84 Enable `stackscope` render via root in debug mode
- Compare 3 commits »
goodboy pushed to modden_spawn_from_client_req at goodboy/tractor
-
087607aa1d More spaceless union type annots
-
bfbb55f6db Add a `._state._runtime_vars['_registry_addrs']`
-
50f99456e0 Adjust `asyncio` test for stricter ctx-self-cancels
-
fe24807fca Yahh, add `.devx` package to installed subpkgs..
-
74c4354ef9 Add a `pytest.ini` config
- Compare 163 commits »
goodboy created branch modden_spawn_from_client_req_XPS_BACKUP in goodboy/tractor
goodboy pushed to modden_spawn_from_client_req_XPS_BACKUP at goodboy/tractor
goodboy pushed to multihomed at goodboy/tractor
-
4d675deb24 `_root`: drop unused `typing` import
-
31297171fc Use `import <name> as <name>,` style over `__all__` in pkg mod
-
d7a9ddd4a9 Log chan-server-startup failures via `.exception()`
-
43b84c99b6 `.discovery.get_arbiter()`: add warning around this now deprecated usage
-
b7f2258f15 Add `open_root_actor(ensure_registry: bool)`
- Compare 37 commits »
goodboy pushed to multihomed at goodboy/tractor
-
4bdf7f79f2 `_root`: drop unused `typing` import
-
a123809558 Use `import <name> as <name>,` style over `__all__` in pkg mod
-
2901274189 Log chan-server-startup failures via `.exception()`
-
77d79a28b6 `.discovery.get_arbiter()`: add warning around this now deprecated usage
-
fd3a777cd6 Add `open_root_actor(ensure_registry: bool)`
- Compare 142 commits »
goodboy pushed to devx_subpkg at goodboy/tractor
-
db58f6e1b5 Woops, fix `_post_mortem()` type sig..
-
76b7006977 Add `shield: bool` support to `.pause()`
-
bd1885bce1 Mk debugger tests work for arbitrary pre-REPL format
-
066a35322e Support `maybe_wait_for_debugger(header_msg: str)`
-
2ebc30d708 Fix `.devx.maybe_wait_for_debugger()` polling deats
- Compare 6 commits »
goodboy pushed to devx_subpkg at goodboy/tractor
-
e269aa3751 Only use `greenback` if actor-runtime is up..
-
7fc9297104 Ignore `greenback` import error if not installed
-
9208708b3a Change old `._debug._pause()` name, cherry to #362 re `greenback`
-
cf2f2adec2 Runtime import `.get_root()` in stdin hijacker to avoid import cycle
-
f28abc6720 Ignore kbis in `open_crash_handler()` by default
- Compare 10 commits »
goodboy pushed to asyncio_debugger_support at goodboy/tractor
-
697900deb1 Expose `Channel` @ pkg level, drop `_debug.pp()` alias
-
2e55c124b1 Move `.to_asyncio` to modern optional value type annots
-
0f21c8ba6a Map `breakpoint()` built-in to new `.pause_from_sync()` ep
-
7b7410bc0f Fix frame-selection display on first REPL entry
-
b59cba74cd ._runtime: log level tweaks, use crit for stale debug lock detection
- Compare 119 commits »
goodboy pushed to shm_apis at goodboy/tractor
-
ae191025bc Updates from latest `piker.data._sharedmem` changes