This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-12-10
Channels
- # admin-announcements (32)
- # announcements (4)
- # aws (25)
- # beginners (296)
- # boot (1)
- # cider (87)
- # clara (16)
- # cljs-dev (7)
- # cljsrn (41)
- # clojure (121)
- # clojure-art (26)
- # clojure-japan (4)
- # clojure-miami (190)
- # clojure-russia (168)
- # clojure-sg (3)
- # clojure-sweden (13)
- # clojurescript (138)
- # clojurex (7)
- # cursive (98)
- # data-science (2)
- # datomic (129)
- # devcards (10)
- # editors (5)
- # funcool (1)
- # hoplon (31)
- # jobs (1)
- # ldnclj (4)
- # lein-figwheel (3)
- # off-topic (2)
- # om (213)
- # onyx (33)
- # parinfer (7)
- # portland-or (1)
- # re-frame (19)
- # reagent (2)
- # ring-swagger (27)
- # slack-help (3)
@ryanbrush: potentially stupid question -- but what's the best way to try out changes to clara-tools on the dev branch in my project?
i was trying to use lein checkouts
, but it is yelling at me for not having cljsbuild/compiler__init.class or cljsbuild/compiler.clj on the classpath
@devn I just run lein install in the clara-tools 0.2-Dev branch and point my consuming project at the snapshot version.
@ryanbrush: well, that worked. thanks. i think that's what i wound up doing last time i had it working.
looks like you're tinkering with the logic graph at the moment, or im calling it wrong, not sure which
@devn cool! It's still really rough, and the logic graph definitely needs work. I'm going to start using it against some real data soon so it should improve.
im getting a bunch of "No reader function for tag object" from readTagged(LispReader.java)
@ryanbrush: looks like i'm getting it for queries that return nothing and when clicking on facts that aren't actually within the session?
I'm probably not calling it the way you'd expect... I just call (watch/browse!)
after all rules have fired