goodboy
goodboy
New work on `trzmq` also going on: https://github.com/remleduff/trzmq/commit/ce72ac5f5e3ae34dc4df349abe6f33e113ee2be2 Simpler then expected. Gonna wait to see what core `trio` devs say about it.
> Not sure the goal for this issue, but basically what is written there is what I would do. You can review in that repo if you want. @salotz mostly...
Oh I was also going to mention that using [setuptools_scm](https://github.com/pypa/setuptools_scm) is probably a cool idea. We use it a bunch in the [`pytest` community projects](https://github.com/pytest-dev) and I've found it quite...
Follow up discussion from #104. - https://semver.org/#faq - we could try [versioneer](https://github.com/python-versioneer/python-versioneer) for incremental automatic tagging from `git` - @richardsheridan's [PR showing the modern dev's installation system setup](https://github.com/richardsheridan/trio-parallel/pull/28/commits/d8c8ca4a00d53ff04a80c7f38d949dea31d610c7) closely mirroring...
@richardsheridan yeah see calver has always appealed to me ever since seeing in salt-stack way back: https://calver.org/ I personally prefer the time linking since it just gives the reader so...
@ryanhiebert hehe indeed, except *bugging me off* is impossible bruv :smile_cat: >it doesn't really make sense for Tractor to be thought of as a replacement for Celery or other task...
Some interesting discussion on SC versus "actor models" in here: https://trio.discourse.group/t/sizing-the-channel-deadlock-freedom-vs-back-pressure/311
@ryanhiebert checkout #18 as well if you're looking for a lot more in depth discussion on this; there's quite a good video from the original author of the actor model...
More hints from `celery` on [exception pickling](http://docs.celeryproject.org/en/latest/userguide/tasks.html#creating-pickleable-exceptions)?
Thanks to @njsmith for [pointing out](https://gitter.im/python-trio/general?at=5da7d1974afd703a4ef306cc) the traceback serializers [in `jinga2`](https://github.com/pallets/jinja/blob/master/jinja2/debug.py) and also @dhirschfeld for pointing out [`tblib`](https://github.com/ionelmc/python-tblib) which seems to be derived from it.