-
all the private repos that msft would want to mine are prolly here.. Bo
- Joined on
2023-08-13
goodboy pushed to free_threading_prep at goodboy/tractor
-
f8563bad72 Add a `thread_ui: str` to record headers
-
3562a4173a First-draft, very WIP, bg-thread-as-generator-ctx attempt..
-
83ce2275b9 Merge pull request #399 from goodboy/oob_cancel_testing
-
9f757ffa63 Woops, fix missing `assert` thanks to copilot
-
0c6d512ba4 Solve another OoB cancellation case, the bg task one
- Compare 265 commits »
goodboy pushed to oco_supervisor_prototype at goodboy/tractor
-
653f23a04c Bump "task-manager(-nursery)" naming, add logging
-
90db6f2299 Add a new `.trionics._tn` for "task nursery stuff"
-
b2d63bc102 Add `debug_mode: bool` control to task mngr
-
d433606a6b Go all in on "task manager" naming
-
cb9569eace More refinements and proper typing
- Compare 41 commits »
goodboy pushed to hilevel_serman at goodboy/tractor
-
7ffdf3483a Use shorthand nursery var-names per convention in codebase
-
76ed0f2ef6 Better separate service tasks vs. ctxs via methods
-
2afb624c48 Mv over `ServiceMngr` from `piker` with mods
-
885137ac19 Initial idea-notes dump and @singleton factory idea from `trio`-gitter
-
83ce2275b9 Merge pull request #399 from goodboy/oob_cancel_testing
- Compare 31 commits »
goodboy pushed to multicast_revertable_streams at goodboy/tractor
-
eb4bd203f0 WIP, "revertible" or "dynamic" multicast streams
-
83ce2275b9 Merge pull request #399 from goodboy/oob_cancel_testing
-
9f757ffa63 Woops, fix missing `assert` thanks to copilot
-
0c6d512ba4 Solve another OoB cancellation case, the bg task one
-
fc130d06b8 Check off REPL-ing todo add masked usage in `drain_to_final_msg()`
- Compare 28 commits »
goodboy pushed to ns_aware at goodboy/tractor
-
73f4030385 Some WIP linux network-namespace (reader) utils
-
83ce2275b9 Merge pull request #399 from goodboy/oob_cancel_testing
-
9f757ffa63 Woops, fix missing `assert` thanks to copilot
-
0c6d512ba4 Solve another OoB cancellation case, the bg task one
-
fc130d06b8 Check off REPL-ing todo add masked usage in `drain_to_final_msg()`
- Compare 28 commits »
goodboy pushed to factor_into_hotbaud at goodboy/tractor
-
7d26612aef Move shm imports in `disable_mantracker()` to top-of-mod
-
83ce2275b9 Merge pull request #399 from goodboy/oob_cancel_testing
-
9f757ffa63 Woops, fix missing `assert` thanks to copilot
-
0c6d512ba4 Solve another OoB cancellation case, the bg task one
-
fc130d06b8 Check off REPL-ing todo add masked usage in `drain_to_final_msg()`
- Compare 28 commits »
goodboy pushed to final_eg_refinements at goodboy/tractor
-
fee1ee315c Hide `._rpc._invoke()` frame, again..
-
22e62ed88e Explain the `infect_asyncio: bool` param to pass in RTE msg
-
fdba9e42d3 Toss in masked `.set_trace()` for unshielded `.pause()` debug
-
3ec72e6af8 Mask tpt-closed handling of `chan.send(return_msg)`
-
c538cb3004 More `TransportClosed`-handling around IPC-IO
- Compare 26 commits »
goodboy pushed to actor_cancelled_exc_type at goodboy/tractor
-
80f822f494 Add timeout around inf-streamer suite
-
4fbe54991e Adjust nested-subs debug test for tbs output
-
4b4e5df2b7 WIP, actor-nursery non-graceful-cancel raises EG
-
f0adb0fb54 Add todo for `tn` to `gather_contexts()` from `find_actor()`?
-
769b061a67 Use `an` var name in nested subactor debugging ex.
- Compare 27 commits »
goodboy pushed to log_sys_testing at goodboy/tractor
-
8842b758d7 Use new `pkg_name` in log-sys test suites
-
54ee624632 Implicitly name sub-logs by caller's mod
-
e8f2dfc088 Add an implicit-pkg-path-as-logger-name test
-
d2282f4275 Start a logging-sys unit-test module
-
83ce2275b9 Merge pull request #399 from goodboy/oob_cancel_testing
- Compare 13 commits »
goodboy pushed to main at goodboy/tractor
-
83ce2275b9 Merge pull request #399 from goodboy/oob_cancel_testing
-
9f757ffa63 Woops, fix missing `assert` thanks to copilot
-
0c6d512ba4 Solve another OoB cancellation case, the bg task one
-
fc130d06b8 Check off REPL-ing todo add masked usage in `drain_to_final_msg()`
-
73423ef2b7 Timeout on `test_peer_spawns_and_cancels_service_subactor`
- Compare 9 commits »
goodboy pushed to log_sys_testing at goodboy/tractor
-
9639c3b455 Use new `pkg_name` in log-sys test suites
-
8b5c02cd6b Implicitly name sub-logs by caller's mod
-
6b1c1238a9 Add an implicit-pkg-path-as-logger-name test
-
e6d71f7f43 Start a logging-sys unit-test module
-
34ca02ed11 Merge pull request #391 from goodboy/cancelled_masking_guards
- Compare 12 commits »
goodboy pushed to main at goodboy/tractor
-
34ca02ed11 Merge pull request #391 from goodboy/cancelled_masking_guards
-
62a364a1d3 Tweaks from copilot, type fix, typos, language.
-
07781e38cd Reduce "ignore cases" script to `trio`-only
-
9c6b90ef04 Add a ignore-masking-case script + suite
-
542d4c7840 Ignore `examples/trio/` in docs-examples test suite
- Compare 18 commits »
goodboy pushed to oob_cancel_testing at goodboy/tractor
-
dcd3c77461 Solve another OoB cancellation case, the bg task one
-
36c54d1289 Check off REPL-ing todo add masked usage in `drain_to_final_msg()`
-
b31517a802 Timeout on `test_peer_spawns_and_cancels_service_subactor`
-
0eccfe81d7 Rename var for and hide the `_open_and_supervise_one_cancels_all_nursery` frame
-
6284d3ebee Add timeout around `test_peer_spawns_and_cancels_service_subactor` suite
- Compare 8 commits »
goodboy pushed to oob_cancel_testing at goodboy/tractor
-
9010c9cf04 Solve another OoB cancellation case, the bg task one
goodboy pushed to oob_cancel_testing at goodboy/tractor
-
54658016f1 Check off REPL-ing todo add masked usage in `drain_to_final_msg()`
-
1975d5bd86 Timeout on `test_peer_spawns_and_cancels_service_subactor`
-
b83d8bb91d Rename var for and hide the `_open_and_supervise_one_cancels_all_nursery` frame
-
81ba90492b Add timeout around `test_peer_spawns_and_cancels_service_subactor` suite
-
16bfc35c09 Parametrize with `Portal.cancel_actor()` only case
- Compare 6 commits »
goodboy pushed to cancelled_masking_guards at goodboy/tractor
-
07781e38cd Reduce "ignore cases" script to `trio`-only
-
9c6b90ef04 Add a ignore-masking-case script + suite
-
542d4c7840 Ignore `examples/trio/` in docs-examples test suite
- Compare 3 commits »
goodboy pushed to cancelled_masking_guards at goodboy/tractor
-
9aebe7d8f9 Only read `_mask_cases` if truthy, allow disabling for xfails