This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-09-11
Channels
- # aleph (4)
- # beginners (68)
- # boot (21)
- # chestnut (1)
- # cljs-dev (72)
- # clojure (64)
- # clojure-austin (9)
- # clojure-dusseldorf (16)
- # clojure-gamedev (2)
- # clojure-italy (32)
- # clojure-russia (80)
- # clojure-spec (9)
- # clojure-uk (20)
- # clojurescript (105)
- # cursive (5)
- # data-science (5)
- # datomic (23)
- # defnpodcast (3)
- # emacs (22)
- # fulcro (2)
- # graphql (63)
- # hoplon (7)
- # lein-figwheel (17)
- # lumo (63)
- # mount (2)
- # nrepl (4)
- # off-topic (66)
- # om (6)
- # onyx (3)
- # portkey (54)
- # re-frame (12)
- # reagent (12)
- # specter (42)
- # uncomplicate (1)
- # unrepl (38)
- # vim (9)
- # yada (3)
hey guys, regarding to https://dev.clojure.org/jira/browse/CLJS-2166
what is the uri?
specification ? should it be the same as what we have on clojure ( to check whether the given arg is an instance of goog.Uri ) ? or should it check the arg for a valid uri ?
so basically pass the arg to goog.Uri
right ? in this case it's not going to be a predicate any more
also should I follow an specific docstring style ? I saw https://cljs.github.io/api/
I sorta know the answer but just to make sure, cljs API should match clojure itself, right? e.g clojure.core/uri? should be in the same place just like clojure
how can i run just one test case of cljs ? it seems that lein test :only
does not work
I'll use REPL, but i thought the same about lein, but apparently i doesn't pick the correct test
@lxsameer lein test :only
works for me, I use it all the time
But only the compiler infrastructure tests are run with lein, it would seem to me that you're looking to run the runtime tests
@anmonteiro that's a good point , thanks man
@lxsameer make notes of this as you go along, then write a blogpost or get it published on http://clojurescript.org.
I think we’re quite a few who’d appreciate it, and even lend you a hand wrt proofreading or even writing.
@lxsameer or submit a PR for this page https://clojurescript.org/community/patches
@dnolen sure , at first I'll try do write down the process for rookie contributor from the start until the code merge
@lxsameer it just encourages people to test stuff with nREPL which historically has been it’s own source of problems
is this tick still valid ? https://dev.clojure.org/jira/browse/CLJS-1446
@anmonteiro so it's about creating an api doc from cljs source and push it to github pages right ?
yes, kinda
but it’s not that easy as you’ll see when you play with it 😛
because it’s dependent on the autodoc library which AFAIK doesn’t support CLJS
or it didn’t last time I looked
@anmonteiro for example something like codox
Autodoc is what generates Clojure’s documentation
so I think we wanna use that one
david would know more