This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-12-20
Channels
- # adventofcode (23)
- # announcements (4)
- # babashka (1)
- # beginners (37)
- # biff (2)
- # calva (1)
- # cider (19)
- # clj-kondo (11)
- # clojure (45)
- # clojure-bay-area (2)
- # clojure-europe (12)
- # clojure-nl (1)
- # clojure-norway (15)
- # clojure-uk (2)
- # clojurescript (8)
- # conjure (1)
- # cursive (17)
- # datomic (11)
- # garden (1)
- # graalvm (4)
- # hyperfiddle (21)
- # java (10)
- # jobs (3)
- # lsp (23)
- # off-topic (18)
- # polylith (2)
- # re-frame (4)
- # releases (1)
- # remote-jobs (3)
- # rewrite-clj (4)
- # squint (44)
- # uncomplicate (1)
- # xtdb (84)
Hmmmm I can't figure out how to make the compiler happy here
41 | (go-loop []
-------------^------------------------------------------------------------------
Cannot infer target type in expression (. inst_7957 -oldcontent)
--------------------------------------------------------------------------------
I vaguely recall there was some bug with annotations in go blocks but that was years ago at this pointI believe the bug is still there. So none of ^js
work in go
. Usually can be relatively easily fixed by extracting such parts into their own functions.
eh wat... is this just really hard to fix somehow or is async just kinda unmaintained or what
but yea putting the offending code in a separate function solves it