On Tue, Dec 31, 2013 at 1:31 AM, Timothy Pratley
<[email protected]>wrote:

> Hi,
>
>
> Why are these not errors?
>
> (ns x
>   (:require [typomina :refer [listen!]]))
>
> ;; not an error, but typomina does not exist
>
> (listen!)
>
> ;; not an error, but listen! does not exist and will result in a runtime
> error:
> ;; Cannot call method 'call' of undefined
>

A ticket exists for this. Patch welcome :)


>
> (listen-up)
>
> WARNING: Use of undeclared Var
>
> ;; Warning but not an error
>

Not sure what difference it makes, warnings are errors but without blowing
up the compilation process so you can get many warnings at once.


> Will bad things happen to me if I use obj/field instead of (.-field obj)?
> Both seem to work, I take it the latter is preferred.
>

Bad form. / is only for namespaces.

For the compiled output, do you generally .gitignore those files or source
> control them (the diffs dominate changesets)?
>

I would ignore.


> Are there any good ways to know when a page can be refreshed other than
> watching a lein cljsbuild auto terminal?
>

Might it be useful for a cljsbuild failure to compile to remove the target
> file to avoid not realizing the compilation failed?
>

Tooling questions outside of CLJS itself.

David

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to