This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-10-05
Channels
- # announcements (14)
- # aws (7)
- # babashka (28)
- # beginners (16)
- # calva (2)
- # cider (1)
- # clj-commons (8)
- # clj-kondo (29)
- # clojure (213)
- # clojure-europe (39)
- # clojure-losangeles (2)
- # clojure-norway (9)
- # clojure-spec (2)
- # clojurescript (11)
- # community-development (1)
- # conjure (2)
- # cursive (6)
- # datalevin (2)
- # datomic (8)
- # emacs (29)
- # events (1)
- # fulcro (22)
- # graalvm (14)
- # improve-getting-started (1)
- # jobs (1)
- # lambdaisland (5)
- # leiningen (4)
- # lsp (7)
- # malli (13)
- # meander (11)
- # membrane (13)
- # off-topic (23)
- # polylith (9)
- # re-frame (4)
- # reagent (7)
- # reitit (6)
- # releases (2)
- # sql (58)
- # testing (8)
- # tools-deps (18)
- # web-security (2)
Morning! @tony.kay I've just raised a PR against fulcro, but it seems that the develop
branch is missing at the moment. It's currently listed as a diff against master.
https://github.com/fulcrologic/fulcro/pull/521
correct. Library changing slowly enough at this point that git flow just doesn’t make sense…just adds extra steps with no benefit
Hey @U5P29DSUS could you tweak that one spot in your PR I commented on?
Sure, I've squashed for now. I'll ping ya when my test suite has run just to make 100% sure I didn't bork something by swapping to conj
/`pop`
Is this log/spy
intended to be left there?
https://github.com/fulcrologic/fulcro/blob/7bd605206211a46266bb7fd6f4958abab4f0488c/src/main/com/fulcrologic/fulcro/routing/dynamic_routing.cljc#L725
Using Fulcro RAD 1.3.1 with Fulcro 3.5.6 emits this build error:
[:main] Build failure:
------ ERROR -------------------------------------------------------------------
File: jar:file:/Users/solussd/.m2/repository/com/fulcrologic/fulcro-rad/1.3.1/fulcro-rad-1.3.1.jar!/com/fulcrologic/rad/form.cljc
failed to require macro-ns "com.fulcrologic.rad.form", it was required by "com.fulcrologic.rad.form"
Which compiler are you using? What version? The require it is complaining about is how you get auto-requires of macros in cljs, and it has been working since the very f irst release. I suspect something is wrong in your build, or caches.
thheller/shadow-cljs {:mvn/version "2.15.12"}
org.clojure/clojurescript {:mvn/version "1.10.866"}
I nuked the caches for shadow-cljs and the artifacts in public/jsall else the same but
com.fulcrologic/fulcro-rad {:mvn/version "1.1.0-RC8-SNAPSHOT"}
worksI'm using the latest everything in a250kloc project. Not sure which version of shadow
you can check what failed with more detail by running npx shadow-cljs clj-repl
and (require 'com.fulcrologic.rad.form :reload)