Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List of Compiler errors and warnings #8

Open
oakmac opened this issue Oct 18, 2014 · 2 comments
Open

List of Compiler errors and warnings #8

oakmac opened this issue Oct 18, 2014 · 2 comments

Comments

@oakmac
Copy link
Member

oakmac commented Oct 18, 2014

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: oakmac/cuttle#3

@comamitc
Copy link

comamitc commented Aug 4, 2015

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
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants