This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-11-24
Channels
- # announcements (11)
- # babashka (11)
- # beginners (36)
- # biff (14)
- # cider (2)
- # clj-commons (9)
- # clojure (34)
- # clojure-czech (2)
- # clojure-europe (65)
- # clojure-nl (2)
- # clojure-norway (12)
- # clojure-uk (4)
- # clojuredesign-podcast (7)
- # clojurescript (5)
- # cursive (8)
- # deps-new (6)
- # hugsql (1)
- # humbleui (2)
- # hyperfiddle (5)
- # leiningen (21)
- # off-topic (2)
- # polylith (5)
- # practicalli (1)
- # releases (1)
- # sci (64)
- # sql (9)
- # squint (43)
- # test-check (6)
- # vim (7)
Hey, I noticed that hugsql functions defined via def-db-fns
don't show up in the stack trace. for eg if I name a function get-foo-from-db
and there is something wrong with the query, get-food-from-db
isn't present in the stack trace. it directly shows "hugsql.core$db_fn_STAR_$y__15035"
I've cut the stack trace out because it contains work related information, but the immediate trace below this is a function that calls get-foo-from-db
does anyone know why this is, and how we could fix it?