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

expose all diagnostic options #4

Open
Dierk opened this issue Feb 15, 2015 · 2 comments
Open

expose all diagnostic options #4

Dierk opened this issue Feb 15, 2015 · 2 comments
Milestone

Comments

@Dierk
Copy link
Member

Dierk commented Feb 15, 2015

https://github.com/Frege/frege/wiki/Compiler-Manpage

-comments Generate commented Java code. This makes code generation substantially slower, but can be useful at times.

-nowarn Not recommended. Suppress warnings like those about incomplete pattern matches.

-explain i[-j]

@Dierk Dierk added this to the 1.0 milestone Feb 15, 2015
@Ingo60
Copy link
Member

Ingo60 commented Feb 15, 2015

Note that the -explain option really only makes sense for a single, specific file - namely one where you got a type error on line i that you didn't understand. You might then repeat compilation with -explain i to get better insight.

@Dierk
Copy link
Member Author

Dierk commented Feb 15, 2015

ok, that sounds like an option that can go into the "extra arguments", i.e. those who know about it can supply it like on the command line

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

2 participants