cljsinfo / cljs.info

ClojureScript website
http://cljs.info
MIT License
96 stars 9 forks source link

List of Compiler errors and warnings #8

Open oakmac opened 9 years ago

oakmac commented 9 years ago

We should have a page listing every possible compiler error and warning so it is the first result hit in a search.

The page could have an explanation of the error and ways to fix it, ie:

related: https://github.com/oakmac/cljsbuild-ui/issues/3

comamitc commented 9 years ago

This should be added to: https://github.com/cljsinfo/cljs-api-docs

So that we simply pull it into the application with a central place for managing docs.

shaunlebron commented 9 years ago

Not a bad idea. I suppose we could use a error/<id> and warning/<id> taxonomy in cljs-api-docs. Warnings will be pleasant to parse and version since they're in one place. Errors are just every possible exception in the cljs compiler, library, tools.reader, and clojure core. That won't benefit from any parsing and will just have to be manual.