-
all the private repos that msft would want to mine are prolly here.. Bo
- Joined on
2023-08-13
goodboy pushed to pkg_tidying at goodboy/tractor
-
db31bbfee2 Drop `trio-typing` as dep
-
96738a094f Drop legacy `setup.py`, we use `uv` now dog
- Compare 2 commits »
goodboy commented on issue goodboy/tractor#9
Pause tests hanging onctlc=True
Likely relations with, - outstanding GH issue: https://github.com/goodboy/tractor/issues/354 - bullets from closed GH PR: https://github.com/goodboy/tractor/pull/362 - the likely worth…
goodboy pushed to aio_abandons at goodboy/tractor
-
e8111e40f9 Save an MIA `breakpoint()`-restore test from prior!?
goodboy closed pull request goodboy/tractor#1
Addtractor.pause_from_sync()
using the amazing greenback
!
goodboy commented on pull request goodboy/tractor#1
Addtractor.pause_from_sync()
using the amazing greenback
!
As mentioned.. Already merged in PR here, https://github.com/goodboy/tractor/pull/374
goodboy pushed to shm_apis at goodboy/tractor
-
caa76eb30d Updates from latest `piker.data._sharedmem` changes
-
f09460e6d2 Add `numpy` for testing optional integrated shm API layer
-
8c29ce3724 Pass `str` dtype for `use_str` case
-
e0430cb81c Allocate size-specced "empty" sequence from default values by type
-
2f4539720f Mod define `_USE_POSIX`, add a of of todos
- Compare 422 commits »
goodboy pushed to ext_type_plds at goodboy/tractor
-
3d54885981 Continue supporting py3.11+
-
bd19942328 Bump up to `pytest>=8.3.5` to match "GH actions"
-
9919edc4bb Mask top level import of `.hilevel`
-
888a3ae760 Add `.runtime()`-emit to `._invoke()` to report final result msg in the child
-
68d71c2df1 Add `MsgStream._stop_msg` use new `PldRx` API
- Compare 519 commits »
goodboy pushed to py313_support at goodboy/tractor
-
1c2e174406 Bump to `msgspec>=0.19.0` for py 3.13 support!
-
c19f6e3c6a Bind another `_bexc` for debuggin
-
7e78223fb5 Mask ctlc borked REPL tests
-
e313cb5e30 Repair/update `stackscope` test
-
b9febe6826 Comment-tag pause points in `asycnio_bp.py`
- Compare 497 commits »
goodboy pushed to aio_abandons at goodboy/tractor
-
b7aa72465d Draft test-doc for "out-of-band" `asyncio.Task`..
-
1ff79f86b7 Raise "independent" task errors in an eg
-
f26d487000 Add a `tests/test_root_infect_asyncio`
-
1075ea3687 Impl a proto "unmasker" `@acm` alongside our test
-
2bd4cc9727 Add a "raise-from-`finally:`" example test
- Compare 458 commits »
goodboy pushed to runtime_to_msgspec at goodboy/tractor
-
904d8ce8ff Denoise duplicate chan logging for now
-
f14fb53958 Report any external-rent-task-canceller during msg-drain
-
49cd00232e Add `indent: str` suport to `Context.pformat()` using `textwrap`
-
ae16368949 Add `tb_hide: bool` ctl flag to `_open_and_supervise_one_cancels_all_nursery()`
-
aa7448793a Adjusts advanced fault tests to match new `TransportClosed` semantics
- Compare 191 commits »
goodboy pushed to main at goodboy/tractor
-
ba81e5106c Merge pull request 'Use `uv` for packaging' (#14) from uv_migration_pre_msgspec_in_runtime into main
-
d927ed82d8 Mask not-yet-existing `.devx.pformat` import
-
9324d82ff1 Handle cpython builds with `libedit` for `readline`
-
7f70e09c33 Add in some dev deps for @goodboy
-
a80829a702 Disable invalid line in `ruff` config?
- Compare 7 commits »
goodboy pushed to runtime_to_msgspec at goodboy/tractor
-
5a0524641a Flip `infected_asyncio` status msg to `.runtime()`
-
56ffe113b6 Avoid actor-nursery-exit warns on registrees
-
51c5ecedcb Change `_Cache` reuse emit to `.runtime()`
-
ced2981e2c Expand `PayloadMsg` doc-str
-
bd1711f85d Break `_mk_msg_type_err()` into recv/send side funcs
- Compare 383 commits »
goodboy commented on pull request goodboy/tractor#6
Migrate to uvReplaced by #14, see details for why there.