This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-05-24
Channels
- # aleph (5)
- # announcements (18)
- # babashka (3)
- # babashka-sci-dev (56)
- # beginners (56)
- # biff (5)
- # calva (27)
- # cider (20)
- # clj-commons (2)
- # clj-kondo (17)
- # cljsrn (18)
- # clojure (41)
- # clojure-europe (24)
- # clojure-nl (1)
- # clojure-serbia (1)
- # clojure-uk (15)
- # clojured (1)
- # clojurescript (40)
- # cursive (39)
- # datahike (2)
- # datalevin (4)
- # datascript (5)
- # emacs (23)
- # events (2)
- # figwheel-main (3)
- # inf-clojure (1)
- # instaparse (23)
- # introduce-yourself (3)
- # jobs (3)
- # jobs-discuss (13)
- # joyride (1)
- # juxt (10)
- # malli (21)
- # nbb (29)
- # off-topic (18)
- # pathom (29)
- # polylith (11)
- # project-updates (1)
- # proletarian (1)
- # rdf (2)
- # re-frame (4)
- # reitit (2)
- # releases (2)
- # remote-jobs (1)
- # shadow-cljs (52)
- # tools-deps (57)
- # xtdb (32)
Aleph 0.5.0-rc1 is available. It comes with many, many bugfixes, see the change log for more. https://github.com/clj-commons/aleph/blob/master/CHANGES.md There probably won’t be any new features before releasing 0.5.0, other than adding better support for Netty’s custom ThreadLocal Threads by updating to the latest Manifold version.
hi! any chance to include https://github.com/clj-commons/aleph/pull/521 into 0.5.0?
Hey. @arnaudgeiser was working on oleksii’s old error handling branch, he might have some thoughts. That being said, 0.5.0 has a bunch of stuff already, and I prefer smaller releases, so maybe for 0.5.1.
One knock against that specific PR is, it changes the signature of public fns in non-backwards-compatible ways. It's probably past time to make a 1-arity map version of many of these fns, to better support new options.
Hi @delaguardo!
We already brought back some changes from the old error handling branch.
Maybe the next step would be to tackle the error-handler
(or error-logger
) as it's unlikely we'll ever merge the old error handling branch
at once. Unfortunately, I don't have a lot of time to spend on it during the two following weeks but that's definitely something we can
prioritize on the next Aleph version (0.5.1).