Sorry about the reflect stuff is quite new and in need of work. The reflect support should work through whatever port browser REPL was setup on.
On Saturday, October 6, 2012, Frank Siebenlist wrote: > Ok - I managed to get clojure.reflect/doc to work if the browser loads the > javascript from the repl-server instead of the separate webserver… > > When the reason for this issue is that the repl- & web-servers are > listening on different ports, where the js is downloaded from the webserver > while the reflect-handler is associaed with the repl-server… > then you will not be able to use the clojure.reflect/doc with the standard > lein-cljsbuild setup. > > Unless you can somehow specify the port number for the clojure.reflect/doc > GET request (?). > > Ough. > > -FS. > > > On Oct 5, 2012, at 9:28 PM, Frank Siebenlist > <frank.siebenl...@gmail.com<javascript:;>> > wrote: > > > Forgot to mention that the issue is most probably on the browser side, > > because pointing a webbrowser at " > http://localhost:9000/reflect?var=example.hello/say-hello" by hand, > > yields in the browser window: > > > > > cljs.core.ObjMap.fromObject(["\uFDD0'method-params","\uFDD0'name","\uFDD0'doc","\uFDD0'line","\uFDD0'file"],{"\uFDD0'method-params":"[[]]","\uFDD0'name":"example.hello/say-hello","\uFDD0'doc":"say-hello > doc","\uFDD0'line":10,"\uFDD0'file":"/Users/franks/Development/ClojureScript/swimtimer/src-cljs/example/hello.cljs"}); > > > > which is what one expects. > > > > -FS. > > > > > > On Oct 5, 2012, at 9:13 PM, Frank Siebenlist > > <frank.siebenl...@gmail.com<javascript:;>> > wrote: > > > >> …bumb… > >> > >> Is this maybe related to the use of lein-cljsbuild and having a > separate server from which the js is downloaded? > >> > >> In other words, the reflect handler seems to be listening on the repl > server on port 9000, > >> while the web server from which the js is initially downloaded is > listening on port 3000. > >> > >> The cljs-reflect code seems to get a conn from (net/xhr-connection), > but I can not see any port number specified… > >> > >> I've reached the end of my javascript and goog knowledge… please. > >> > >> Did anyone get this to work with the lein-cljsbuild setup? > >> > >> -FrankS. > >> > >> > >> > >> On Sep 23, 2012, at 2:10 PM, Frank Siebenlist < > frank.siebenl...@gmail.com <javascript:;>> wrote: > >> > >>> Trying to use the clojure.reflect/doc function in the cljs-repl, > >>> but I only errors" > >>> > >>> --- > >>> > >>> ClojureScript:cljs.user> (clojure.reflect/doc "clojure.reflect/doc") > >>> nil > >>> Reflection query failed. > >>> ClojureScript:cljs.user> (clojure.reflect/doc clojure.reflect.doc) > >>> nil > >>> Reflection query failed. > >>> ClojureScript:cljs.user> (clojure.reflect/doc 'clojure.reflect.doc) > >>> nil > >>> Reflection query failed. > >>> ClojureScript:cljs.user> (clojure.reflect/doc 'doc) > >>> nil > >>> Reflection query failed. > >>> > >>> --- > >>> > >>> Do I have to configure something on the server side maybe? > >>> Any suggestions? > >>> > >>> Thanks, FrankS. > >>> > >> > > > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to clojure@googlegroups.com<javascript:;> > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com <javascript:;> > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en