-
all the private repos that msft would want to mine are prolly here.. Bo
- Joined on
2023-08-13
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.
goodboy pushed to uv_migration_pre_msgspec_in_runtime at goodboy/tractor
-
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?
-
3a7e3505b4 Add a `ruff.toml` with ignore set taken from old `pyproject.toml` content
- Compare 7 commits »
goodboy pushed to main at goodboy/tractor
-
e8bd834b5b Merge pull request #374 from goodboy/pause_from_sync_w_greenback
-
863751b47b Add `enable_stack_on_sig: bool` for `stackscope` toggle
-
46c8dbef1f Bleh, make `log.devx()` level less then cancel but > `.runtime()`
-
e7dbb52b34 Tweaks to debugger examples
-
d044629cce Woops, make `log.devx()` level less `.error()`
- Compare 61 commits »
goodboy pushed to uv_migration_pre_msgspec_in_runtime at goodboy/tractor
-
2c1c89b2f4 Mask not-yet-existing `.devx.pformat` import
-
77c51446c0 Handle cpython builds with `libedit` for `readline`
-
3ef78bc0c1 Add in some dev deps for @goodboy
-
75ed175452 Disable invalid line in `ruff` config?
-
0dacf4be7c Add a `ruff.toml` with ignore set taken from old `pyproject.toml` content
- Compare 33 commits »
goodboy pushed to uv_migration_pre_msgspec_in_runtime at goodboy/tractor
-
0bb66f5755 Mask not-yet-existing `.devx.pformat` import
-
ee1596da4d Handle cpython builds with `libedit` for `readline`
-
9262beb0c4 Add in some dev deps for @goodboy
-
d830899a9b Disable invalid line in `ruff` config?
-
06d47d9376 Add a `ruff.toml` with ignore set taken from old `pyproject.toml` content
- Compare 47 commits »
goodboy pushed to remote_inceptions at goodboy/tractor
-
e10ab9741d Lul, don't overwrite 'tb_str' with src actor's..
-
91a970091f Extend inter-peer cancel tests for "inceptions"
-
5bf550b64a Adjust all `RemoteActorError.type` using tests
-
a3a3d0b8cb Fix `.boxed_type` facepalm, drop `.src_actor_uid`
-
c1e0328669 First try "relayed boxed errors", or "inceptions"
- Compare 10 commits »
goodboy opened issue goodboy/tractor#13
Multi-homed actors follow-up from GH#367goodboy pushed to main at goodboy/tractor
-
3ccbfd7e54 Merge pull request #372 from goodboy/devx_subpkg
-
8d318a8ac5 Flip a last `MultiError` to a beg, add todo on `@stream` func
-
d5eec6eb6c Re-revert back to `.devx` subpkg after rebase..
-
a88564549a Yahh, add `.devx` package to installed subpkgs..
-
f028181e19 Add `stackscope` as dep, drop legacy `pdb` issue cruft
- Compare 31 commits »
goodboy created branch uv_migration_pre_msgspec_in_runtime in goodboy/tractor
goodboy pushed to uv_migration_pre_msgspec_in_runtime at goodboy/tractor
-
f7cac140b7 Mask not-yet-existing `.devx.pformat` import
-
a0434e8e92 Handle cpython builds with `libedit` for `readline`
-
fbdbdcc345 Add in some dev deps for @goodboy
-
2175468abe Disable invalid line in `ruff` config?
-
98f89f696d Add a `ruff.toml` with ignore set taken from old `pyproject.toml` content
- Compare 10 commits »
goodboy closed pull request goodboy/tractor#11
Updatedctx_cancel_semantics_and_overruns
from github
goodboy commented on pull request goodboy/tractor#11
Updatedctx_cancel_semantics_and_overruns
from github
As mentioned in description, landed in https://github.com/goodboy/tractor/pull/357 B)