This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-03-01
Channels
- # bangalore-clj (1)
- # beginners (16)
- # bigdata (1)
- # boot (16)
- # cljs-dev (79)
- # cljsjs (37)
- # cljsrn (62)
- # clojars (1)
- # clojure (260)
- # clojure-austin (3)
- # clojure-dev (3)
- # clojure-dusseldorf (3)
- # clojure-italy (1)
- # clojure-russia (32)
- # clojure-serbia (2)
- # clojure-spec (8)
- # clojure-uk (146)
- # clojure-ukraine (16)
- # clojurescript (66)
- # cursive (27)
- # datomic (57)
- # dirac (124)
- # emacs (10)
- # hoplon (12)
- # juxt (6)
- # keechma (6)
- # lein-figwheel (18)
- # leiningen (6)
- # lumo (51)
- # off-topic (1)
- # om (66)
- # onyx (41)
- # perun (1)
- # play-clj (1)
- # protorepl (9)
- # re-frame (20)
- # reagent (11)
- # ring (4)
- # ring-swagger (10)
- # rum (22)
- # specter (8)
- # sql (2)
- # test-check (5)
- # untangled (27)
- # yada (29)
i was trying to run the javelin tests and it's looping automatically even though im not changing any files:
pair@fox ~/g/h/javelin> boot watch test-javelin
Starting file watcher (CTRL-C to quit)...
Compiling ClojureScript...
• test.js
WARNING: Use of undeclared Var javelin.core-test/map__10944 at line 458 test/javelin/core_test.cljs
WARNING: Use of undeclared Var javelin.core-test/map__10944 at line 458 test/javelin/core_test.cljs
2.1.1
Testing javelin.core-test
Ran 9 tests containing 272 assertions.
0 failures, 0 errors.
Done
"Elapsed time: 260.403896 msecs"
All tests passed (on phantomjs).
2.1.1
Testing javelin.core-test
...
i see this in the build.boot
:
(comp (cljs)
(test-runner)
(test-runner)
(test-runner)
(test-runner)
(test-runner)
(test-runner)
(test-runner)
(test-runner)
(test-runner)
(test-runner))
it was added in the following commit but the commit message doesn't explain this part specifically: https://github.com/hoplon/javelin/commit/4e152adae998f51db5efaf8d43b43fcfeab4577b
woooooah
that looks weird
hey all! my name is Jesse, I’ve been hacking on Clojure for a while but I haven’t seriously looked at Hoplon until today. So far I really like it and am excited to see what I can build.
I did have a question..maybe a dumb question, but it looks like the latest 6.0.0 alpha has problems compiling .html.hl files (cljs.hl files work just fine)..I’m getting ClassCastExceptions and IndexOutOfBounds exceptions. Is this just a bug in the alpha? Or should I avoid using .html.hl files because they’re not the “right way” to use hoplon?
@jesse.rosalia i would avoid using the html syntax