This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-05-02
Channels
- # announcements (4)
- # aws (18)
- # beginners (227)
- # boot (1)
- # calva (13)
- # cider (22)
- # clara (2)
- # cljs-dev (17)
- # clojure (85)
- # clojure-brasil (2)
- # clojure-dev (55)
- # clojure-europe (2)
- # clojure-italy (18)
- # clojure-japan (4)
- # clojure-losangeles (1)
- # clojure-nl (5)
- # clojure-uk (53)
- # clojurescript (46)
- # clojureverse-ops (8)
- # cursive (17)
- # data-science (3)
- # datascript (3)
- # datomic (25)
- # duct (4)
- # emacs (2)
- # figwheel-main (1)
- # fulcro (9)
- # hoplon (2)
- # hyperfiddle (1)
- # jobs-discuss (5)
- # kaocha (7)
- # leiningen (3)
- # nrepl (50)
- # off-topic (32)
- # portland-or (1)
- # re-frame (19)
- # reitit (2)
- # shadow-cljs (30)
- # spacemacs (2)
- # sql (8)
- # tools-deps (4)
- # vim (26)
- # xtdb (3)
- # yada (8)
ok, thanks @dnolen, I’ll revert that change in my PR, I do find this section a bit vague for a newcomer though. I’ll walk through it tomorrow and see if I can clarify somehow.
Sure, be happy to! Here’s the text under Don’t forget: > Besides the tests it’s important to make sure that the Browser REPL hasn’t accidentally been broken. Double-check using the sample found in the repository. Remember, I’m a newbie, so at first reading, I don’t know where or what “the sample” is and I don’t know what I’m supposed to be checking. And I’m also thinking, wait, didn’t I just run REPLyish tests under https://clojurescript.org/community/running-tests#running-clojurescript-cli-tests ?
And when I do think I have found what must be the sample here https://github.com/clojure/clojurescript/tree/master/samples/repl the README states: > NOTE: this sample is now out of date. Please refer to the Quick Start
no need to check the sample anymore since the whole thing is actually built into cljs.main
now and is the default REPL
@lee I don't recall actually if the REPL tests actually use the browser REPL - I would be surprised if they do