-
all the private repos that msft would want to mine are prolly here.. Bo
- Joined on
2023-08-13
goodboy pushed to ext_type_plds at goodboy/tractor
-
eb12029372 Mask top level import of `.hilevel`
-
27a97e8b1c Add `.runtime()`-emit to `._invoke()` to report final result msg in the child
-
8921443503 Add `MsgStream._stop_msg` use new `PldRx` API
-
c8dd4a3452 Add `Context._outcome_msg` use new `PldRx` API
-
7b43bd9f25 Slight `PldRx` rework to simplify
- Compare 20 commits »
goodboy pushed to main at goodboy/tractor
-
1e86722357 Merge pull request 'Python 3.13 support' (#18) from py313_support into main
-
eda48c8021 Move bp to-match-comments on same line for py3.13
-
ceda1e466d Drop explicit `tabcompleter` dep, `pdpp` already sub-depends on it?
-
d14d29ae8c Bump up to `pytest>=8.3.5` to match "GH actions"
-
f068782e74 Bump to `msgspec>=0.19.0` for py 3.13 support!
- Compare 30 commits »
goodboy commented on pull request goodboy/tractor#18
Python 3.13 support> Looking forward to #22 in order to get rid of all the `strict_exceptions=False` warnings Indeed! I'm just holding off on doing it now bc i'd like to take a look at their original…
goodboy pushed to shm_apis at goodboy/tractor
-
be4e739674 Updates from latest `piker.data._sharedmem` changes
-
9ac55b1213 Pass `str` dtype for `use_str` case
-
938a188711 Allocate size-specced "empty" sequence from default values by type
-
493701a35e Mod define `_USE_POSIX`, add a of of todos
-
5f1e1cba4c Parametrize rw test with variable frame sizes
- Compare 128 commits »
goodboy pushed to ext_type_plds at goodboy/tractor
-
6b8bd950fb Mask top level import of `.hilevel`
-
471fb829a6 Add `.runtime()`-emit to `._invoke()` to report final result msg in the child
-
49db22e79e Add `MsgStream._stop_msg` use new `PldRx` API
-
76359e856c Add `Context._outcome_msg` use new `PldRx` API
-
ca6634fe05 Slight `PldRx` rework to simplify
- Compare 116 commits »
goodboy created pull request goodboy/tractor#23
Attempt at atrionics.TaskMngr
goodboy pushed to py313_support at goodboy/tractor
-
eda48c8021 Move bp to-match-comments on same line for py3.13
-
ceda1e466d Drop explicit `tabcompleter` dep, `pdpp` already sub-depends on it?
-
d14d29ae8c Bump up to `pytest>=8.3.5` to match "GH actions"
-
f068782e74 Bump to `msgspec>=0.19.0` for py 3.13 support!
-
84b04639f8 Bind another `_bexc` for debuggin
- Compare 97 commits »
goodboy commented on issue goodboy/tractor#8
py3.13 test-suite surgeryClosed by landing of #18, #19 which should be merged imminently!
goodboy commented on pull request goodboy/tractor#18
Python 3.13 supportAhh i guess this was a new test discovered while working through strict egs alongside using `to_asyncio` stuff.
goodboy commented on pull request goodboy/tractor#18
Python 3.13 supportprolly coulda also used `._beg.collapse_eg()` here too..
goodboy commented on pull request goodboy/tractor#18
Python 3.13 supportYou'll find the bulk of the strict-eg-style "sidestepping" is just this for now..
goodboy opened issue goodboy/tractor#22
Drop strict_exception_groups=False` owhen
trio` does
goodboy commented on pull request goodboy/tractor#18
Python 3.13 supportwoof, this should be removed since that subpkg won't land until #12 ?
goodboy commented on pull request goodboy/tractor#18
Python 3.13 supportThis test demonstrates a footgun i recently discovered debugging silent process tree cancellation in `modden`.
goodboy commented on pull request goodboy/tractor#18
Python 3.13 supportNot sure if this is the right choice, seems like it can't hurt since we consider `greenback` a `--dev` dep?
goodboy pushed to main at goodboy/tractor
-
222b90940c Merge pull request 'Prevent `asyncio` from abandoning guest-runs, `.pause_from_sync()` support via `.to_asyncio`' (#2) from aio_abandons into main
-
c91373148a Comment-tag pause points in `asycnio_bp.py`
-
f1af87007e Add equiv of `AsyncioCancelled` for aio side
-
13adaa110a Drop `asyncio`-canc error from `._exceptions`
-
9e10064bda Continue supporting py3.11+
- Compare 67 commits »
goodboy merged pull request goodboy/tractor#2
Prevent `asyncio` from abandoning guest-runs, `.pause_from_sync()` support via `.to_asyncio`
goodboy commented on pull request goodboy/tractor#2
Preventasyncio
from abandoning guest-runs, .pause_from_sync()
support via .to_asyncio
This is a pretty important step forward for the debugger REPL tooling since now you can definitely get multi-actor safe pausing from infected-`asyncio` actors including crash handling B)