This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-03-09
Channels
- # announcements (4)
- # aws (3)
- # babashka (86)
- # babashka-sci-dev (31)
- # beginners (171)
- # biff (15)
- # calva (3)
- # clerk (47)
- # cljdoc (11)
- # clojure (59)
- # clojure-dev (11)
- # clojure-europe (122)
- # clojure-losangeles (1)
- # clojure-nl (2)
- # clojure-norway (4)
- # clojure-uk (2)
- # clojurescript (40)
- # cursive (5)
- # data-science (3)
- # datahike (1)
- # datomic (5)
- # fulcro (9)
- # graalvm (8)
- # hyperfiddle (17)
- # introduce-yourself (1)
- # java (28)
- # jobs (1)
- # malli (11)
- # membrane (9)
- # missionary (1)
- # nbb (1)
- # off-topic (5)
- # other-languages (1)
- # pedestal (1)
- # re-frame (4)
- # reagent (16)
- # releases (3)
- # remote-jobs (3)
- # shadow-cljs (83)
- # spacemacs (1)
- # sql (5)
- # tools-deps (28)
- # xtdb (15)
is master broken right now? when requiring
2. Unhandled clojure.lang.Compiler$CompilerException
Error compiling hyperfiddle/electric/impl/yield2.cljc at (1:1)
{:clojure.error/phase :execution,
:clojure.error/line 1,
:clojure.error/column 1,
:clojure.error/source "hyperfiddle/electric/impl/yield2.cljc"}
1. Caused by java.lang.IllegalAccessError
tap does not exist
Thank you for the report and sorry for the issue. We will look into it and get back to you today.
@U797MAJ8M please paste your deps.edn
I think you might have an old version of RCF
Deployment changeset (experimental!) has landed on master, brave souls can try it out, we will announce a release after we gain confidence and finish minor cleanups. https://github.com/hyperfiddle/electric-starter-app has working github actions CI/CD pipeline to http://fly.io
thanks Carsten; please everyone who tries report if it worked
Thanks for adding build commands! Building uberjar of starter app worked for me and deployed to my vps (not http://fly.io) just fine.
When I use electric-version v2-alpha-167-gbd475584 (from the start-app) my build works fine, but my development setup breaks. After running clj -A:dev -X user/main
I get the following error in the browser. The web page at *
To be clear, when I run the resulting jar from the build of the exact same app it works fine.
When I downgrade to v2-alpha-123-ga7fa624f (last version I had) my dev setup works again.
It probably is something in my config/setup because both running it in dev-mode and building of the starter-app work fine for me locally. It' still a bit strange because I copied the updated-config of the starter-app and only added one local/root dep which itself doesn't have any extra dependencies.
I don't have time atm to really dive into it, but thought I would report anyway.
could it be a resource classpath issue?
Ah, saw your mention, no missed the breaking-change with resources. Might very well be it. I'll check when I'm at my pc again, will probably only be by sunday though. Thanks!
Master has a breaking change: "resources" folder is now served from the classpath not the file system (even for local dev), see https://github.com/hyperfiddle/electric-starter-app/commit/3ab72a62d3be66b2567e7ad3c1a88a21db409fc2. Breaking existing configurations was an accident and we'll try to make this backwards compatible as we cleanup.