Yes, but it complains about other things that are not problems so I've started to ignore it.
For instance the protocol in the namespace that I forget to quality doesn't get recognized: WARNING: Symbol mvc/IMVC is not a protocol at line 38 src/cljs/client/subsession.cljs yet it works anyway. (have no idea how to make that go away) On Fri, Jul 6, 2012 at 2:39 AM, David Nolen <[email protected]> wrote: > lein-cljsbuild isn't warning you about this? > > On Fri, Jul 6, 2012 at 2:37 AM, kovas boguta <[email protected]> wrote: >> I found the bug in my program. >> >> I was calling a function that didn't exist in the given namespace. >> (this is called on startup) >> >> Just to confirm, the expected behavior is that this will produce a >> stacktrace in the js console? >> >> I can try using git bisect if this is supposed to work. >> >> On Fri, Jul 6, 2012 at 2:32 AM, David Nolen <[email protected]> wrote: >>> Sounds like we need more information. Have you tried git bisect to >>> determine the specific revision? >>> >>> David >>> >>> On Fri, Jul 6, 2012 at 2:27 AM, kovas boguta <[email protected]> wrote: >>>>> The odd thing is, when I evaluate the same input at the js repl in the >>>>> terminal, it works. So now there are two problems :0 >>>>> >>>> >>>> Sorry, the js repl in the browser. Getting late. >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Clojure" group. >>>> To post to this group, send email to [email protected] >>>> Note that posts from new members are moderated - please be patient with >>>> your first post. >>>> To unsubscribe from this group, send email to >>>> [email protected] >>>> 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 [email protected] >>> Note that posts from new members are moderated - please be patient with >>> your first post. >>> To unsubscribe from this group, send email to >>> [email protected] >>> 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 [email protected] >> Note that posts from new members are moderated - please be patient with your >> first post. >> To unsubscribe from this group, send email to >> [email protected] >> 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 [email protected] > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > [email protected] > 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 [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
